nssldap-update-ignoreusers
NSS module for using LDAP as a naming service
Install
- All systems
-
curl cmd.cat/nssldap-update-ignoreusers.sh
- Debian
-
apt-get install libnss-ldap
- Ubuntu
-
apt-get install libnss-ldap
- Kali Linux
-
apt-get install libnss-ldap
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libnss-ldap
- Raspbian
-
apt-get install libnss-ldap
- Dockerfile
- dockerfile.run/nssldap-update-ignoreusers
libnss-ldap
NSS module for using LDAP as a naming service
This package provides a Name Service Switch that allows your LDAP server act as a name service. This means providing user account information, group id's, host information, aliases, netgroups, and basically anything else that you would normally get from /etc flat files or NIS. If used with glibc 2.1's nscd (Name Service Cache Daemon) it will help reduce your network traffic and speed up lookups for entries.