Good day all I am trying to setup an LDAP central server for a group of services in icluding xwiki, so far so good on most I think, but the xwiki configuration in particular seems quite confusing…
This is what works for codimd
- CMD_LDAP_URL=ldaps://ldapsrv - CMD_LDAP_BINDDN=cn=codimd,ou=system,dc=ldap,dc=rekt - CMD_LDAP_BINDCREDENTIALS=password - CMD_LDAP_SEARCHBASE=ou=people,dc=ldap,dc=rekt - CMD_LDAP_SEARCHFILTER=(cn={{username}}) - CMD_LDAP_PROVIDERNAME=Rekt Shell - CMD_LDAP_USERIDFIELD=cn - CMD_LDAP_USERNAMEFIELD=givenName
Discourse and Anope/LDAP are pretty much the same … when I look into xwiki’s config for ldap though: https://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP/Authenticator/
I am fairly new to LDAP and there are so many options for xwiki, would anyone be able to help me convert my working config options for discourse/anope[plugin_ldap]/codimd to what they should be in xwiki.cfg for the ldap extension?