diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-05-14 12:20:27 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-05-14 12:20:27 +0200 |
commit | 73ae8620ffa9d1ee66a4ed1bdb6802640f772355 (patch) | |
tree | d21b23391e51b3d4ef9029ae1ac445d154002fdd /man/pam_ldap.8.xml | |
parent | c3b2f080065a43e3d1ab104dbc84409397a3b68f (diff) |
perform logging from PAM module to syslog and support the debug option to log debugging information
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1106 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'man/pam_ldap.8.xml')
-rw-r--r-- | man/pam_ldap.8.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml index cf69514..88890a2 100644 --- a/man/pam_ldap.8.xml +++ b/man/pam_ldap.8.xml @@ -143,7 +143,9 @@ </term> <listitem> <para> - This option is ignored. + This option causes the <acronym>PAM</acronym> module to log debugging + information to + <citerefentry><refentrytitle>syslog</refentrytitle><manvolnum>3</manvolnum></citerefentry>. </para> </listitem> </varlistentry> @@ -155,8 +157,8 @@ <para> This option causes the <acronym>PAM</acronym> module to ignore the user if the user id is lower than the specified value. This can be used to - only authenticate normal users (non-system users) using - <acronym>LDAP</acronym> (e.g. by setting it to <literal>1000</literal>). + bypass <acronym>LDAP</acronym> checks for system users + (e.g. by setting it to <literal>1000</literal>). </para> </listitem> </varlistentry> |