diff options
author | Jean-François Micouleau <jfm@samba.org> | 2000-10-10 13:08:55 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 2000-10-10 13:08:55 +0000 |
commit | 11d999f2bc0c841696bc3ea1ddda48524242482c (patch) | |
tree | d73b35ac9fde76d355a81ecab65ad4c2ef2a4652 /source3/smbd | |
parent | 2d33e87424197b993e8e7d218c0945cc2b66078a (diff) | |
download | samba-11d999f2bc0c841696bc3ea1ddda48524242482c.tar.gz samba-11d999f2bc0c841696bc3ea1ddda48524242482c.tar.bz2 samba-11d999f2bc0c841696bc3ea1ddda48524242482c.zip |
a netlogon enum trust query doesn't have a function_code at end.
a sam_user_info_24 doesn't have a uint16 at end
samr_create_user also creates the unix account now
samr_set_userinfo changes the password.
J.F.
(This used to be commit 94f4024481fcd0cb6647af1bd4364033be020641)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index fd4ff23461..efd18799a2 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -494,7 +494,7 @@ static int session_trust_account(connection_struct *conn, char *inbuf, char *out Create a UNIX user on demand. ****************************************************************************/ -static int smb_create_user(char *unix_user) +int smb_create_user(char *unix_user) { pstring add_script; int ret; |