Invalid User Name
-
I have NADI 2.1.9 installed, ubuntu 18.04, WP 5.2, PHP 7.2.
base dn is just basic dc=example,dc=company,dc=com.Verify credential works, Test authentication works.
When it comes to login, it doesn’t work. it gives invalid user name. I have no idea why this would not work.I’m using sAMAccountName as the user name, with Automatic user creation, and Use sAMAccountName for newly created users checked.
I have Authorize by group membership enabled, which I thought it would cause it. I removed all groups and disable it, still get invalid user name.I must be missing something, if anyone had experienced this, let me know.
On Documentation:
There’s a typo here https://active-directory-wp.com/docs/Networking/Encryption_with_TLS.html
where LDAPS encryption method port 3629, it should be 3269 for Global Catalog.you may want to add ‘TLS_REQCERT never’ in /etc/ldap/ldap.conf since without it, starttls would not work in 389. no need to put active directory certificate and ldap.conf in wordpress root per documentation.
The topic ‘Invalid User Name’ is closed to new replies.