From 5f9653589579c218cd8f8b1c1d0d5ef6b6df0a67 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 894a61fa..667920ed 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -483,224 +483,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