Benutzer-Werkzeuge

Webseiten-Werkzeuge


sammlung:nsswitch.conf

Inhaltsverzeichnis

nsswitch.conf

Syntax

nsswitch.conf - Name Service Switch configuration file.

Die Datei steuert, ob die Informationen aus lokalen Dateien (/etc/passwd, /etc/hosts), DNS, LDAP, NIS usw. kommen – und in welcher Reihenfolge.

Parameter

# /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:         files systemd
group:          files systemd
shadow:         files systemd
gshadow:        files systemd

hosts:          files dns
networks:       files

protocols:      db files
services:       db files
ethers:         db files
rpc:            db files

netgroup:       nis
sammlung/nsswitch.conf.txt · Zuletzt geändert: von 127.0.0.1