r26430: require explicit specification of loadparm context.
[samba.git] / source4 / auth / credentials / credentials.h
index 7ea37e40d15fbb2d165ffa85aa6546cc798e5b8f..e00acf727abb73b492e12d6a7f4a639fbc800f14 100644 (file)
@@ -104,8 +104,8 @@ struct cli_credentials {
 
        /* We are flagged to get machine account details from the
         * secrets.ldb when we are asked for a username or password */
-
        bool machine_account_pending;
+       struct loadparm_context *machine_account_pending_lp_ctx;
        
        /* Is this a machine account? */
        bool machine_account;