lmenezes/cerebro

LDAP and Windows AD

Open

#392 opened on Aug 22, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (721 forks)batch import
bughelp wanted

Repository metrics

Stars
 (5,411 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I have LDAP working with Windows AD using mail as user-attr.

Recently I changed mail address in Windows user accounts and now they cannot access Cerebro using LDAP. They get a user/password error.

After doing some tests I found that Cerebro LDAP (using mail as user attribute) only works if mail and UPN attributes matches in AD. Another combination fails to authenticate.

This is the actual configuration I use: type: ldap method = "simple" user-template = "%s" user-attr = "mail"

Could it be an issue with Cerebro LDAP config?

Thanks.

Contributor guide