Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 OpenLDAP 中创建多个用户帐户(类是 OpenLDAPperson),我遇到的问题是 uid 属性没有被 LDAP 强制为 UNIQUE。
看起来只有对象类“帐户”强制执行 uid 唯一性,不幸的是,我似乎无法将它与 OpenLDAPperson 或 OrganizationalPerson 等对象类结合起来。
任何人都可以推荐创建用户的最佳实践并在 LDAP 中强制执行 uid 唯一性吗?
谢谢
我遇到了同样的问题并切换到 OpenDJ(以前称为 OpenDS)。它支持 UID 上的唯一索引。