svn commit: samba r17665 - in branches/SOC/sree: .

sree at samba.org sree at samba.org
Mon Aug 21 16:07:24 GMT 2006


Author: sree
Date: 2006-08-21 16:07:24 +0000 (Mon, 21 Aug 2006)
New Revision: 17665

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

Log:
Fix bug where unixname was also changed in user_rename()


Modified:
   branches/SOC/sree/usermgmt.js


Changeset:
Modified: branches/SOC/sree/usermgmt.js
===================================================================
--- branches/SOC/sree/usermgmt.js	2006-08-21 14:35:04 UTC (rev 17664)
+++ branches/SOC/sree/usermgmt.js	2006-08-21 16:07:24 UTC (rev 17665)
@@ -233,7 +233,7 @@
     var newuser_dn = sprintf("CN=%s,CN=Users,%s", 
 			    newusername, sam.domain_dn);
 
-    var replace_attrs = new Array("sAMAccountName", "name", "unixName");
+    var replace_attrs = new Array("sAMAccountName", "name");
 
     sam.ldb.transaction_start();
 



More information about the samba-cvs mailing list