diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-06-06 17:53:38 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-06-06 17:53:38 +0200 |
commit | d27651f85eca6f79d6816065803f84889a2870b0 (patch) | |
tree | f9ed902534021ee3a81152c0567d7559e1b77f0f | |
parent | 8e508dfb4b1bf139f7e8cf507bb8cef874c5f471 (diff) |
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
-rw-r--r-- | man/nss-ldapd.conf.5.xml | 26 |
1 files changed, 26 insertions, 0 deletions
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 @@ </listitem> </varlistentry> + <varlistentry> + <term><option>uid</option> <emphasis remap="I">uid</emphasis></term> + <listitem> + <para> + 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 <acronym>LDAP</acronym> + to resolve. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>gid</option> <emphasis remap="I">gid</emphasis></term> + <listitem> + <para> + 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 <acronym>LDAP</acronym> + to resolve. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect2> |