summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-11-11 19:20:23 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-11-11 19:20:23 +0000
commit6ff60f301e48692087dd9ebd15ad784924868bb3 (patch)
tree3440830d19f567f586d06d7dfb4aea86fcf610de /docs
parent52b0efec1aa1ec0d6ea40c2874b57082af8d39ca (diff)
downloadsamba-6ff60f301e48692087dd9ebd15ad784924868bb3.tar.gz
samba-6ff60f301e48692087dd9ebd15ad784924868bb3.tar.bz2
samba-6ff60f301e48692087dd9ebd15ad784924868bb3.zip
fix typo(s/plaintext pass column/plain pass column/)
(This used to be commit 411647ecfbfbb17e46ea2289a09e77a2fbb1162f)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/projdoc/pdb_mysql.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docbook/projdoc/pdb_mysql.sgml b/docs/docbook/projdoc/pdb_mysql.sgml
index 220f17caa1..05262ebe10 100644
--- a/docs/docbook/projdoc/pdb_mysql.sgml
+++ b/docs/docbook/projdoc/pdb_mysql.sgml
@@ -81,7 +81,7 @@ identifier:user sid column - varchar(255) - NT user SID
identifier:group sid column - varchar(255) - NT group ID
identifier:lanman pass column - varchar(255) - encrypted lanman password
identifier:nt pass column - varchar(255) - encrypted nt passwd
-identifier:plaintext pass column - varchar(255) - plaintext password
+identifier:plain pass column - varchar(255) - plaintext password
identifier:acct control column - int(9) - nt user data
identifier:unknown 3 column - int(9) - unknown
identifier:logon divs column - int(9) - ?
@@ -107,11 +107,11 @@ I strongly discourage the use of plaintext passwords, however, you can use them:
</para>
<para>
-If you would like to use plaintext passwords, set 'identifier:lanman pass column' and 'identifier:nt pass column' to 'NULL' (without the quotes) and 'identifier:plaintext pass column' to the name of the column containing the plaintext passwords.
+If you would like to use plaintext passwords, set 'identifier:lanman pass column' and 'identifier:nt pass column' to 'NULL' (without the quotes) and 'identifier:plain pass column' to the name of the column containing the plaintext passwords.
</para>
<para>
-If you use encrypted passwords, set the 'identifier:plaintext pass column' to 'NULL' (without the quotes). This is the default.
+If you use encrypted passwords, set the 'identifier:plain pass column' to 'NULL' (without the quotes). This is the default.
</para>
</sect1>