Details
-
Bug
-
Resolution: Invalid
-
Critical
-
None
-
9.11.0
-
Debian 11 (amd64) up-to-date running Docker
Docker image: 15.4.0-mysql-tomcat
-
Unknown
-
Description
Description
Hello there !
I am writing you because the LDAP login process does not work as intended:
- Let's say with have a LDAP user named john.doe.
- When login, john.doe logs in successfully, but the XWiki user is literally named ${uid}
- TLS is working fine, as I added the CA certificate to the docker image cacert file (port is 7636)
From what I understand, the variable substitution on ${uid} does not seems to work properly, it is not replace with the actual uid attribute from the LDAP entry.
Attachments
You can find a log file attached to this post, as well as the portion of xwiki.cfg related to LDAP.
I have replaced some value for confidentiality purpose:
- <dc-dns-name>: DNS name of the domain controller that is hosting the LDAP server
- <domain>: Domain part of the FQDN
- <username>: john.doe
- <user-display-name>: John DOE