[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-707-g38d4e24

Kai Blin kai at samba.org
Mon Feb 11 09:39:07 GMT 2008


The branch, v4-0-test has been updated
       via  38d4e2407afb942de21379dc886f9e4c5532a2b9 (commit)
      from  99d6f49340d6f190ac318af939eeec17c29f1bbd (commit)

http://gitweb.samba.org/?samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 38d4e2407afb942de21379dc886f9e4c5532a2b9
Author: Kai Blin <kai at samba.org>
Date:   Mon Feb 11 10:37:26 2008 +0100

    provision: Fix new user creation.
    
    Spotted by nobody88 in IRC.

-----------------------------------------------------------------------

Summary of changes:
 source/scripting/libjs/provision.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/scripting/libjs/provision.js b/source/scripting/libjs/provision.js
index e714980..dc9eae8 100644
--- a/source/scripting/libjs/provision.js
+++ b/source/scripting/libjs/provision.js
@@ -1124,7 +1124,7 @@ unixName: %s
 sambaPassword: %s
 objectClass: user
 ",
-			   user_dn, username, dom_users,
+			   user_dn, username,
 			   unixname, password);
 	/*
 	  add the user to the users group as well
@@ -1134,7 +1134,7 @@ dn: %s
 changetype: modify
 add: member
 member: %s
-", 
+",
 			       dom_users, user_dn);
 
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list