Hi,
XWiki is installed on a Linux Server (RH 6.7 x64) and a Windows 2012 R2 is
used as primary domain controller.
And for users : Win7 with Firefox or IE as Web browsers...
For information, I applied these parameters in xwiki.cfg :
<<
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
xwiki.authentication.ldap=1
xwiki.authentication.ldap.server=172.16.1.1
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.base_DN=dc=MYDOMAIN,dc=local
xwiki.authentication.ldap.bind_DN=MYDOMAIN\\Administrateur
xwiki.authentication.ldap.bind_pass=mypassW0RD
xwiki.authentication.ldap.UID_attr=sAMAccountName
xwiki.authentication.ldap.fields_mapping=name=sAMAccountName,last_name=sn,first_name=givenName,fullname=displayName,email=mail,ldap_dn=dn
>
Now that I successfully tested XWIKI with LDAP Server, I'd like to allow
automatic login for users authentified in the domain !
How to proceed please ?
Does any body knows a procedure or what are the main steps to succeed ?
Thanks guys (an girls)
--
View this message in context:
http://xwiki.475771.n2.nabble.com/How-to-use-SSO-with-XWIKI-tp7596453.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.