diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-07-01 19:40:18 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 11:51:10 -0500 |
commit | 4fe786a488bb32d988891ddbc431c72c6f740c7c (patch) | |
tree | e3d6555c7f02a0d3c24c068d12d57798471875c6 | |
parent | c91dbc1e8e48317ecb73925f96fb7965656d70b7 (diff) | |
download | samba-4fe786a488bb32d988891ddbc431c72c6f740c7c.tar.gz samba-4fe786a488bb32d988891ddbc431c72c6f740c7c.tar.xz samba-4fe786a488bb32d988891ddbc431c72c6f740c7c.zip |
Typo fixes...
-rw-r--r-- | docs/Samba-HOWTO-Collection/Passdb.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Samba-HOWTO-Collection/Passdb.xml b/docs/Samba-HOWTO-Collection/Passdb.xml index 3916f76d577..42742db6bdf 100644 --- a/docs/Samba-HOWTO-Collection/Passdb.xml +++ b/docs/Samba-HOWTO-Collection/Passdb.xml @@ -1565,8 +1565,7 @@ access to attrs=SambaLMPassword,SambaNTPassword <para> You can put a colon (:) after the name of each column, which - should specify the column to update when updating the table. You can also - specify nothing behind the colon. Then the field data will not be updated. Setting a column name to <parameter>NULL</parameter> means the field should not be used. + should specify the column to update when updating the table. One can also specify nothing behind the colon, in which case the field data will not be updated. Setting a column name to <parameter>NULL</parameter> means the field should not be used. </para> <para><link linkend="mysqlsam">An example configuration</link> looks like: |