LDAP-Authentication

Aus Cowwwiki
Zur Navigation springen Zur Suche springen

Ubuntu 11.10

  • Installation benötigter Pakete:
sudo apt-get install libnss-ldap libpam-ldap nscd
  • nsswitch.conf anpassen:
sudo vim /etc/nsswitch.conf
 passwd: files ldap
 group: files ldap
 shadow: files ldap
  • Muss nun auch Accounts liefern, die nur im LDAP enthalten sind:
getent passwd
  • Lokale Accounts löschen.
sudo deluser USERNAME