The commands return duplicate data is getent passwd and getent group, if I don't add a specific user as a parameter in the command.
# /etc/nsswitch.conf # # Example configuration of GNU Name Service Switch functionality. # If you have the `glibc-doc-reference' and `info' packages installed, try: # `info libc "Name Service Switch"' for information about this file. passwd: compat ldap group: compat ldap shadow: compat ldap
hosts: files dns ldap networks: files ldap
protocols: files ldap services: files ldap ethers: files ldap rpc: files ldap
netgroup: files ldap automount: files ldap sudoers: files ldap
On 08/15/2016 09:39 AM, Dan White wrote:
On 08/14/16 13:50 -0400, John Lewis wrote:
Subject: nslcd listing users and groups twice
This is surprisingly non-trivial especially when the nis schema for openldap is more documented than the samba one when I use to run samba-ad-dc. I have the nslcd.conf attatched.
What command are you running which duplicates data? What are the contents of your nsswitch.conf?