diff options
author | Gerald Carter <jerry@samba.org> | 2006-11-17 15:05:25 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:22 -0500 |
commit | 013c4150a25a419cc9fb8e3b003552827d1fa685 (patch) | |
tree | aa3303fbae76f7b36a7301c63c292ef8fe4c1c26 /docs/smbdotconf/security | |
parent | bbd8eb2c53b067b1dd30c0305ffde9affa4a2dd0 (diff) | |
download | samba-013c4150a25a419cc9fb8e3b003552827d1fa685.tar.gz samba-013c4150a25a419cc9fb8e3b003552827d1fa685.tar.bz2 samba-013c4150a25a419cc9fb8e3b003552827d1fa685.zip |
make the + syntax for [in]valid users clearer
(This used to be commit 209afa91cb9a7c7bb369488362064f975e882339)
Diffstat (limited to 'docs/smbdotconf/security')
-rw-r--r-- | docs/smbdotconf/security/invalidusers.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smbdotconf/security/invalidusers.xml b/docs/smbdotconf/security/invalidusers.xml index e386d3141d..f4ed66f314 100644 --- a/docs/smbdotconf/security/invalidusers.xml +++ b/docs/smbdotconf/security/invalidusers.xml @@ -13,7 +13,7 @@ group if the name was not found in the NIS netgroup database.</para> <para>A name starting with '+' is interpreted only - by looking in the UNIX group database. A name starting with + by looking in the UNIX group database via the NSS getgrnam() interface. A name starting with '&' is interpreted only by looking in the NIS netgroup database (this requires NIS to be working on your system). The characters '+' and '&' may be used at the start of the name in either order |