From 777b638893289fa0b8743415ff1945c6468bd8b0 Mon Sep 17 00:00:00 2001 From: Ondrej Kos Date: Mon, 9 Sep 2013 16:03:23 +0200 Subject: MAN: Remove IPA specific LDAP settings Resolves: https://fedorahosted.org/sssd/ticket/1187 --- src/man/sssd-ipa.5.xml | 218 ------------------------------------------------- 1 file changed, 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 @@ - - - ipa_netgroup_member_of (string) - - - The LDAP attribute that lists netgroup's - memberships. - - - Default: memberOf - - - - - ipa_netgroup_member_user (string) - - - The LDAP attribute that lists system users - and groups that are direct members of the - netgroup. - - - Default: memberUser - - - - - ipa_netgroup_member_host (string) - - - The LDAP attribute that lists hosts and host groups - that are direct members of the netgroup. - - - Default: memberHost - - - - - ipa_netgroup_member_ext_host (string) - - - The LDAP attribute that lists FQDNs of hosts - and host groups that are members of the netgroup. - - - Default: externalHost - - - - - ipa_netgroup_domain (string) - - - The LDAP attribute that contains NIS domain - name of the netgroup. - - - Default: nisDomainName - - - - - - ipa_host_object_class (string) - - - The object class of a host entry in LDAP. - - - Default: ipaHost - - - - - ipa_host_fqdn (string) - - - The LDAP attribute that contains FQDN of the host. - - - Default: fqdn - - - - - - ipa_selinux_usermap_object_class (string) - - - The object class of a host entry in LDAP. - - - Default: ipaHost - - - - - ipa_selinux_usermap_name (string) - - - The LDAP attribute that contains the name - of SELinux usermap. - - - Default: cn - - - - - ipa_selinux_usermap_member_user (string) - - - The LDAP attribute that contains all users / groups - this rule match against. - - - Default: memberUser - - - - - ipa_selinux_usermap_member_host (string) - - - The LDAP attribute that contains all hosts / hostgroups - this rule match against. - - - Default: memberHost - - - - - ipa_selinux_usermap_see_also (string) - - - The LDAP attribute that contains DN of HBAC - rule which can be used for matching instead - of memberUser and memberHost - - - Default: seeAlso - - - - - ipa_selinux_usermap_selinux_user (string) - - - The LDAP attribute that contains SELinux user - string itself. - - - Default: ipaSELinuxUser - - - - - ipa_selinux_usermap_enabled (string) - - - The LDAP attribute that contains whether - or not is user map enabled for usage. - - - Default: ipaEnabledFlag - - - - - ipa_selinux_usermap_user_category (string) - - - The LDAP attribute that contains user category - such as 'all'. - - - Default: userCategory - - - - - ipa_selinux_usermap_host_category (string) - - - The LDAP attribute that contains host category - such as 'all'. - - - Default: hostCategory - - - - - ipa_selinux_usermap_uuid (string) - - - The LDAP attribute that contains unique ID - of the user map. - - - Default: ipaUniqueID - - - - - ipa_host_ssh_public_key (string) - - - The LDAP attribute that contains the host's SSH - public keys. - - - Default: ipaSshPubKey - - - -- cgit