11-10-2011 10:18 AM
authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1:passthru,ldap1:ldap
with the following configurations:
ntlm.authentication.mapUnknownUserToGuest=false
ntlm.authentication.sso.enabled=false
alfresco.authentication.authenticateCIFS=false
alfresco.authentication.allowGuestLogin=true
passthru.authentication.useLocalServer=false
passthru.authentication.servers=uniko.uni-koblenz.de
ntlm.authentication.sso.enabled=false
passthru.authentication.authenticateCIFS=true
passthru.authentication.authenticateFTP=true
passthru.authentication.guestAccess=true
passthru.authentication.defaultAdministratorUserNames=AD_usernames
ldap.authentication.active=false
ldap.authentication.userNameFormat=uid=%s,ou=people,dc=uni-koblenz,dc=de
ldap.authentication.java.naming.provider.url=ldap://ldap.uni-koblenz.de:389
ldap.authentication.java.naming.security.authentication=simple
ldap.synchronization.active=true
ldap.synchronization.java.naming.security.principal=…
ldap.synchronization.java.naming.security.credentials=…
ldap.synchronization.groupQuery=(objectclass\=groupOfNames)
ldap.synchronization.groupDifferentialQuery=(&(objectclass\=groupOfNames)(!(modifyTimestamp<\={0})))
ldap.synchronization.personQuery=(objectclass\=inetOrgPerson)
ldap.synchronization.personDifferentialQuery=(&(objectclass\=inetOrgPerson)(!(modifyTimestamp<\={0})))
ldap.synchronization.groupSearchBase=ou\=group,dc\=Uni-Koblenz,dc\=de
ldap.synchronization.userSearchBase=ou\=people,dc\=Uni-Koblenz,dc\=de
ldap.synchronization.modifyTimestampAttributeName=modifyTimestamp
ldap.synchronization.timestampFormat=yyyyMMddHHmmss'Z'
ldap.synchronization.userIdAttributeName=uid
ldap.synchronization.userFirstNameAttributeName=givenName
ldap.synchronization.userLastNameAttributeName=sn
ldap.synchronization.userEmailAttributeName=mail
ldap.synchronization.userOrganizationalIdAttributeName=o
ldap.synchronization.defaultHomeFolderProvider=userHomesHomeFolderProvider
ldap.synchronization.groupIdAttributeName=cn
ldap.synchronization.groupType=groupOfNames
ldap.synchronization.personType=inetOrgPerson
ldap.synchronization.groupMemberAttributeName=member
11-25-2011 03:42 PM
12-14-2011 04:56 PM
Same here with alfresco 4.0.b.
I don't have passthru configured, only alfrescoNTLM and ldap.
Resetting the password in explorer interface does NOT fix the problem.
I will continue to search a workaround and will open a bug report if none is found.
Mathieu
01-05-2012 05:11 PM
Same here with alfresco 4.0.b.
I don't have passthru configured, only alfrescoNTLM and ldap.
Resetting the password in explorer interface does NOT fix the problem.
I will continue to search a workaround and will open a bug report if none is found.
Mathieu
01-06-2012 08:27 AM
04-23-2012 11:18 AM
03-26-2013 01:06 PM
var sq = { query : "+ASPECT:\"cm:personDisabled\"", language : "lucene" };
sr = search.query(sq);
var result = "";
for each (p in sr){
result += p.properties["userName"];
people.enableAccount(p.properties["userName"]);
}
result;
09-19-2012 09:57 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.