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 08:45:57 -0500 |
commit | 46928f9e1ace981e48f91805711242a92e540a14 (patch) | |
tree | 45005ba758108b762ea73eb04d6a31eec3211eab /docs | |
parent | fce9dfc7c1d58eece29cd50f74827b48674d0926 (diff) | |
download | samba-46928f9e1ace981e48f91805711242a92e540a14.tar.gz samba-46928f9e1ace981e48f91805711242a92e540a14.tar.bz2 samba-46928f9e1ace981e48f91805711242a92e540a14.zip |
Typo fixes...
(This used to be commit fba2fa8d742be3596f0f8da5da17149fbe6f9d19)
Diffstat (limited to 'docs')
-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 3916f76d57..42742db6bd 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: |