[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-634-ge67f9c7

Günther Deschner gd at samba.org
Wed Apr 1 19:46:53 GMT 2009


The branch, v3-4-test has been updated
       via  e67f9c77ce812b40a8e003d861bff64c6c6442fd (commit)
      from  7cf7c00663a41de202d695fb1f8dab7c3906e165 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit e67f9c77ce812b40a8e003d861bff64c6c6442fd
Author: Günther Deschner <gd at samba.org>
Date:   Wed Apr 1 21:42:47 2009 +0200

    s3-auth: rename static smb_create_user(). Sorry...
    
    Guenther
    (cherry picked from commit 01a942d8ab5b5e430eb928dd58626fe16b9b04fe)

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

Summary of changes:
 source3/auth/auth_util.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index c39aa85..cf6588a 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -58,7 +58,7 @@ static void sort_sid_array_for_smbd(auth_serversupplied_info *result,
  Create a UNIX user on demand.
 ****************************************************************************/
 
-static int smb_create_user(const char *domain, const char *unix_username, const char *homedir)
+static int _smb_create_user(const char *domain, const char *unix_username, const char *homedir)
 {
 	TALLOC_CTX *ctx = talloc_tos();
 	char *add_script;
@@ -1567,7 +1567,7 @@ struct passwd *smb_getpwnam( TALLOC_CTX *mem_ctx, char *domuser,
 		if (username[strlen(username)-1] == '$')
 			return NULL;
 
-		smb_create_user(NULL, username, NULL);
+		_smb_create_user(NULL, username, NULL);
 		pw = Get_Pwnam_alloc(mem_ctx, username);
 	}
 	


-- 
Samba Shared Repository


More information about the samba-cvs mailing list