这两个包似乎具有相同的功能(缓存数据)。
我目前正在调试LDAP客户端配置,所以我想知道这些包是否真的有用。
发布于 2015-11-27 10:33:11
nscd和nslcd不一样,也不相似,请阅读手册页。nscd不是必需的,但是由包维护人员推荐,因此nslcd推荐nscd。
来自man nscd
DESCRIPTION
Nscd caches libc-issued requests to the Name Service. If retrieving
NSS data is fairly expensive, nscd is able to speed up consecutive
access to the same data dramatically and increase overall system
performance. Nscd should be run at boot time by /etc/init.d/nscd.来自man nslcd
DESCRIPTION
nslcd is a daemon that will do LDAP queries for local processes
that want to do user, group and other naming lookups (NSS) or do user
authentication, authorisation or password modification (PAM).也许你读过另一篇描述。我的描述是:
nscd
名称服务缓存守护进程
nslcd
使用LDAP实现NSS和PAM查找的守护进程
https://askubuntu.com/questions/703101
复制相似问题