-
-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDAP (ActiveDirectory) testing successfully, no users listed in sync #3130
Comments
@thomask220 |
@nilsteampassnet Same issue using the latest commits. The query is hitting the AD server correctly and not producing an error but the user list is never populated. I suspect (but haven't had a chance to confirm yet) that there may be a logic error here
since in the limited testing I've had time to do the second part of the loop (after //is user in Teampass) never seems to execute. |
Are you using the DN of a valid AD user for directory access, or the short username? I.e. something like I had issues initially due to aliased/upercased attribute names ( You may also want to consider adding |
Hello,I have the same issue here in version 3.0.10.66 installed on a Debian server.I can't get sync my AD users in Teampass. |
Steps to reproduce
Expected behaviour
The AD users should be listed
Actual behaviour
LDAP config is working, proven by the "Test current configuration" but list of users cannot be retrieved.
Server configuration
Operating system:
Debian 11
Web server:
Apache2
Database:
mysql 5.7
PHP version:
8.1
Teampass version:
3.0.0.17 (tried as well with applied #3118
Updated from an older Teampass or fresh install:
Complete fresh installation
Client configuration
Browser:
tested chrome, firefox, edge
Operating system:
windows 10
Logs
Web server error log
Log from the web-browser developer console (CTRL + SHIFT + i)
after click "List users" button:
Additional Info
we use a very standard, basic ActiveDirectory, we use LDAP authentication with several other products successfully.
LDAP ist no using SSL or TLS. Filled host, port (389), BaseDN, username and password like standard.
User Distinguished Name: distinguishedname
User name attribute: samaccountname
Additional User DN: empty
User Object Filter: (&(objectCategory=Person)(sAMAccountName=*))
LDAP server type: ActiveDirectory
all switches: OFF
The text was updated successfully, but these errors were encountered: