|
Last change
on this file was 740, checked in by Silvan Scherrer, 13 years ago |
|
Samba Server: update vendor to 3.6.0
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | <samba:parameter name="enable privileges"
|
|---|
| 2 | context="G"
|
|---|
| 3 | type="boolean"
|
|---|
| 4 | advanced="1" developer="1"
|
|---|
| 5 | xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|---|
| 6 | <description>
|
|---|
| 7 | <para>
|
|---|
| 8 | This deprecated parameter controls whether or not smbd will honor privileges assigned to specific SIDs via either
|
|---|
| 9 | <command>net rpc rights</command> or one of the Windows user and group manager tools. This parameter is
|
|---|
| 10 | enabled by default. It can be disabled to prevent members of the Domain Admins group from being able to
|
|---|
| 11 | assign privileges to users or groups which can then result in certain smbd operations running as root that
|
|---|
| 12 | would normally run under the context of the connected user.
|
|---|
| 13 | </para>
|
|---|
| 14 |
|
|---|
| 15 | <para>
|
|---|
| 16 | An example of how privileges can be used is to assign the right to join clients to a Samba controlled
|
|---|
| 17 | domain without providing root access to the server via smbd.
|
|---|
| 18 | </para>
|
|---|
| 19 |
|
|---|
| 20 | <para>
|
|---|
| 21 | Please read the extended description provided in the Samba HOWTO documentation.
|
|---|
| 22 | </para>
|
|---|
| 23 |
|
|---|
| 24 | </description>
|
|---|
| 25 | <value type="default">yes</value>
|
|---|
| 26 | </samba:parameter>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.