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.
我有一个需要缓存笔记 ldap 的网络应用程序。为此,IT 安装了 Openldap,将从 Web 应用程序中查询。基本上是 OpenLdap 代理。现在 CN=My User, O=Corp 作为 cn=My User, o=Corp... (注意 CN 与 cn 的情况等)
我可以在 slapd.conf 中调整一些告诉我的映射区分大小写的内容吗?
根据规范,这些设计不区分大小写,请参阅RFC 4514和RFC 4512,更具体地说,第 1.4 节:
短名称,也称为描述符,用作对象标识符的更具可读性的别名。短名称不区分大小写并符合 ABNF: descr = keystring
短名称,也称为描述符,用作对象标识符的更具可读性的别名。短名称不区分大小写并符合 ABNF:
descr = keystring
目前尚不清楚您要对应用程序做什么,但处理此类专有名称的库在理论上应该能够处理。