From 46928f9e1ace981e48f91805711242a92e540a14 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 1 Jul 2004 19:40:18 +0000 Subject: Typo fixes... (This used to be commit fba2fa8d742be3596f0f8da5da17149fbe6f9d19) --- docs/Samba-HOWTO-Collection/Passdb.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/Samba-HOWTO-Collection') 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 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 NULL 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 NULL means the field should not be used. An example configuration looks like: -- cgit