diff options
author | Ondrej Kos <okos@redhat.com> | 2013-09-09 16:03:23 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-09-13 16:29:01 +0200 |
commit | 777b638893289fa0b8743415ff1945c6468bd8b0 (patch) | |
tree | b73860528bd5fa0b1ee3b8fa0a984bd298219623 /src/man | |
parent | 357580cf13703cd3dad172e14e29a972da7eb384 (diff) | |
download | sssd-777b638893289fa0b8743415ff1945c6468bd8b0.tar.gz sssd-777b638893289fa0b8743415ff1945c6468bd8b0.tar.bz2 sssd-777b638893289fa0b8743415ff1945c6468bd8b0.zip |
MAN: Remove IPA specific LDAP settings
Resolves:
https://fedorahosted.org/sssd/ticket/1187
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ipa.5.xml | 218 |
1 files changed, 0 insertions, 218 deletions
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 28ac252a..bf148bf4 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -506,224 +506,6 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/autofs_restart.xml" /> </listitem> </varlistentry> - - <varlistentry> - <term>ipa_netgroup_member_of (string)</term> - <listitem> - <para> - The LDAP attribute that lists netgroup's - memberships. - </para> - <para> - Default: memberOf - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_netgroup_member_user (string)</term> - <listitem> - <para> - The LDAP attribute that lists system users - and groups that are direct members of the - netgroup. - </para> - <para> - Default: memberUser - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_netgroup_member_host (string)</term> - <listitem> - <para> - The LDAP attribute that lists hosts and host groups - that are direct members of the netgroup. - </para> - <para> - Default: memberHost - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_netgroup_member_ext_host (string)</term> - <listitem> - <para> - The LDAP attribute that lists FQDNs of hosts - and host groups that are members of the netgroup. - </para> - <para> - Default: externalHost - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_netgroup_domain (string)</term> - <listitem> - <para> - The LDAP attribute that contains NIS domain - name of the netgroup. - </para> - <para> - Default: nisDomainName - </para> - </listitem> - </varlistentry> - - <varlistentry> - <term>ipa_host_object_class (string)</term> - <listitem> - <para> - The object class of a host entry in LDAP. - </para> - <para> - Default: ipaHost - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_host_fqdn (string)</term> - <listitem> - <para> - The LDAP attribute that contains FQDN of the host. - </para> - <para> - Default: fqdn - </para> - </listitem> - </varlistentry> - - <varlistentry> - <term>ipa_selinux_usermap_object_class (string)</term> - <listitem> - <para> - The object class of a host entry in LDAP. - </para> - <para> - Default: ipaHost - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_selinux_usermap_name (string)</term> - <listitem> - <para> - The LDAP attribute that contains the name - of SELinux usermap. - </para> - <para> - Default: cn - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_selinux_usermap_member_user (string)</term> - <listitem> - <para> - The LDAP attribute that contains all users / groups - this rule match against. - </para> - <para> - Default: memberUser - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_selinux_usermap_member_host (string)</term> - <listitem> - <para> - The LDAP attribute that contains all hosts / hostgroups - this rule match against. - </para> - <para> - Default: memberHost - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_selinux_usermap_see_also (string)</term> - <listitem> - <para> - The LDAP attribute that contains DN of HBAC - rule which can be used for matching instead - of memberUser and memberHost - </para> - <para> - Default: seeAlso - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_selinux_usermap_selinux_user (string)</term> - <listitem> - <para> - The LDAP attribute that contains SELinux user - string itself. - </para> - <para> - Default: ipaSELinuxUser - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_selinux_usermap_enabled (string)</term> - <listitem> - <para> - The LDAP attribute that contains whether - or not is user map enabled for usage. - </para> - <para> - Default: ipaEnabledFlag - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_selinux_usermap_user_category (string)</term> - <listitem> - <para> - The LDAP attribute that contains user category - such as 'all'. - </para> - <para> - Default: userCategory - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_selinux_usermap_host_category (string)</term> - <listitem> - <para> - The LDAP attribute that contains host category - such as 'all'. - </para> - <para> - Default: hostCategory - </para> - </listitem> - </varlistentry> - <varlistentry> - <term>ipa_selinux_usermap_uuid (string)</term> - <listitem> - <para> - The LDAP attribute that contains unique ID - of the user map. - </para> - <para> - Default: ipaUniqueID - </para> - </listitem> - </varlistentry> - <varlistentry condition="with_ssh"> - <term>ipa_host_ssh_public_key (string)</term> - <listitem> - <para> - The LDAP attribute that contains the host's SSH - public keys. - </para> - <para> - Default: ipaSshPubKey - </para> - </listitem> - </varlistentry> </variablelist> </para> </refsect1> |