I’m trying to find a way to manage the LDAP authentication issue with group.
My LDAP configuration has a group like this
OU=developers,DC=company,DC=local where under that there is the CN with the
list of users but the login name is not CN it is sAMAccountName so I don’t
understand how to configure the proprieties in XWIKI.cfg with the LDAP tree
is like this
DC=company,DC=local
|
OU=developers
|
CN=user1
|
sAMAccountName=usernameuser1
CN=user2
|
sAMAccountName=usernameuser2
Does anyone know how to configure wiki.authentication.ldap.user_group?
The others parameters are
#-# base DN for searches
xwiki.authentication.ldap.base_DN=DC= company,DC=local
#-# specifies the LDAP attribute containing the identifier to be used as the
XWiki name (default=cn)
xwiki.authentication.ldap.UID_attr=sAMAccountName
TIA
MDT
--
View this message in context:
http://www.nabble.com/Request-for-help-LDAP-workaround-tp16548787p16548787.…
Sent from the XWiki- Users mailing list archive at
Nabble.com.