summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/passdb.xml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-08-12 23:45:58 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-08-12 23:45:58 +0000
commit83faad0d0e0006d695af25c04c4526e02c39ad46 (patch)
tree00a9a05432d793f865f87eee866f8efeaeb6cc4f /docs/docbook/projdoc/passdb.xml
parent7b98e3a4b89265d21f2f7d3b28012fce23bfe1bf (diff)
downloadsamba-83faad0d0e0006d695af25c04c4526e02c39ad46.tar.gz
samba-83faad0d0e0006d695af25c04c4526e02c39ad46.tar.bz2
samba-83faad0d0e0006d695af25c04c4526e02c39ad46.zip
Conform better to the specs
(This used to be commit 412934e6d006697426e7adbcc686a5ab2b62742b)
Diffstat (limited to 'docs/docbook/projdoc/passdb.xml')
-rw-r--r--docs/docbook/projdoc/passdb.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/docbook/projdoc/passdb.xml b/docs/docbook/projdoc/passdb.xml
index 4bc2634528..5edfba7343 100644
--- a/docs/docbook/projdoc/passdb.xml
+++ b/docs/docbook/projdoc/passdb.xml
@@ -99,12 +99,14 @@ as follows:
</sect2>
+<sect2>
+ <title>New Backends</title>
+
<para>
Samba-3 introduces the following new password backend capabilities:
</para>
-<sect2>
- <title>New Backends</title>
+
<variablelist>
<varlistentry><term>tdbsam:</term>
@@ -1140,7 +1142,7 @@ access to attrs=lmPassword,ntPassword
<title>Attributes in the sambaSamAccount objectclass (LDAP)</title>
<tgroup cols="2" align="justify">
<colspec align="left"/>
- <colspec align="justify" width="1*"/>
+ <colspec align="justify"/>
<tbody>
<row><entry><constant>sambaLMPassword</constant></entry><entry>the LANMAN password 16-byte hash stored as a character
representation of a hexadecimal string.</entry></row>
@@ -1377,7 +1379,7 @@ Refer to the <command>logon home</command> parameter in the &smb.conf; man page
<title>Basic smb.conf options for MySQL passdb backend</title>
<tgroup cols="2">
<colspec align="left"/>
- <colspec align="justify" width="1*"/>
+ <colspec align="justify"/>
<thead>
<row><entry>Field</entry><entry>Contents</entry></row>
</thead>
@@ -1410,7 +1412,7 @@ Refer to the <command>logon home</command> parameter in the &smb.conf; man page
<tgroup cols="3" align="justify">
<colspec align="left"/>
<colspec align="left"/>
- <colspec align="justify" width="1*"/>
+ <colspec align="justify"/>
<thead>
<row><entry>Field</entry><entry>Type</entry><entry>Contents</entry></row>
</thead>
@@ -1559,10 +1561,10 @@ Refer to the <command>logon home</command> parameter in the &smb.conf; man page
<para>
<smbconfblock>
- [globals]
- ...
+ <smbconfsection>[globals]</smbconfsection>
+ <member>...</member>
<smbconfoption><name>passdb backend</name><value>tdbsam, smbpasswd</value></smbconfoption>
- ...
+ <member>...</member>
</smbconfblock>
</para>