The branch, master has been updated
       via  0f22e35 s3-auth: On successful user mapping set mapped_to_guest to 
false.
      from  cf155fa s3-selftest: Do not assume $USERNAME is the same as 
$DC_USERNAME

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


- Log -----------------------------------------------------------------
commit 0f22e35028884187d04343055b6c7d3aa7b2ece8
Author: Sumit Bose <[email protected]>
Date:   Sat Feb 11 17:52:07 2012 +0100

    s3-auth: On successful user mapping set mapped_to_guest to false.
    
    Autobuild-User: Andreas Schneider <[email protected]>
    Autobuild-Date: Mon Feb 13 13:09:10 CET 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/auth/user_krb5.c b/source3/auth/user_krb5.c
index f90ef6c..0939c70 100644
--- a/source3/auth/user_krb5.c
+++ b/source3/auth/user_krb5.c
@@ -125,6 +125,7 @@ NTSTATUS get_user_from_kerberos_info(TALLOC_CTX *mem_ctx,
        if (!fuser) {
                return NT_STATUS_NO_MEMORY;
        }
+       *mapped_to_guest = false;
 
        pw = smb_getpwnam(mem_ctx, fuser, &unixuser, true);
        if (pw) {


-- 
Samba Shared Repository

Reply via email to