diff options
author | John Terpstra <jht@samba.org> | 2005-09-16 19:06:50 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:07 -0500 |
commit | 145b3db5c45490e4c0a609aed2971893ec69c82a (patch) | |
tree | f29f38d4378860b811cdc5b7c6441d59a2b2020e | |
parent | bc1017e3c8862461b2d234e850f5945c71741e44 (diff) | |
download | samba-145b3db5c45490e4c0a609aed2971893ec69c82a.tar.gz samba-145b3db5c45490e4c0a609aed2971893ec69c82a.tar.bz2 samba-145b3db5c45490e4c0a609aed2971893ec69c82a.zip |
Adding missed comment mark-up.
(This used to be commit 925b4bd0cde0c365677589210b9b7fb3f17c0805)
-rw-r--r-- | docs/Samba3-ByExample/SBE-DomainAppsSupport.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Samba3-ByExample/SBE-DomainAppsSupport.xml b/docs/Samba3-ByExample/SBE-DomainAppsSupport.xml index 2913873692..6d144ab2e3 100644 --- a/docs/Samba3-ByExample/SBE-DomainAppsSupport.xml +++ b/docs/Samba3-ByExample/SBE-DomainAppsSupport.xml @@ -597,7 +597,7 @@ password: XXXXXXXX <smbconfcomment>use UIDs from 10000 to 20000 for domain users</smbconfcomment> <smbconfoption name="idmap uid">10000-20000</smbconfoption> -# use GIDs from 10000 to 20000 for domain groups +<smbconfcomment>use GIDs from 10000 to 20000 for domain groups</smbconfcomment> <smbconfoption name="idmap gid">10000-20000</smbconfoption> <smbconfcomment>allow enumeration of winbind users and groups</smbconfcomment> |