Author: baggins Date: Thu Sep 17 21:47:24 2009 GMT Module: packages Tag: HEAD ---- Log message: - don't run daemon as root
---- Files affected: packages/nss_ldapd: nss_ldapd-no-root.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/nss_ldapd/nss_ldapd-no-root.patch diff -u /dev/null packages/nss_ldapd/nss_ldapd-no-root.patch:1.1 --- /dev/null Thu Sep 17 23:47:24 2009 +++ packages/nss_ldapd/nss_ldapd-no-root.patch Thu Sep 17 23:47:19 2009 @@ -0,0 +1,13 @@ +--- nss-pam-ldapd-0.7.0/nslcd.conf~ 2009-08-31 23:46:06.000000000 +0200 ++++ nss-pam-ldapd-0.7.0/nslcd.conf 2009-09-17 23:30:09.251930208 +0200 +@@ -4,6 +4,10 @@ + # information in the directory. + # See the manual page nslcd.conf(5) for more information. + ++#threads 5 ++uid nslcd ++gid nobody ++ + # The uri pointing to the LDAP server to use for name lookups. + # Multiple entries may be specified. The address that is used + # here should be resolvable without using LDAP (obviously). ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
