Some small updates
authorJelmer Vernooij <jelmer@samba.org>
Sat, 15 Feb 2003 16:35:20 +0000 (16:35 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 15 Feb 2003 16:35:20 +0000 (16:35 +0000)
docs/docbook/projdoc/passdb.sgml

index 7f59cac7f335e3c75d44e9509617259a22acd740..e05843938856555ef629ab932b39db918fe694dc 100644 (file)
        <para>These passwords can't be converted to unix style encrypted 
        passwords. Because of that you can't use the standard unix 
        user database, and you have to store the Lanman and NT hashes 
-       somewhere else. For more information, see the documentation 
-       about the <command>passdb backend = </command> parameter.
+       somewhere else. Also, windows stores some data for each user 
+       that is not stored by unix. Thus, samba has it's own user database.
+       This user database is maintained by a "passdb backend". Commonly
+       available backends are LDAP, plain text file, MySQL and nisplus.
+       For more information, see the documentation about the 
+       <command>passdb backend = </command> parameter.
        </para>
 </sect1>
 
        in the smbpasswd file. If you wish to make it similar to the unix 
        <command>passwd</command> or <command>yppasswd</command> programs, 
        install it in <filename>/usr/local/samba/bin/</filename> (or your 
-       main Samba binary directory).</para>
+       main Samba binary directory).</para> FIXME
 
        <para><command>smbpasswd</command> now works in a client-server mode 
        where it contacts the local smbd to change the user's password on its 
@@ -199,6 +203,11 @@ FIXME
 </sect1>
 -->
 
+<sect1>
+<title>Plain text</title>
+FIXME
+</sect1>
+
 <sect1>
 <title>LDAP</title>