On Tue, Mar 7, 2017 at 8:42 PM, JasoYeom <[email protected]> wrote:
I restart every time I make a change to the config file.
There are some differences in the file structure. I'm using Jetty for the webserver and a few directories are different. In the jetty apps folder there is xwiki and a root folder in the demo version. The root folder is not in the default jetty setup. There are some others but I don't have the list on me right now. I'm also confused as to which line to put in for the ldap authentication. All from the xwiki support site:
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.xwiki.AppServerTrustedAuthServiceImpl
I don't understand how you link that to LDAP.
xwiki.authentication.authclass=org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl
You installed http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Authenticator/ so you should follow the documentation of this extension.
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
This is the old LDAP authenticator and that's what the first line on http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HLDAPAuth... says.
-- View this message in context: http://xwiki.475771.n2.nabble.com/LDAP-authentication-is-not-enabled-Check-x... Sent from the XWiki- Users mailing list archive at Nabble.com.
-- Thomas Mortagne