Does OpenDJ support the NetBIOS domainname\username format #338
|
Hi All. I'm currently looking for an LDAP server which support authenticating via the NetBIOS domainname\username format. I've also looked into openldap, but unfortunately it seems that openldap does not support this. Does OpenDJ support, or can be configured to support the NetBIOS / pre-Windows 2000 domain name format? Thanks. |
Answered by
maximthomas
Jun 4, 2024
Replies: 2 comments
|
Hi, unfortunately, OpenDJ supports only DN binding in its native API. As an alternative, I would suggest implementing searching user DN by a user alias attribute and then authenticating the user using his DN in your software |
0 replies
Answer selected by
maximthomas
|
...PLAIN SASL authentication (with a user name and password), SASL GSSAPI authentication (Kerberos V5), SASL CRAM MD5, and DIGEST MD5 authentication. see Regular Expression identity mapper |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, unfortunately, OpenDJ supports only DN binding in its native API. As an alternative, I would suggest implementing searching user DN by a user alias attribute and then authenticating the user using his DN in your software