summaryrefslogtreecommitdiffstats
path: root/src/man
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-01-28 14:08:58 -0500
committerStephen Gallagher <sgallagh@redhat.com>2012-01-31 09:37:41 -0500
commit3bfcc41589b0b7c09f8ebba1c835f9944d85ceb9 (patch)
tree9745bd908540304b76cbccbbc74052e561346de9 /src/man
parentca73004be606fe1a3003f2bc82eede4945fd0f08 (diff)
downloadsssd_unused-3bfcc41589b0b7c09f8ebba1c835f9944d85ceb9.tar.gz
sssd_unused-3bfcc41589b0b7c09f8ebba1c835f9944d85ceb9.tar.xz
sssd_unused-3bfcc41589b0b7c09f8ebba1c835f9944d85ceb9.zip
LDAP: Add new options for service maps
Adds the new service map options to the SSSDConfig API and the manpages.
Diffstat (limited to 'src/man')
-rw-r--r--src/man/sssd-ldap.5.xml70
1 files changed, 70 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 3228e624..fc396d94 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -887,6 +887,76 @@
</varlistentry>
<varlistentry>
+ <term>ldap_service_object_class (string)</term>
+ <listitem>
+ <para>
+ The object class of a service entry in LDAP.
+ </para>
+ <para>
+ Default: ipService
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>ldap_service_name (string)</term>
+ <listitem>
+ <para>
+ The LDAP attribute that contains the name of
+ service attributes and their aliases.
+ </para>
+ <para>
+ Default: cn
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>ldap_service_port (string)</term>
+ <listitem>
+ <para>
+ The LDAP attribute that contains the port managed
+ by this service.
+ </para>
+ <para>
+ Default: ipServicePort
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>ldap_service_proto (string)</term>
+ <listitem>
+ <para>
+ The LDAP attribute that contains the protocols
+ understood by this service.
+ </para>
+ <para>
+ Default: ipServiceProtocol
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>ldap_service_search_base (string)</term>
+ <listitem>
+ <para>
+ An optional base DN to restrict service searches
+ to a specific subtree.
+ </para>
+ <para>
+ See <quote>ldap_search_base</quote> for
+ information about configuring multiple search
+ bases.
+ </para>
+ <para>
+ Default: the value of
+ <emphasis>ldap_search_base</emphasis>
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>ldap_search_timeout (integer)</term>
<listitem>
<para>