1
0
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:
Jean-François Micouleau
2000-10-10 13:08:55 +00:00
parent 2d33e87424
commit 11d999f2bc
7 changed files with 58 additions and 26 deletions

View File

@ -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;