svn commit: samba r3838 - in branches/SAMBA_4_0/source/librpc/idl: .

tridge at samba.org tridge at samba.org
Thu Nov 18 05:35:48 GMT 2004


Author: tridge
Date: 2004-11-18 05:35:48 +0000 (Thu, 18 Nov 2004)
New Revision: 3838

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

Log:
use "security.NTACL" instead of "security.NTAcl" for the xattr name for ACLs


Modified:
   branches/SAMBA_4_0/source/librpc/idl/xattr.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/xattr.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/xattr.idl	2004-11-18 05:17:24 UTC (rev 3837)
+++ branches/SAMBA_4_0/source/librpc/idl/xattr.idl	2004-11-18 05:35:48 UTC (rev 3838)
@@ -83,7 +83,7 @@
 	   we put this xattr in the security namespace to ensure that
 	   only trusted users can write to the ACL
 	*/
-	const string XATTR_NTACL_NAME = "security.NTAcl";
+	const string XATTR_NTACL_NAME = "security.NTACL";
 
 	typedef union {
 		[case(1)] security_descriptor *sd;



More information about the samba-cvs mailing list