You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can get it to authenticate but it still says "Login failed...". However, with some fiddling in the plugin code to add extra log messages it actually gets as far as setting:
But I think that since it fails to get group information the underlying system doesn't consider it authenticated or something to that extent? I'm not sure what to put in Group Query or Identifier. With a Group Query it can't find anything on sAMAccountName=[username] which should be possible. I know you made this for a client, but you would get a ton of users if it worked with AD :o!
The text was updated successfully, but these errors were encountered:
There is an earlier function (getLDAPMappedItem) that should get the user DN from search user query.
So rather than using the '[username]' portion, you can format the Group Query to use the user distinguished name mapping to search for what groups the user is in.
I am an AD pleb, so there is probably a "right" way to do this that I am unaware of...
I have spent a few hours fiddling with this to get it to work with my AD LDAP and I have gotten to a certain point. With these settings:
UserDN: [username]@ad.domain.com
Search DN: CN=Users,DC=ad,DC=domain,DC=com
I can get it to authenticate but it still says "Login failed...". However, with some fiddling in the plugin code to add extra log messages it actually gets as far as setting:
But I think that since it fails to get group information the underlying system doesn't consider it authenticated or something to that extent? I'm not sure what to put in Group Query or Identifier. With a Group Query it can't find anything on sAMAccountName=[username] which should be possible. I know you made this for a client, but you would get a ton of users if it worked with AD :o!
The text was updated successfully, but these errors were encountered: