Hello,
In continuation with the same problem, I am
still not able to logon to the LDAP. Can anyone guide me where I might be going
wrong? The logs too dont have any information related to this.
Rgds,
Mrudula
I have added the following in
xwiki.cfg file
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl
xwiki.authentication.ldap=1
xwiki.authentication.ldap.server=<<ip
address>>
xwiki.authentication.ldap.port=<<port
number>>
xwiki.authentication.ldap.check_level=1
xwiki.authentication.ldap.base_DN=dc=<<abc>>,dc=com
xwiki.authentication.ldap.bind_DN=cn=<<my
ID>>,ou=Users,dc=<<abc>>,dc=com
xwiki.authentication.ldap.UID_attr=sAMAccountName
xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=displayName,mail=mail,ldap_dn=dn
Hello,
Can someone please guide me on how to do the LDAP integration of xwiki. I am
trying to integrate it with our company LDAP. I have gone through the url in http://www.xwiki.org/xwiki/bin/view/Dev/LDAPIntegrationAD
My specific questions are
1) Are the only changes required in xwiki.cfg file or should we use the LDAP
plugin code as well?
2) Once the changes are done, how does it work? If I access the home page,
will it throw a popup for login?
Rgds,
Mrudula