码迷,mamicode.com
首页 > 其他好文 > 详细

getent passwd 不能访问到 ldap 的用户

时间:2017-05-31 14:28:34      阅读:1465      评论:0      收藏:0      [点我收藏+]

标签:file   不能   sch   client   sea   star   div   ons   start   

 getent passwd  不能访问到 ldap 的用户,搞了一整个下午! 依然没搞定, 

一开始是不知道nslcd 需要启动,另外getent passwd 域, 无有用结果,

换个方式搜索

getent passwd cant show domain user

 

终于算是找到了 http://superuser.com/questions/292199/why-doesnt-getent-show-openldap-users !!!

 

 

原来/etc/sssd/sssd.conf  的配置一直是错误的, 因为我用的是 setup 设置的, 但是其中又出现

应该是

ldap_search_base = dc=test,dc=com

但是,setup 设置之后又变成了 etest:

ldap_search_base = dc=etest,dc=com

 

原来通过  nslcd -d 可以调试!!

 

I started nslcd in debug mode: nslcd -d and saw in the statements that it was looking for objectclass posixAccount. All the entries in my LDAP were of type inetOrgPerson. I had to include the nis.schema in the slapd.conf file, and then add posixAccount as an auxiliary objectclass to each entry. Then, I could finally use getent to see accounts inside LDAP.

Cross posted here:

http://serverfault.com/questions/282349/is-it-necessary-to-synchronize-users-between-ubuntu-client-and-ldap

 

 

getent passwd 不能访问到 ldap 的用户

标签:file   不能   sch   client   sea   star   div   ons   start   

原文地址:http://www.cnblogs.com/FlyAway2013/p/5431838.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!