From a3938d8d704b1be76239ecf88112972bc8973a88 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 25 May 2003 09:59:31 +0000 Subject: Some minor fixes in language and content (This used to be commit 6f2ba4f64ac7a655d490d4154a4a70b1d78e4288) --- docs/docbook/projdoc/passdb.xml | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'docs') diff --git a/docs/docbook/projdoc/passdb.xml b/docs/docbook/projdoc/passdb.xml index 5dc0f9e6cb..78aee30448 100644 --- a/docs/docbook/projdoc/passdb.xml +++ b/docs/docbook/projdoc/passdb.xml @@ -718,7 +718,7 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.3 NAME 'sambaAccount' SUP top AUXILIARY The OID's are owned by the Samba Team and as such is legal to be openly published. If you translate the schema to be used with Netscape DS, please submit the modified schema file as a patch to - jerry@samba.org + jerry@samba.org. @@ -865,7 +865,7 @@ index default sub - These are described in the smb.conf(5) man + These are described in the &smb.conf; man page and so will not be repeated here. However, a sample smb.conf file for use with an LDAP directory could appear as @@ -1051,8 +1051,8 @@ index default sub smbHome: The homeDirectory property specifies the path of the home directory for the user. The string can be null. If homeDrive is set and specifies a drive letter, homeDirectory should be a UNC path. The path must be a network - UNC path of the form \\server\share\directory. This value can be a null string. - Refer to the "logon home" parameter in the smb.conf(5) man page for more information. + UNC path of the form \\server\share\directory. This value can be a null string. + Refer to the logon home parameter in the &smb.conf; man page for more information. userWorkstation: character string value currently unused. @@ -1069,7 +1069,7 @@ index default sub The majority of these parameters are only used when Samba is acting as a PDC of - a domain (refer to the Samba-PDC-HOWTO for details on + a domain (refer to the Samba as a primary domain controller chapter for details on how to configure Samba as a Primary Domain Controller). The following four attributes are only stored with the sambaAccount entry if the values are non-default values: @@ -1091,7 +1091,7 @@ index default sub this value is used. However, if this attribute does not exist, then the value of the logon home parameter is used in its place. Samba will only write the attribute value to the directory entry if the value is - something other than the default (e.g. \\MOBY\becky). + something other than the default (e.g. \\MOBY\becky). @@ -1160,7 +1160,7 @@ index default sub Password synchronisation - Since 3.0 Samba can update the non-samba (LDAP) password stored with an account. When + Since version 3.0 samba can update the non-samba (LDAP) password stored with an account. When using pam_ldap, this allows changing both unix and windows passwords at once. @@ -1196,7 +1196,7 @@ index default sub ldap trust ids - LDAP Performance can be approved by using the ldap trust ids parameter. + LDAP Performance can be improved by using the ldap trust ids parameter. See the smb.conf manpage for details. @@ -1241,7 +1241,7 @@ index default sub - Additional options can be given thru the smb.conf file in the [global] section. + Additional options can be given thru the &smb.conf; file in the [global] section. @@ -1258,7 +1258,7 @@ index default sub Since the password for the mysql user is stored in the - smb.conf file, you should make the the smb.conf file + &smb.conf; file, you should make the the &smb.conf; file readable only to the user that runs samba. This is considered a security bug and will be fixed soon. @@ -1384,10 +1384,6 @@ index default sub - In your smb.conf file [globals]: - passdb backend = tdbsam, smbpasswd, guest - - then execute (as root): pdbedit -i smbpasswd -e tdbsam @@ -1400,6 +1396,8 @@ index default sub Put stuff here +- People forget to put their users in their backend and then complain samba + won't authorize them -- cgit