|
Last change
on this file since 855 was
344,
checked in by broder, 18 years ago
|
|
New sipb-xen-console. Now with more magic - and more working
This package installed onto a clean Debian system should do all of the setup
for a console server except for copying the ssh private keys, granting access
to the Postgres database, and Kerberos keytabs
|
|
File size:
487 bytes
|
| Rev | Line | |
|---|
| [335] | 1 | # /etc/nsswitch.conf |
|---|
| 2 | # |
|---|
| 3 | # Example configuration of GNU Name Service Switch functionality. |
|---|
| 4 | # If you have the `glibc-doc-reference' and `info' packages installed, try: |
|---|
| 5 | # `info libc "Name Service Switch"' for information about this file. |
|---|
| 6 | |
|---|
| 7 | passwd: compat pgsql |
|---|
| [344] | 8 | group: compat pgsql |
|---|
| [335] | 9 | shadow: compat |
|---|
| 10 | |
|---|
| 11 | hosts: files dns |
|---|
| 12 | networks: files |
|---|
| 13 | |
|---|
| 14 | protocols: db files |
|---|
| 15 | services: db files |
|---|
| 16 | ethers: db files |
|---|
| 17 | rpc: db files |
|---|
| 18 | |
|---|
| 19 | netgroup: nis |
|---|
Note: See
TracBrowser
for help on using the repository browser.