diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-12 22:34:38 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:19 -0500 |
commit | 9c72dd78f25be4a7ffa5af5a242670ec76930d6f (patch) | |
tree | 719cf9faacc847b400354a33bfdf5a2d2cee4ca7 /docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml | |
parent | 50834aa64b51b039724b34eb491013c4323946ff (diff) | |
download | samba-9c72dd78f25be4a7ffa5af5a242670ec76930d6f.tar.gz samba-9c72dd78f25be4a7ffa5af5a242670ec76930d6f.tar.bz2 samba-9c72dd78f25be4a7ffa5af5a242670ec76930d6f.zip |
Use new definition of <smbconfoption>, fixes a bunch of
validity errors.
(This used to be commit 3eb5c35e47951f320f7c2f4cd478a95f6d48236e)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml b/docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml index 0d16314cd3..83d4ed1896 100644 --- a/docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml +++ b/docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml @@ -61,7 +61,7 @@ access to the UNIX host system. <para> Samba 3.0.11 introduces support for the Windows privilege model. This model allows certain rights to be assigned to a user or group SID. In order to enable -this feature, <smbconfoption><name>enable privileges</name><value>yes</value></smbconfoption> +this feature, <smbconfoption name="enable privileges">yes</smbconfoption> must be defined in the <smbconfsection>global</smbconfsection> section of the &smb.conf; file. </para> @@ -227,7 +227,7 @@ on the Samba mailing lists. <varlistentry><term>SePrintOperatorPrivilege</term> <listitem><para> This privilege operates identically to the - <smbconfoption><name>printer admin</name></smbconfoption> + <smbconfoption name="printer admin"/> option in the &smb.conf; file (see section 5 man page for &smb.conf;) except that it is a global right (not on a per printer basis). Eventually the smb.conf option will be deprecated and administrative |