lmenezes/cerebro

LDAP and Windows AD

Open

#392 创建于 2019年8月22日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (5,411 star) (721 fork)batch import
bughelp wanted

描述

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.

贡献者指南

LDAP and Windows AD · lmenezes/cerebro#392 | Good First Issue