lmenezes/cerebro

LDAP and Windows AD

Open

#392 opened on Aug 22, 2019

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

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