From 7d3cc61d26a7787c73397f940796c9aae93da096 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sat, 5 Jan 2002 03:52:39 +0000 Subject: merge from 2.2 and regenerate docs (This used to be commit f7d900873c3553dde88d42d903b74dc49c9a6c71) --- docs/docbook/manpages/smb.conf.5.sgml | 19 +++++++++++-------- docs/docbook/manpages/smbclient.1.sgml | 8 +++++--- 2 files changed, 16 insertions(+), 11 deletions(-) (limited to 'docs/docbook/manpages') diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index a7328e7cf6..9e719e1f2a 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -2493,7 +2493,7 @@ causes smbd to authenticate against another server. - Default: encrypt passwords = no + Default: encrypt passwords = yes @@ -3451,10 +3451,13 @@ This option is used to control the tcp port number used to contact the ldap server. - The default is to use the stand LDAP port 389. + The default is to use the stand LDAPS port 636. - Default : ldap port = 389 + See Also: ldap ssl + + + Default : ldap port = 636 @@ -3502,15 +3505,15 @@ The ldap ssl can be set to one of three values: - (a) on - Always use SSL when contacting the - ldap server, (b) off - - Never use SSL when querying the directory, or (c) start - tls - Use the LDAPv3 StartTLS extended operation + (a) on - Always use SSL when contacting the + ldap server, (b) off - + Never use SSL when querying the directory, or (c) start_tls + - Use the LDAPv3 StartTLS extended operation (RFC2830) for communicating with the directory server. - Default : ldap ssl = off + Default : ldap ssl = on diff --git a/docs/docbook/manpages/smbclient.1.sgml b/docs/docbook/manpages/smbclient.1.sgml index 6cc7be654a..4f36de1576 100644 --- a/docs/docbook/manpages/smbclient.1.sgml +++ b/docs/docbook/manpages/smbclient.1.sgml @@ -357,7 +357,7 @@ to read the password. A third option is to use a credentials file which - contains the plaintext of the username and password. This + contains the plaintext of the domain name, username and password. This option is mainly provided for scripts where the admin doesn't wish to pass the credentials on the command line or via environment variables. If this method is used, make certain that the permissions @@ -375,17 +375,19 @@ -A filenameThis option allows - you to specify a file from which to read the username and + you to specify a file from which to read the username, domain name, and password used in the connection. The format of the file is username = <value> password = <value> +domain = <value> - Make certain that the permissions on the file restrict + If the domain parameter is missing the current workgroup name + is used instead. Make certain that the permissions on the file restrict access from unwanted users. -- cgit