]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:utils: Add cli_credentials and loadparm_context to net_context
authorAndreas Schneider <asn@samba.org>
Thu, 1 Apr 2021 10:03:45 +0000 (12:03 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 28 May 2021 02:55:31 +0000 (02:55 +0000)
Will be filled later.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/utils/net.h

index 573b6e80d29061841a6f7c2590d0132438821eaf..e092eef5fdc56697074492ab8d40434c39780e77 100644 (file)
@@ -97,6 +97,8 @@ struct net_context {
        struct libnetapi_ctx *netapi_ctx;
        struct messaging_context *msg_ctx;
        struct netlogon_creds_cli_context *netlogon_creds;
+       struct cli_credentials *creds;
+       struct loadparm_context *lp_ctx;
 
        bool display_usage;
        void *private_data;