summaryrefslogtreecommitdiff
path: root/source3/include/auth_info.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-10-21 10:23:21 +0200
committerJeremy Allison <jra@samba.org>2016-10-21 20:44:23 +0200
commitb9436f5348213cc2a1b7fd670854bed4e21c5ea9 (patch)
tree3fadfc64a4a6c42487b73f3afcbf2be81a9a313a /source3/include/auth_info.h
parent30013efe39a736af6cc0143158c90401925ba48e (diff)
downloadsamba-b9436f5348213cc2a1b7fd670854bed4e21c5ea9.tar.gz
s3:util_cmdline: make struct user_auth_info private to util_cmdline.c
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/auth_info.h')
-rw-r--r--source3/include/auth_info.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/source3/include/auth_info.h b/source3/include/auth_info.h
index 5764bb8f523..04ac4221574 100644
--- a/source3/include/auth_info.h
+++ b/source3/include/auth_info.h
@@ -20,19 +20,7 @@
#ifndef _AUTH_INFO_H
#define _AUTH_INFO_H
-struct user_auth_info {
- char *username;
- char *domain;
- char *password;
- bool got_pass;
- bool use_kerberos;
- int signing_state;
- bool smb_encrypt;
- bool use_machine_account;
- bool fallback_after_kerberos;
- bool use_ccache;
- bool use_pw_nt_hash;
-};
+struct user_auth_info;
struct user_auth_info *user_auth_info_init(TALLOC_CTX *mem_ctx);
const char *get_cmdline_auth_info_username(const struct user_auth_info *auth_info);