LDAP 服务器配置
我正在尝试为实验室用户配置基于网络的系统身份验证的 LDAP 服务器。我的网络没有域。但在服务器配置的 slapd.conf 文件中,后缀参数要求它。我应该为此提供什么,或者我应该在 slapd.conf 文件中评论该参数。有什么帮助吗?
I am trying to configure a LDAP server for network based system authentication for lab users. I have no domain for my network. But in slapd.conf file for the server configuration the suffix parameters ask for it. what should i provide for that or shall i comment that parameter in slapd.conf file. Any help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该后缀旨在限定您的整个数据库,以便使其与世界上所有其他 LDAP 数据库区分开来。 slapd.conf 中的示例后缀应该为您提供如何实现这一目标的线索。
The suffix is intended to qualify your entire database so as to make it distinct from all other LDAP databases in the world. The example suffix in slapd.conf should give you a clue as to how to achieve that.