Entwicklungsumgebung/Dateiliste/nsswitch.conf: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(/etc/nsswitch.conf) |
(kat) |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{ | |||
{{EditStatus|1|Schoffer}} | |||
Zeile 14: | Zeile 15: | ||
---- | ---- | ||
<source highlight=" | <source highlight="7-9" lang="text"> | ||
# /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 | |||
networks: files | |||
protocols: db files | |||
services: db files | |||
ethers: db files | |||
rpc: db files | |||
netgroup: nis | |||
</source> | </source> | ||
Zeile 25: | Zeile 42: | ||
---- | ---- | ||
<div align="right">[[Entwicklungsumgebung/Dateiliste|zurück]] | [[Hauptseite]]</div> | <div align="right">[[Entwicklungsumgebung/Dateiliste|zurück]] | [[Hauptseite]]</div> | ||
[[Kategorie:DebianSqueeze]] |
Aktuelle Version vom 16. März 2012, 16:05 Uhr
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/nsswitch.conf
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="7-9" lang="text">
- /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 networks: files
protocols: db files services: db files ethers: db files rpc: db files
netgroup: nis </source>