Entwicklungsumgebung/Dateiliste/nsswitch.conf: Unterschied zwischen den Versionen

Aus Delixs
Zur Navigation springen Zur Suche springen
(/etc/nsswitch.conf)
 
(kat)
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
__NOTOC__
__NOTOC__
{{Uberarbeiten}}
 
{{EditStatus|1|Schoffer}}  




Zeile 14: Zeile 15:
----
----


<source highlight="1-3" lang="text">
<source highlight="7-9" lang="text">
  passwd:     compat ldap
# /etc/nsswitch.conf
  shadow:     compat ldap
#
  group:      compat ldap
# 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

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">

  1. /etc/nsswitch.conf
  2. Example configuration of GNU Name Service Switch functionality.
  3. If you have the `glibc-doc-reference' and `info' packages installed, try:
  4. `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>




zurück | Hauptseite