[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Apr 12 05:09:29 MDT 2010


The branch, master has been updated
       via  757766d... s3: Cache the result of the username map script
      from  49d4dd5... Remove unused pcp/ directory.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 757766d5af54e116bb08f0d825e51741f3ee9e05
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Apr 12 10:34:29 2010 +0200

    s3: Cache the result of the username map script

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

Summary of changes:
 source3/smbd/map_username.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/map_username.c b/source3/smbd/map_username.c
index 47aa54d..8b1e1db 100644
--- a/source3/smbd/map_username.c
+++ b/source3/smbd/map_username.c
@@ -125,6 +125,7 @@ bool map_username(struct smbd_server_connection *sconn, fstring user)
 
 		if (numlines && qlines) {
 			DEBUG(3,("Mapped user %s to %s\n", user, qlines[0] ));
+			set_last_from_to(user, qlines[0]);
 			fstrcpy( user, qlines[0] );
 		}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list