服务器 Gind.cn
  • Linux
  • Windows
  • Ubuntu
  1. 服务器 Gind.cn
  2. ldap
  3. ldapsearch显示objectClass的内容
Intereting Posts
仙人掌系统工具说错了RRDTool和图表不显示 使用http2加速https上的nginx请求 如何pipe理和自动化Windows客户端的Chromium和Firefox更新和版本? 带有DPM 2010的SQL Server 2008和日志传送 Android to openswan / xl2tpd / pppd错误:result_code_avp:avp大小不正确。 8 <10 在Google Apps中过滤附件types(免费的Google商务) 如何“FTP监狱”与Apache? 设置新的ulimit后,它回到0 我的电脑的鼠标和键盘在哪里? 将端口转发到另一个Ip /端口 如何configurationsendmail拒绝带有Date标头的电子邮件,实时性太差? 允许一个特定的URLpath与Squid 从Hyper-V guest虚拟机的联机备份中排除特定的VHDX Project Server 2010 – Exchange Server 2010集成体系结构 在没有DHCP的情况下访问交换机pipe理

ldapsearch显示objectClass的内容

有了ldapsearch,我得到了这样的东西:

#ldapsearch -x -b dc=my,dc=org uid=test -LLL ... displayName: Some Name uid: test .... objectClass: inetOrgPerson objectClass: posixAccount objectClass: shadowAccount ... 

例如,如何显示posixAccount的内容?

  • 在哪些情况下,ActiveDirectory中的人员缺lessObjectSid-Attribute?
  • 用ldap查询search共享点
  • Apache,SSL客户端证书,LDAP授权
  • CollabNet Subversion Edge用户迁移
  • 简单的LDAP服务器安装?

要返回search列表的特定属性,请使用以下语法:

 ldapsearch -x -b dc=ad,dc=example,dc=com '(&(uid=test))' posixAccount 

它将返回任何具有“uid”值等于“test”的对象的posixAccount属性。

  • 最好的方法来控制访问?
  • 使用OpenLDap 2.4.21发布启用accesslog覆盖
  • 即使“密码必须更改”设置为“从不”(Samba + LDAP),密码也会过期45天
  • ldap_bind:凭证无效(49)
  • passwd为ldap用户
  • 通过Sendmail保护LDAP别名查找
  • Apache + LDAP身份validation中缺less“AUTHENTICATE_”环境variables
  • Apache2和冗余的LDAPconfiguration问题
  • login客户端(Windows Vista中的pGina)与LDAP服务器(FDS)
  • 我可以将代理用户从单个LDS实例链接到多个域吗?

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