svn commit: samba r16032 - in branches/SOC/bnh: .

brad at samba.org brad at samba.org
Sat Jun 3 19:22:55 GMT 2006


Author: brad
Date: 2006-06-03 19:22:54 +0000 (Sat, 03 Jun 2006)
New Revision: 16032

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

Log:
Moved the xml headers to the top where they belong.


Modified:
   branches/SOC/bnh/ads_adduser.wsf


Changeset:
Modified: branches/SOC/bnh/ads_adduser.wsf
===================================================================
--- branches/SOC/bnh/ads_adduser.wsf	2006-06-03 19:05:51 UTC (rev 16031)
+++ branches/SOC/bnh/ads_adduser.wsf	2006-06-03 19:22:54 UTC (rev 16032)
@@ -1,12 +1,11 @@
-' A windows script (.wsf) to add an AD user, written in VBScript.
-' Copyright Brad Henry <brad at samba.org> 2006
-' Released under the GNU GPL v2 or later.
-
 <package>
 <job id=ads_adduser>
 <script language="VBScript" src="common.vbs">
 
-const READ_ONLY = 1
+' A windows script (.wsf) to add an AD user, written in VBScript.
+' Copyright Brad Henry <brad at samba.org> 2006
+' Released under the GNU GPL v2 or later.
+
 const USAGE_STATEMENT = "Usage: cscript ads_adduser.wsf /username:<username> /password:<password>"
 const ADS_UF_ACCOUNTDISABLE = 2
 



More information about the samba-cvs mailing list