服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. ldap openldap
  3. ldap_modify:未定义的属性types(17)
Intereting Posts
init.d服务死了 networkingstream量如何路由(VPN与“打开”)? Sharepoint更换 寻找一个使用ssh在多个远程主机上命令别名的软件包 OpenVPN TAP与TUN并行 即使redirect到/ dev / null 2>&1,Cron邮件也会输出 ESXi服务器运行状况监视 Linux KVM客人在几个星期后挂断 Windows 2008不断重新启动 TFS 2008有什么问题? Openvpn故障转移设置 – 使用静态ips路由到客户端 CHMOD崩溃mysql lftp连接挂(而不是失败) 在nginx上模拟502&504 无法连接到在亚马逊ec2机器上运行的SQL

ldap_modify:未定义的属性types(17)

我想将属性键添加到ldap中的所有用户。

add: keyPair keyPair: 0000000000 

但它给了我:

 ldap_modify: Undefined attribute type (17) additional info: keyPair: attribute type undefined 

我如何添加属性keyPair?

  • Mac不会获得LDAP用户
  • 在PAM LDAP查询中使用服务器IP
  • OpenLDAP禁用别名解引用
  • 无法在LDAP服务器上启用TLS
  • LDAP应该如何与sarg(Squid分析报告生成器)一起使用?

  • ldappasswd与RootDN绑定不起作用
  • 后缀:从ldap查询修改电子邮件地址
  • LDAP和隐私
  • 如何在没有Apache Directory Studio的情况下configurationApache Directory Server?
  • LDAP – 涉及多个uid = oracle和其他用户的复杂configuration

您可以尝试使用LDIF文件来修改“keyPair”属性,必须构build类似于例如。 modifyexample.ldif:

dn: uid=uidexample,ou=examples,dc=example,dc=com changetype: add objectClass: person keyPair: 0000000000

然后运行以下命令执行修改:

ldapmodify -f modifyexample.ldif

  • 在openldap中实现apple.ldif
  • AD LDAP:查询用户何时需要更改密码
  • LDAP TLS失败,错误18/80
  • 无法更新LDAPpipe理员密码
  • configurationldap客户端不要在ldap服务器中search本地系统帐户
  • 慢AD组同步
  • 了解LDAP身份validation
  • OpenLDAP监视访问ACL不起作用
  • 独立域名是否需要执行LDAP引荐追逐?
  • 如何使用在LDAP服务器上创build的帐户“rsync”来在Linux服务器之间scp文件

  • © 2017 服务器 Gind.cn
  • Topics
  •        
  • Powered by Server
  • Privacy Policy