summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2004-11-23 15:42:11 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:07 -0500
commit998f01a4e3c8553fdb4b87ac18bd7b720e828379 (patch)
tree667120ceadd35710939f515a44c84342527350ed
parent7e3b00f85af21192f8c6ea5f7dce375a8d3fcde1 (diff)
downloadsamba-998f01a4e3c8553fdb4b87ac18bd7b720e828379.tar.gz
samba-998f01a4e3c8553fdb4b87ac18bd7b720e828379.tar.bz2
samba-998f01a4e3c8553fdb4b87ac18bd7b720e828379.zip
Fixing incorrect info. The code only checks that the users UID=0.
(This used to be commit 2c00fd352f5576f6c6673dd674cd1aeb5562b773)
-rw-r--r--docs/Samba-HOWTO-Collection/Group-Mapping.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Samba-HOWTO-Collection/Group-Mapping.xml b/docs/Samba-HOWTO-Collection/Group-Mapping.xml
index 79d7afcc32..eb8a68aa13 100644
--- a/docs/Samba-HOWTO-Collection/Group-Mapping.xml
+++ b/docs/Samba-HOWTO-Collection/Group-Mapping.xml
@@ -234,10 +234,10 @@
There is no safe way to provide access on a UNIX/Linux system without providing <constant>root</constant>
level privilege. Provision of <constant>root</constant> privileges can be done either by logging onto
the Domain as the user <constant>root</constant>, or by permitting particular users to use a UNIX account
- that is a member of the UNIX group that has a GID=0 as the primary group in the <filename>/etc/group</filename>
- database. Users of such accounts can use tools like the NT4 Domain User Manager, and the NT4 Domain Server
- Manager to manage user and group accounts as well as Domain Member server and client accounts. This level
- of privilege is also needed to manage share level ACLs.
+ that has a UID=0 in the <filename>/etc/passwd</filename> database. Users of such accounts can use tools
+ like the NT4 Domain User Manager, and the NT4 Domain Server Manager to manage user and group accounts as
+ well as Domain Member server and client accounts. This level of privilege is also needed to manage share
+ level ACLs.
</para>
<para>