-
Notifications
You must be signed in to change notification settings - Fork 21
Active Directory / Samba Config für auth_ldap #35
Comments
What are you setting for your login attribute ( LDAP_AUTH_LOGIN_ATTRIB)? You commented out 'uid' but you didn't set anther login attribute? If you want to use the standard AD short name, use 'sAMAccountName'. |
Nevermind that, you're not even getting that far. It looks like the service account bind is failing. Not much to go wrong here. Double check the Bind DN. I usually make sure to copy and paste it out the AD attribute editor to make sure there are no typos. Also, verify the password with the bind service account. Another thing that can often look like an authentication issue is a non-allowed TLS connection. |
Hi hydrian, thanks for your feedback. I did try LDAP_AUTH_LOGON_ATTRIB = sAMAccountName with 'LDAP_AUTH_BINDDN', 'ttrss'. Then I tried it with LDAP_AUTH_LOGON_ATTRIB = distinguishedName and 'LDAP_AUTH_BINDDN', 'CN=ttrss,OU=serviceaccounts,DC=ad,DC=domain,DC=org'. I copied and pasted the password and the bind DN and verified that logon using that password is possible. I additionally tried port 389 without TLS and I even tried it with anonymous bind (although I am pretty sure that anonymous bind is disallowed in active directory domains). I do not know what else to try? cu emtie |
I have the same error. Error Message:
The config file:
|
Hi all,
I've installed tiny tiny rss on ubuntu 18.04 with lamp stack and php7.2-ldap. I want to authenticate against Samba 4 Active Directory domain but I'm facing this error message:
This is my config file:
What further information shall I provide to help solving this problem?
thanks in advance
emtie
The text was updated successfully, but these errors were encountered: