LDAP 映射用户和组
我有一些关于在 openldap 中映射用户的问题。是否可以这样设置:
第 1 组: cn=groups_name1,ou=groups,dc=company,dc=com 以及该组中的一些memberUid: memberUid:测试
在第二组中,其他一些用户:
组 2: cn=groups_name2,ou=groups,dc=company,dc=com 以及该组中的一些memberUid: memberUid: test2
然后设置一些项目并访问它:
cn=projects_name,ou=projects,dc=company,dc=com 在此项目中 memberUid: cn=groups_name1,ou=groups,dc=company,dc=com
这可能吗?
I have some question about mapping users in openldap. Is it possible to set somethings like this:
Group 1:
cn=groups_name1,ou=groups,dc=company,dc=com and some memberUid in this group:
memberUid: test
And in second group, some other user:
Group 2:
cn=groups_name2,ou=groups,dc=company,dc=com and some memberUid in this group:
memberUid: test2
And after that set some projects and access to it:
cn=projects_name,ou=projects,dc=company,dc=com and in this project memberUid: cn=groups_name1,ou=groups,dc=company,dc=com
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
限制是 POSIX 组只能包含用户,不能包含其他组。
根据您想要执行的操作,NIS 网络组允许其他网络组作为成员。
The restriction is that POSIX groups can contain only users, not other groups.
Depending on what you want to do, NIS netgroups allow other netgroups as members.