如何在 LDAP 中完成以下任务?
我想使用 AD/ADAM 来实现这一目标
- 能够将电子邮件或其他 attributeClass 作为 inetOrgPerson 的一部分,在条目中全局唯一 能够
- 将正则表达式附加到属性以进行验证
- 能够提供枚举选择的约束例如从状态 attributeClass 中的有效状态代码列表中进行选择
I would like to accomplish this goal using AD/ADAM
- The ability to make an email or other attributeClass as part of inetOrgPerson globally unique across entries
- The ability to attach a regular expression to an attribute for validation purposes
- The ability to provide a constraint of enumerated choices such as choosing from a list of valid state codes in a state attributeClass
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法在 AD 或 ADAM 中执行这些操作。 它们只是数据存储库:恐怕您必须自己构建验证代码。
You can't do any of that in AD or ADAM. They're just the data storage repository: I'm afraid you'll have to build the validation code yourself.