lmenezes/cerebro

LDAP and Windows AD

开放

#392 创建于 2019年8月22日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (734 个派生)batch import
bughelp wanted

仓库指标

星标
 (5,609 个星标)
PR 合并指标
 (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.

贡献者指南