diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-01-29 22:11:45 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-30 21:47:53 -0500 |
commit | 4182b3a1f9f6e1823db9832533c6c9e51d13da8e (patch) | |
tree | 91f0d125db52071880f9e50a8b83603003f86ef3 /src/man/sssd-ldap.5.xml | |
parent | 173f557c915aeee80a0c3dc8ae4d3f44dd5bc7c9 (diff) | |
download | sssd2-4182b3a1f9f6e1823db9832533c6c9e51d13da8e.tar.gz sssd2-4182b3a1f9f6e1823db9832533c6c9e51d13da8e.tar.xz sssd2-4182b3a1f9f6e1823db9832533c6c9e51d13da8e.zip |
Include sudo manual pages only conditionally
Diffstat (limited to 'src/man/sssd-ldap.5.xml')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 31 |
1 files changed, 25 insertions, 6 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 5afa9ad7..3228e624 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1553,7 +1553,15 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com </para> </listitem> </varlistentry> + </variablelist> + </para> + </refsect1> + <refsect1 id='sudo-options' condition="with_sudo"> + <title>SUDO OPTIONS</title> + <para> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/experimental.xml" /> + <variablelist> <varlistentry> <term>ldap_sudorule_object_class (string)</term> <listitem> @@ -1597,7 +1605,8 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com <listitem> <para> The LDAP attribute that corresponds to the - host name. + host name (or host IP address, host IP network, + or host netgroup) </para> <para> Default: sudoHost @@ -1610,7 +1619,7 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com <listitem> <para> The LDAP attribute that corresponds to the - user name. + user name (or UID, group name or user's netgroup) </para> <para> Default: sudoUser @@ -1648,8 +1657,8 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com <term>ldap_sudorule_runasgroup (string)</term> <listitem> <para> - The LDAP attribute that corresponds to the - group name that commands may be run as. + The LDAP attribute that corresponds to the group + name or group GID that commands may be run as. </para> <para> Default: sudoRunAsGroup @@ -1722,9 +1731,16 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com </para> </listitem> </varlistentry> - </variablelist> </para> + <para> + This manual page only describes attribute name mapping. + For detailed explanation of sudo related attribute sematics, + see + <citerefentry> + <refentrytitle>sudoers.ldap</refentrytitle><manvolnum>5</manvolnum> + </citerefentry> + </para> </refsect1> <refsect1 id='advanced-options'> @@ -1835,7 +1851,7 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com </listitem> </varlistentry> - <varlistentry> + <varlistentry condition="with_sudo"> <term>ldap_sudo_search_base (string)</term> <listitem> <para> @@ -1851,6 +1867,9 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com Default: the value of <emphasis>ldap_search_base</emphasis> </para> + <para> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/experimental.xml" /> + </para> </listitem> </varlistentry> |