From d27651f85eca6f79d6816065803f84889a2870b0 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 6 Jun 2008 15:53:38 +0000 Subject: add uid and gid options to manual page git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@746 ef36b2f9-881f-0410-afb5-c4e39611909c --- man/nss-ldapd.conf.5.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/man/nss-ldapd.conf.5.xml b/man/nss-ldapd.conf.5.xml index 9eaa41c..9931784 100644 --- a/man/nss-ldapd.conf.5.xml +++ b/man/nss-ldapd.conf.5.xml @@ -83,6 +83,32 @@ + + uid + + + This specifies which user id with which the daemon should be run. + This can be a numerical id or a symbolic value. + If no uid is specified no attempt to change the user will be made. + Note that you should use values that don't need LDAP + to resolve. + + + + + + gid + + + This specifies which group id with which the daemon should be run. + This can be a numerical id or a symbolic value. + If no gid is specified no attempt to change the group will be made. + Note that you should use values that don't need LDAP + to resolve. + + + + -- cgit v1.2.3