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. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
...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 |
Beta Was this translation helpful? Give feedback.
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