cancel
Showing results for 
Search instead for 
Did you mean: 

User can not login after synchronization successfully

togum
Champ in-the-making
Champ in-the-making
Hi all,

Sorry if repost and my english Smiley Happy

I used OpenLDAP as authentication for Alfresco. So when Alfresco was successfull synchronization with openLDAP, I logged in but always FAILED
"Unable to login - unknown username/password"

I used Windows Server 2008 for Alfresco and Centos for OpenLDAP.

This is my configuration:

alfresco-global.properties
### Active Directory ###authentication.chain=alfinst:alfrescoNtlm,passthru1:passthru,ldap1:ldap‍‍‍‍

passthru-authentication-context.properties
passthru.authentication.useLocalServer=falsepassthru.authentication.domain=mainserverpassthru.authentication.servers=192.168.1.100passthru.authentication.guestAccess=falsepassthru.authentication.defaultAdministratorUserNames=admin#Timeout value when opening a session to an authentication server, in millisecondspassthru.authentication.connectTimeout=5000#Offline server check interval in secondspassthru.authentication.offlineCheckInterval=300passthru.authentication.protocolOrder=NetBIOS,TCPIPpassthru.authentication.authenticateCIFS=truepassthru.authentication.authenticateFTP=true‍‍‍‍‍‍‍‍‍‍‍‍‍‍

ldap-authentication.properties
ldap.authentication.active=falseldap.synchronization.active=trueldap.authentication.java.naming.security.authentication=DIGEST-MD5ldap.authentication.java.naming.provider.url=ldap://192.168.1.100:389ldap.synchronization.java.naming.security.principal=cn=admin,dc=mainserver,dc=localldap.synchronization.java.naming.security.credentials=********ldap.authentication.defaultAdministratorUserNames=adminldap.synchronization.queryBatchSize=1000ldap.synchronization.groupQuery=(&(objectclass\=posixGroup))ldap.synchronization.groupDifferentialQuery=(&(objectclass\=posixGroup)(!(modifyTimestamp<\={0})))ldap.synchronization.personQuery=(&(objectclass\=posixAccount))ldap.synchronization.personDifferentialQuery=(&(objectclass\=posixAccount)(!(modifyTimestamp<\={0})))ldap.synchronization.groupSearchBase=dc\=mainserver,dc\=localldap.synchronization.userSearchBase=dc\=mainserver,dc\=localldap.synchronization.modifyTimestampAttributeName=modifyTimestampldap.synchronization.timestampFormat=yyyyMMddHHmmss'Z'ldap.synchronization.userIdAttributeName=uidldap.synchronization.userFirstNameAttributeName=givenNameldap.synchronization.userLastNameAttributeName=snldap.synchronization.userEmailAttributeName=mailldap.synchronization.userOrganizationalIdAttributeName=companyldap.synchronization.defaultHomeFolderProvider=userHomesHomeFolderProviderldap.synchronization.groupIdAttributeName=cnldap.synchronization.groupType=posixGroupldap.synchronization.personType=posixAccountldap.synchronization.groupMemberAttributeName=memberldap.synchronization.enableProgressEstimation=truesynchronization.synchronizeChangesOnly=true‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍

Anybody help me….
Thanks in advanced.
1 REPLY 1

cjimenez2581
Champ in-the-making
Champ in-the-making
try it changing this line
authentication.chain=ldap1:ldap,alfinst:alfrescoNtlm,passthru1:passthru‍