From 621d4c0b4b4660e3e95cb901142ca865811081a8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 11 Apr 2007 21:50:59 +0000 Subject: Auth info for idmap_ldap net idmap (This used to be commit 24fa52a63451678bb6f574d99a96e33eedc52ab1) --- docs/manpages-3/idmap_ldap.8.xml | 27 +++++++++++++++++++++++++++ docs/manpages-3/net.8.xml | 29 +++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) 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 @@ -36,6 +36,14 @@ + + ldap_user_dn = DN + + Defines the user DN to be used for authentication. If absent an + anonymous bind will be performed. + + + ldap_url = ldap://server/ @@ -72,6 +80,14 @@ + + ldap_user_dn = DN + + Defines the user DN to be used for authentication. If absent an + anonymous bind will be performed. + + + ldap_url = ldap://server/ @@ -121,6 +137,17 @@ + + NOTE + + 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. + + + AUTHOR diff --git a/docs/manpages-3/net.8.xml b/docs/manpages-3/net.8.xml index 0e08a8e9d3..aaa5658d68 100644 --- a/docs/manpages-3/net.8.xml +++ b/docs/manpages-3/net.8.xml @@ -1146,6 +1146,35 @@ and groups (Domain Users, Domain Admins, Domain Guests) on the ldap tree. + +IDMAP DUMP <output file> + + +Dumps the mappings in the specified output file. + + + + + +IDMAP RESTORE [input file] + + +Restore the mappings from the specified file or stdin. + + + + + +IDMAP SECRET <DOMAIN>|ALLOC <secret> + + +Store a secret for the sepcified domain, used primarily for domains +that use idmap_ldap as a backend. In this case the secret is used +as the password for the user DN used to bind to the ldap server. + + + + USERSHARE -- cgit