Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-05-23 22:11:40 +0200
committerArthur de Jong <arthur@arthurdejong.org>2010-05-23 22:11:40 +0200
commit9fba52ac31406026b70be0a39d1302bfebea238d (patch)
tree9ded6705b9dfdcdf68f455ecf041fe6f567f6744
parent721e4293d218cb7d1b1c5712c88a7cd7f7d79fe5 (diff)
include uid and gid options in default configuration file
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1116 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--nslcd.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/nslcd.conf b/nslcd.conf
index cd7d10c..ee5eb05 100644
--- a/nslcd.conf
+++ b/nslcd.conf
@@ -4,6 +4,10 @@
# information in the directory.
# See the manual page nslcd.conf(5) for more information.
+# The user and group nslcd should run as.
+uid nslcd
+gid nslcd
+
# 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).