diff options
Diffstat (limited to 'docs/manpages-3/idmap_ldap.8.xml')
-rw-r--r-- | docs/manpages-3/idmap_ldap.8.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/manpages-3/idmap_ldap.8.xml b/docs/manpages-3/idmap_ldap.8.xml index 6794b49c79..173964f169 100644 --- a/docs/manpages-3/idmap_ldap.8.xml +++ b/docs/manpages-3/idmap_ldap.8.xml @@ -37,6 +37,14 @@ </varlistentry> <varlistentry> + <term>ldap_user_dn = DN</term> + <listitem><para> + Defines the user DN to be used for authentication. If absent an + anonymous bind will be performed. + </para></listitem> + </varlistentry> + + <varlistentry> <term>ldap_url = ldap://server/</term> <listitem><para> Specifies the LDAP server to use when searching for existing @@ -73,6 +81,14 @@ </varlistentry> <varlistentry> + <term>ldap_user_dn = DN</term> + <listitem><para> + Defines the user DN to be used for authentication. If absent an + anonymous bind will be performed. + </para></listitem> + </varlistentry> + + <varlistentry> <term>ldap_url = ldap://server/</term> <listitem><para> Specifies the LDAP server to which modify/add/delete requests should @@ -121,6 +137,17 @@ </programlisting> </refsect1> +<refsynopsisdiv> + <title>NOTE</title> + + <para>In order to use authentication against ldap servers you may + need to provide a DN and a password. To avoid exposing the password + in plain text in the configuration file we store it into a security + store. The "net idmap " command is used to store a secret + for the DN specified in a specific idmap domain. + </para> +</refsynopsisdiv> + <refsect1> <title>AUTHOR</title> |