summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-02-15 16:35:20 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-02-15 16:35:20 +0000
commitab39da9878815d584bc716f29e87ec9da165c5c9 (patch)
treec32286e45183626e100f8fdad0a6892eaf2984c2 /docs
parent9e99ad57ea172a8b15ed1ce21f29dc6d082e14e6 (diff)
downloadsamba-ab39da9878815d584bc716f29e87ec9da165c5c9.tar.gz
samba-ab39da9878815d584bc716f29e87ec9da165c5c9.tar.bz2
samba-ab39da9878815d584bc716f29e87ec9da165c5c9.zip
Some small updates
(This used to be commit 10a97c22637ce5320b4d30d7724d200d25fbfd25)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/projdoc/passdb.sgml15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/docbook/projdoc/passdb.sgml b/docs/docbook/projdoc/passdb.sgml
index 7f59cac7f3..e058439388 100644
--- a/docs/docbook/projdoc/passdb.sgml
+++ b/docs/docbook/projdoc/passdb.sgml
@@ -46,8 +46,12 @@
<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>
@@ -150,7 +154,7 @@
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
@@ -200,6 +204,11 @@ FIXME
-->
<sect1>
+<title>Plain text</title>
+FIXME
+</sect1>
+
+<sect1>
<title>LDAP</title>
<sect2>