svn commit: samba-docs r287 - in trunk/Samba-HOWTO-Collection: .

jht at samba.org jht at samba.org
Tue Nov 23 15:42:12 GMT 2004


Author: jht
Date: 2004-11-23 15:42:11 +0000 (Tue, 23 Nov 2004)
New Revision: 287

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=287

Log:
Fixing incorrect info. The code only checks that the users UID=0.
Modified:
   trunk/Samba-HOWTO-Collection/Group-Mapping.xml


Changeset:
Modified: trunk/Samba-HOWTO-Collection/Group-Mapping.xml
===================================================================
--- trunk/Samba-HOWTO-Collection/Group-Mapping.xml	2004-11-23 15:28:02 UTC (rev 286)
+++ trunk/Samba-HOWTO-Collection/Group-Mapping.xml	2004-11-23 15:42:11 UTC (rev 287)
@@ -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>



More information about the samba-cvs mailing list