Hello,
I'd like to connect xwiki with our AD. But I don't get it right.
I used these guide:
https://network.xwiki.com/xwiki/bin/view/DocXE34En/LDAPAuthentication#HMicro
softActiveDirectory
In xwiki.cfg made following changes: (Domain: Test.local)
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthSer
viceImpl
xwiki.authentication.ldap=1
xwiki.authentication.ldap.server=192.168.100.41
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.bind_DN=test{0}
xwiki.authentication.ldap.bind_pass={1}
xwiki.authentication.ldap.base_DN=dc=test,dc=local
xwiki.authentication.ldap.UID_attr=sAMAccountName
xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,fi
rst_name=givenName,fullname=displayName,email=mail,ldap_dn=dn
Then I restarted xwiki. But my user could not logging on.
In the guide they say that it is also possible to configure LDAP over UI.
But I can't find it. How do I come in Object Mode in Preferences and where
can I find the Logs?
Thank you for your help.
Best Regards,
Alexander Steinberg