cost 249 ms
如何在 apache DS 服务器中为 ldap 用户添加自定义属性 - how to add custem attribute properties for a ldap user in apache ds server

我正在尝试了解 LDAP 并完成基本服务器创建和客户端身份验证。 现在我想为 cn、uid 或 sn 之类的用户添加自定义属性特性,我想像这样添加 networkGrp、srcIp、DestIp,但如果我添加 apache ds studio,则忽略。 对于这个用户,我想添加一些自定义属性 但我 ...

为什么 apache 目录工作室中的 startTLS 连接身份验证失败? - why authentication fails with startTLS connection in apache directory studio?

工作环境:openldap on rocky linux 8.5 (vm) 问题:我在rocky linux vm上安装了openldap,并使用openssl颁发了自签名证书。 (我遵循的安装指南在这里) 我使用以下命令在岩石 linux 上测试了 startTLS 连接,它工作得很好。 但是 ...

通过 ldaps 使用 python-ldap 连接到 apacheds - Connect to apacheds using python-ldap over ldaps

我已经安装了一个 ApacheDS(Apache 目录)并试图通过 ldaps 连接它。 我能够通过 ldap(端口 10389)成功对其进行身份验证,但尝试使其在 ldaps 上工作时出现错误。 我知道这是由于证书验证。 用于身份验证的代码是: 我无法找到 ApacheDS 默认提供的自签名证书 ...

是否可以在没有 RDN 且只有属性的情况下创建 LDAP 服务器的条目? - Is it possible to create entry into LDAP server without RDN with only attributes?

我们正在使用 ldapjs 节点模块与 LDAP 服务器(如 Microsoft Active Directory、Apache DS 和 Open LDAP)进行通信。 根据我们从这里的理解: DNs 可以由零个或多个组件组成,这意味着完全没有任何组件的 DN 是合法的。 是否可以在我的基本 ...

Microsoft Active Directory、OpenLDAP 和 Apache DS 的日期格式不同 - Date format is differing between Microsoft Active Directory, OpenLDAP and Apache DS

我们正在为 Microsoft Active Directory、LDAP 和 Apache DS 实施通用客户端应用程序。 作为我们下面分析的一部分,来自每个 LDAP 服务器的示例日期格式。 Microsoft Active Directory:创建时间戳:20200309090040.0Z ...

如何在 WSO2 3.0.0 中从 deployment.toml 禁用 ThrottlingConfigurations - How to disable ThrottlingConfigurations from deployment.toml in WSO2 3.0.0

我正在 WSO2 3.0.0 中配置 Apache DS 用户存储。 我在 deployment.toml 文件中给出的所有用户存储配置。 但是在启动服务器时,它给出了以下错误。 搜索后,这个错误似乎是在 api-manager.xml 中启用的,但我无法从 deployment.toml 中禁用它 ...

对于每个对象类,我们是否有任何可用于 OpenLDAP 和 ApacheDS 的类模式? - Do we have any class schema available for OpenLDAP and ApacheDS for each object class?

我们可以在活动目录中找到每个对象类可用的classSchema 。 根据 ApacheDS 和 OpenLDAP 的文档,我们找不到任何用于查找类标识符、可能的属性、可能的父类和超类以及辅助类的类模式。 我们有可用于 OpenLDAP 和 ApacheDS 的类模式吗? 如果没有,是否有任何方法可 ...

如何修复未在条目的 objectClasses 中声明的属性 sn - How to fix Attribute sn not declared in objectClasses of entry

我正在尝试使用 Spring-Data-LDAP 创建一个条目,当我尝试保存条目时,它给出了未在条目 ou=users、dc=example、dc=com 的 objectClasses 中声明的属性sn 。 我是 LDAP 的新手。 我创建了一个包含基本属性的 model class,并且我有自 ...

有人可以告诉我如何在Apache LDAP API中正确使用LdapNetworkConnection的移动方法,或者这是他们的API中的错误? - Can someone tell me how to use move method of LdapNetworkConnection correctly in Apache LDAP API or it's a bug in their API?

我正在使用Apache LDAP API帮助我们的客户端连接到其LDAP服务器并通过我们的程序执行他们想要的操作。但是当我使用public void move( String entryDn, String newSuperiorDn ) throws LdapException在LdapNet ...

Spring Security LDAP:针对ApacheDS中的Active Directory绑定与身份验证 - Spring Security LDAP: Bind vs. Authenticate against Active Directory in ApacheDS

什么有效 我是根据我们公司的AD开发的: 这确实有效; 我可以使用公司凭证登录。 重要提示 :我可以使用我的sAMAccountName (也恰好是我的uid )登录。 目标 现在,我想使用本地AD对某些极端情况进行一些自动化测试。 我之所以选择ApacheDS是 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM