cancel
Showing results for 
Search instead for 
Did you mean: 

Default login details

unknown-user
Champ on-the-rise
Champ on-the-rise
Hello,
          I have a login problem for Alfresco Share which was installed along when i was installing Alfresco Labs3B.It is displaying the login page but doesn't allow me to enter.Can you provide me with its username and password.I have tried out with following combinations,but didnt get any one right.

1.USername :-Admin
  Password :-Admin

2.USername :-Alfresco
  Password :-Alfresco Smiley Sad
15 REPLIES 15

protenus
Champ in-the-making
Champ in-the-making
Hmmm.. running that patch on HEAD, get the following error


patching file JaxRSUriIndex.java
patch: **** malformed patch at line 7: package org.alfresco.web.scripts;

protenus
Champ in-the-making
Champ in-the-making
I'm not sure I understand the question. Have you created a new user (e.g. Chitrai) and then can't log-in from Share with that user?

What format are you using for the usernames?
Are you using any sort of external authentication (NTLM, LDAP, etc.)?
Can you log-in to Alfreco Explorer with the exact same username and password?

Mike

We are now using plain -old authentication with internal users, and can not sign in with any user…

Users work in the standard web client.

chims
Champ in-the-making
Champ in-the-making
Hi All,
          Even I 2 facing the same login probs!!!Can anyone explain me in more detail how to configure external authentication as LDAP.

Thanks!!! Smiley Happy

ofrxnz
Champ in-the-making
Champ in-the-making
to configure external ldap look here http://wiki.alfresco.com/wiki/Enterprise_Security_and_Authentication_Configuration#LDAP

for an open ldap server you probably only have to configure 4 lines at most.  these are in the ldap-authentication.properties file

Server
ldap.authentication.java.naming.provider.url=ldap://openldap.domain.com:389

password Encryption if any (see the url for options)
ldap.authentication.java.naming.security.authentication=DIGEST-MD5

connect user (with made up user full DN)
ldap.authentication.java.naming.security.principal=CN=AlfUser,CN=users,DC=Company,DC=com

connect user passwrod
ldap.authentication.java.naming.security.credentials=passwordForAboveUser



Last, you simply need to rename ldap-authentication-context.xml.sample to ldap-authentication-context.xml

reboot the server and you should be golden

this should get your usernames working in the simplest form.  it will not synchronize any user metadata eg email address  but it will get you in

all users will need to log into alfresco before they log into share

ramsdal
Champ in-the-making
Champ in-the-making
Please let me know if this fixes this particular issue and I'll see if I can merge this to HEAD asap.

We are facing the similar problem with usernames, however the suggested fix only partially solves the
problem for us. For those not working on the HEAD of the svn, I can add that you might need to add a
check to the WebScriptRequestImpl.java  as well.

However, atleast on the revision I am working on, this is still an issue.

Assume you have the following URLs:
1: http://localhost:8080/share/peter@email.now/sites
2: http://localhost:8080/share/sites/peter@email.now

With the patch we now appropriately handle the first example, however example number two is still
an issue because now we just think that ".now" is the extension when it should have been null.

I assume this could be solved with a regular expression matching an email address and set the format
to 'null' if it matches the string from the last '/' to the end. However this solution would eliminate the
option of having sites that matches this pattern.

Is this solved in a newer revision? And if so, then what would be the solution?

Best regards

Peter Nielsen

dipti
Champ in-the-making
Champ in-the-making
Hi All,

We have 2 alfresco setups on 2 separate Linux servers sharing their DB and File system.
The application is active using only one alfresco at a time.
From last 15 days,we are facing issue on high read/write in alfresco metadata volume as seen below:
                                  OPERATIONS          BLOCKS           AVG TIME(ms)
TYP NAME              READ     WRITE      READ     WRITE   READ  WRITE
Thu 10 Dec 2015 10:54:31 AM IST
vol alfresco_metadatasrlvol         0      2683         0    549791   0.00   6.11
vol alfresco_metadatavol       457      2652      7126    540665   9.75   5.87
vol extraiwdmsvol         0         0         0         0   0.00   0.00
vol lucene_indexvol         0         0         0         0   0.00   0.00
vol uploadvol            0         0         0         0   0.00   0.00

Thu 10 Dec 2015 10:54:36 AM IST
vol alfresco_metadatasrlvol         0       498         0     19609   0.00   5.10
vol alfresco_metadatavol       361       522      5166     21250  12.96   5.06
vol extraiwdmsvol         0         0         0         0   0.00   0.00
vol lucene_indexvol         0         0         0         0   0.00   0.00
vol uploadvol            0         1         0         3   0.00   0.00

As seen above   the vol alfresco_metadatavol is showing high read write operations. The alfresco metadata folder has
alf_data and upload folders.
Can you please suggest how can we check why these high operations are happening and why is it so. As when this data is being replicated to DR ,the SRL is reaching 100% in 6-7 working hrs on 6MBps line.
Also the file size of metadata volume has only increased by 5GB only in last 15 days. Whereas the SRL shows of very high delay.
Please suggest.