>From cf18db284206792f12bb30458945c4b289f7aa1c Mon Sep 17 00:00:00 2001 From: Rowland Penny Date: Sat, 27 Feb 2016 15:09:48 +0000 Subject: [PATCH] idmap_ldap manpage: update command to store admin user password Signed-off-by: Rowland Penny --- docs-xml/manpages/idmap_ldap.8.xml | 6 +++--- docs-xml/smbdotconf/security/usernamemap.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs-xml/manpages/idmap_ldap.8.xml b/docs-xml/manpages/idmap_ldap.8.xml index e8bda4f..e7b7c88 100644 --- a/docs-xml/manpages/idmap_ldap.8.xml +++ b/docs-xml/manpages/idmap_ldap.8.xml @@ -85,7 +85,7 @@ The following example shows how an ldap directory is used as the default idmap backend. It also configures the idmap range and base directory suffix. The secret for the ldap_user_dn has to be set with - "net idmap secret '*' password". + "net idmap set secret '*' password". @@ -126,8 +126,8 @@ 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. + store. The "net idmap set secret" command is used to store + a secret for the DN specified in a specific idmap domain. diff --git a/docs-xml/smbdotconf/security/usernamemap.xml b/docs-xml/smbdotconf/security/usernamemap.xml index 8867ea6..0aace6e 100644 --- a/docs-xml/smbdotconf/security/usernamemap.xml +++ b/docs-xml/smbdotconf/security/usernamemap.xml @@ -50,6 +50,7 @@ sys = @system + Note: The user on the left side must exist in /etc/passwd and must not exist in the domain, user 'foo' is the same user as 'DOMAIN\foo'. If 'winbind use default domain' is set to 'yes', this is more obvious, winbind would show the user 'DOMAIN\foo' as just 'foo'. -- 1.7.10.4