source: npl/system/nss_ldap/patches/fix-nsswitch-example.patch @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 726 bytes
RevLine 
[c5c522c]1Description: Fixes to nsswitch.ldap sample file
2 This fixes a few issues in the nsswitch.ldap sample file to make it
3 more applicable for Linux systems.
4Author: Arthur de Jong <adejong@debian.org>
5Bug-Debian: http://bugs.debian.org/384187
6
7--- a/nsswitch.ldap
8+++ b/nsswitch.ldap
9@@ -6,8 +6,9 @@
10 # "hosts:" and "services:" in this file are used only if the
11 # /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports.
12 
13-# the following two lines obviate the "+" entry in /etc/passwd and /etc/group.
14+# the following lines obviate the "+" entry in /etc/passwd and /etc/group.
15 passwd:                files ldap
16+shadow:                files ldap
17 group:         files ldap
18 
19 # consult DNS first, we will need it to resolve the LDAP host. (If we
Note: See TracBrowser for help on using the repository browser.