From d8ee1f64808dd13717f5747eeaa255bffad13e80 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 10 Apr 2003 11:12:38 +0000 Subject: Fix some references to 'ENCRYPTION.txt', but that should be the 'User Database' chapter in the HOWTO (This used to be commit d5bc871acb8cf52caabb281eca256073640eea13) --- docs/docbook/manpages/smb.conf.5.sgml | 3 +-- docs/docbook/projdoc/passdb.sgml | 18 ++++-------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 40c4963c8d..9486eb87ea 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -2452,8 +2452,7 @@ df $1 | tail -1 | awk '{print $2" "$4}' will be negotiated with the client. Note that Windows NT 4.0 SP3 and above and also Windows 98 will by default expect encrypted passwords unless a registry entry is changed. To use encrypted passwords in - Samba see the file ENCRYPTION.txt in the Samba documentation - directory docs/ shipped with the source code. + Samba see the chapter User Database in the Samba HOWTO Collection. In order for encrypted passwords to work correctly smbd diff --git a/docs/docbook/projdoc/passdb.sgml b/docs/docbook/projdoc/passdb.sgml index d7b54a38e8..762d77cd46 100644 --- a/docs/docbook/projdoc/passdb.sgml +++ b/docs/docbook/projdoc/passdb.sgml @@ -323,21 +323,11 @@ Identified (RID). As a result of these defeciencies, a more robust means of storing user attributes used by smbd was developed. The API which defines access to user accounts is commonly referred to as the samdb interface (previously this was called the passdb -API, and is still so named in the CVS trees). In Samba 2.2.3, enabling support -for a samdb backend (e.g. --with-ldapsam or ---with-tdbsam) requires compile time support. +API, and is still so named in the CVS trees). -When compiling Samba to include the --with-ldapsam autoconf -option, smbd (and associated tools) will store and lookup user accounts in -an LDAP directory. In reality, this is very easy to understand. If you are -comfortable with using an smbpasswd file, simply replace "smbpasswd" with -"LDAP directory" in all the documentation. - - - -There are a few points to stress about what the --with-ldapsam +There are a few points to stress about what the ldapsam does not provide. The LDAP support referred to in the this documentation does not include: @@ -602,8 +592,8 @@ of sambaAccount entries in the directory. These password hashes are clear text equivalents and can be used to impersonate the user without deriving the original clear text strings. For more information -on the details of LM/NT password hashes, refer to the ENCRYPTION chapter of the Samba-HOWTO-Collection. +on the details of LM/NT password hashes, refer to the User Database of the Samba-HOWTO-Collection. -- cgit