The branch, master has been updated
       via  822f8cd mit_samba: Fix the MIT KDC build with the latest changes
      from  854ea4e s3: VFS: Change SMB_VFS_GETXATTR to use const struct 
smb_filename * instead of const char *.

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


- Log -----------------------------------------------------------------
commit 822f8cdfeaa632444c84a845bcd5916806e70630
Author: Andreas Schneider <a...@samba.org>
Date:   Tue May 30 13:58:43 2017 +0200

    mit_samba: Fix the MIT KDC build with the latest changes
    
    Signed-off-by: Andreas Schneider <a...@samba.org>
    Reviewed-by: Garming Sam <garm...@catalyst.net.nz>
    
    Autobuild-User(master): Garming Sam <garm...@samba.org>
    Autobuild-Date(master): Thu Jun  1 07:12:47 CEST 2017 on sn-devel-144

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

Summary of changes:
 source4/kdc/mit_samba.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/source4/kdc/mit_samba.c b/source4/kdc/mit_samba.c
index 3dd3a76..1cd6750 100644
--- a/source4/kdc/mit_samba.c
+++ b/source4/kdc/mit_samba.c
@@ -1127,6 +1127,7 @@ out:
 
 void mit_samba_zero_bad_password_count(krb5_db_entry *db_entry)
 {
+       struct netr_SendToSamBase *send_to_sam = NULL;
        struct samba_kdc_entry *p;
        struct ldb_dn *domain_dn;
 
@@ -1137,7 +1138,9 @@ void mit_samba_zero_bad_password_count(krb5_db_entry 
*db_entry)
        authsam_logon_success_accounting(p->kdc_db_ctx->samdb,
                                         p->msg,
                                         domain_dn,
-                                        true);
+                                        true,
+                                        &send_to_sam);
+       /* TODO: RODC support */
 }
 
 


-- 
Samba Shared Repository

Reply via email to