s4:auth: add authsam_update_user_info_dc() that implements SID expanding for the...
[samba.git] / source4 / auth / auth.h
index f88489b6f6012401ce6a49b865a39ee77ecc3148..51895c9259f366e2d0a0d74c676943effd81ea1c 100644 (file)
@@ -136,6 +136,9 @@ NTSTATUS authsam_make_user_info_dc(TALLOC_CTX *mem_ctx, struct ldb_context *sam_
                                           struct ldb_message *msg,
                                           DATA_BLOB user_sess_key, DATA_BLOB lm_sess_key,
                                  struct auth_user_info_dc **_user_info_dc);
+NTSTATUS authsam_update_user_info_dc(TALLOC_CTX *mem_ctx,
+                       struct ldb_context *sam_ctx,
+                       struct auth_user_info_dc *user_info_dc);
 NTSTATUS auth_system_session_info(TALLOC_CTX *parent_ctx,
                                           struct loadparm_context *lp_ctx,
                                           struct auth_session_info **_session_info) ;