Entwicklungsumgebung/Dateiliste/common-account
Zur Navigation springen
Zur Suche springen
Diese Seite ist momentan eine Baustelle im Zustand: 1
-
0
-
1
-
2
-
3
-
4
Wird bearbeitet von: Schoffer
Hilfe zum Bearbeitungsstatus: Hilfe:Status eines Artikels
/etc/pam.d/common-account
Achtung: Bitte achten Sie unbedingt darauf, beim Kopieren und Einfügen einen Editor mit UNIX-Zeilenumbrüchen zu verwenden!
Hinweis: Die im delixs-Schulserver geänderten Zeilen sind gelb unterlegt.
<source highlight="9-12" lang="text">
- /etc/pam.d/common-account - authorization settings common to all services
- This file is included from other service-specific PAM config files,
- and should contain a list of the authorization modules that define
- the central access policy for use on the system. The default is to
- only deny service to users whose accounts are expired in /etc/shadow.
- account required pam_unix.so
account [success=1 default=ignore] pam_unix.so account required pam_ldap.so account required pam_permit.so </source>