lmenezes/cerebro

LDAP and Windows AD

オープン

#392 opened on 2019/08/22

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (734 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (5,611 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド