微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

无法在 Nexus3 中使用 LDAP 登录

如何解决无法在 Nexus3 中使用 LDAP 登录

我正在尝试配置我的 Nexus 实例 OSS 3.30.1-01,以与 LDAP 集成。

它似乎适用于以下设置:

Connection
Protocol: ldap
Hostname: mydomain.net
Port: 636
Search Base: dc=mydomain,dc=net


Authentication
Auth. Method: Simple Authentication
SASL Realm:
Username: dc=admin,dc=mydomain,dc=net
Password: MySuperSecretPassword

当我点击检查身份验证时,它返回:

LDAP connection and authentication test completed Successfully.

然后在部分:

User element Mapping
Base DN: ou=users
User subtree: (but it doesn´t appear to affect something)
Object class: inetorgPerson
User filter:
User UD Attribute: uid
Real Name Attribute: cn
E-Mail Attribute: mail
Password Attribute:

Group Element Mapping

然后单击“检查用户映射”,它会返回 LDAP 目录中的所有用户。 很好,但是...当我尝试使用任何用户登录时,它返回:

Incorrect username,password or no permission to use Nexus User Interface. Try again. Please login before attempting further requests.

我尝试更改 LDAP 配置中的过滤器,为用户添加权限并添加 LDAP 领域,但我仍然无法登录

是否需要其他任何配置才能使其工作?

谢谢!

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。