diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-05-23 22:11:40 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-05-23 22:11:40 +0200 |
commit | 9fba52ac31406026b70be0a39d1302bfebea238d (patch) | |
tree | 9ded6705b9dfdcdf68f455ecf041fe6f567f6744 | |
parent | 721e4293d218cb7d1b1c5712c88a7cd7f7d79fe5 (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.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |