Hey guys!
I’ve tried a few things and can’t get any further.
I have installed the “LDAP Authenticator” extension with the aim of granting certain users in our AD access to the wiki.
According to the instructions on the extension website, the xwiki.cfg file in the WEB-INF directory should be adjusted with the following attributes after installation:
#-# LDAP authentication service
xwiki.authentication.authclass=org.xwiki.contrib.ldap.XWikiLDAPAuthServiceImpl
#-# Turn LDAP authentication on - otherwise only XWiki authentication
#-# - 0: disable
#-# - 1: enable
#-# The default is 0
xwiki.authentication.ldap=1
#-# Enable local accounts in addition to LDAP.
#-# Without this setting you will be unable to log into XWiki with local accounts.
#-# - 0: disable
#-# - 1: enable
#-# The default is 0
xwiki.authentication.ldap.trylocal=1
(and more of course, but otherwise it will be too long)
When I connect to the container with docker exec
and want to edit the file, I don’t have a single entry that has anything to do with LDAP. I also can’t find the variable xwiki.authentication.authclass
anywhere…
What am I doing wrong?