服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. ldap openldap
  3. ldap_modify:未定义的属性types(17)
Intereting Posts
为什么在Windows默认安装上的Oracle 11g即使闲置也会增加内存使用量? 不同步的命令 Office 365 Exchangecaching模式是否需要C盘空间等于整个邮箱大小? 更改域控制器上的DNS服务器超时修复了外部DNSparsing失败 – 为什么? 如何testing本地SYSTEM帐户? (从Python访问远程文件) 〜18m文件总文件EXT4性能不佳,有什么build议? 如何在ubuntu屏幕上的进程停止时得到电子邮件通知? 从Xen(XCP)Dom0共享Dom到DomU 设置SSH,让FreeNAS无需密码即可连接到Mac 强制HyperV挂载一个AVHDX文件,它认为是损坏的 svndumpfilter排除不会减less转储文件的大小 启用MSDTC的安全风险 与其他站点中的PDC同步后,时区不断变化 请求中包含Via头时,IIS6不做gzip压缩 Windows Active Directory – 用户名中的特殊字符

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