summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-12-01 19:34:58 +0000
committerLuke Leighton <lkcl@samba.org>1998-12-01 19:34:58 +0000
commitbfb75e58ced1082d3bb7d6b3f3367d50a0ca26ea (patch)
tree5266dec0808842ea27624c635587729591f943d2 /source/include/proto.h
parent3e1eb4f26b67e484b05e1dde94fd4e4dae982631 (diff)
downloadsamba-bfb75e58ced1082d3bb7d6b3f3367d50a0ca26ea.tar.gz
samba-bfb75e58ced1082d3bb7d6b3f3367d50a0ca26ea.tar.xz
samba-bfb75e58ced1082d3bb7d6b3f3367d50a0ca26ea.zip
fixing smbpasswd to link to smbd to obtain domain sid
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 4360d6b8ee8..da543e748d5 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -261,7 +261,7 @@ char *rep_inet_ntoa(struct in_addr ip);
void get_sam_domain_name(void);
BOOL get_member_domain_sid(void);
-BOOL get_domain_sids(DOM_SID *sid3, DOM_SID *sid5);
+BOOL get_domain_sids(DOM_SID *sid3, DOM_SID *sid5, char *servers);
void generate_wellknown_sids(void);
BOOL generate_sam_sid(char *domain_name);
BOOL map_domain_name_to_sid(DOM_SID *sid, char **nt_domain);
@@ -458,7 +458,7 @@ void pwdb_set_must_change_time(char *p, int max_len, time_t t);
void pwdb_set_last_set_time(char *p, int max_len, time_t t);
void pwdb_sethexpwd(char *p, const char *pwd, uint16 acct_ctrl);
BOOL pwdb_gethexpwd(const char *p, char *pwd);
-BOOL pwdb_initialise(BOOL server);
+BOOL pwdb_initialise(BOOL is_server);
/*The following definitions come from lib/util_sid.c */