mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
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 94f4024481
)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user