Displaying 5 results from an estimated 5 matches for "mod_smbfilepud_entry".
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...e
root at uuu:/#
root at uuu:/#smbpasswd -c /home/hywu/smb.conf -U ZTEST -D 2
rlimit max:increasing (1024) to minimum Windows limit (16384)
New SMB password:
Retype new SMB password:
Cannot update entry for user UUQ\ztest, as they don't exist in the
smbpasswd file!
smbpasswd_update_sam_account: mod_smbfilepud_entry failed!
Failed to modify entry for user ZTEST.
root at uuu:/# uname -a
Linux uuu 6.5.0-14-generic #14~22.04.1-Ubuntu SMP...
I checked samba code then I found the problem is order of gerpwnam
call in Get_Pwnam_internals(). Lowercase first order will get domain
user (UUQ/ztest) but local account(ZT...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...#smbpasswd -c /home/hywu/smb.conf -U ZTEST -D 2
> rlimit max:increasing (1024) to minimum Windows limit (16384)
> New SMB password:
> Retype new SMB password:
> Cannot update entry for user UUQ\ztest, as they don't exist in the
> smbpasswd file!
> smbpasswd_update_sam_account: mod_smbfilepud_entry failed!
> Failed to modify entry for user ZTEST.
> root at uuu:/# uname -a
> Linux uuu 6.5.0-14-generic #14~22.04.1-Ubuntu SMP...
>
>
> I checked samba code then I found the problem is order of gerpwnam
> call in Get_Pwnam_internals(). Lowercase first order will get domain
&g...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...onf -U ZTEST -D 2
> > rlimit max:increasing (1024) to minimum Windows limit (16384)
> > New SMB password:
> > Retype new SMB password:
> > Cannot update entry for user UUQ\ztest, as they don't exist in the
> > smbpasswd file!
> > smbpasswd_update_sam_account: mod_smbfilepud_entry failed!
> > Failed to modify entry for user ZTEST.
> > root at uuu:/# uname -a
> > Linux uuu 6.5.0-14-generic #14~22.04.1-Ubuntu SMP...
> >
> >
> > I checked samba code then I found the problem is order of gerpwnam
> > call in Get_Pwnam_internals(). Lowerca...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...t; rlimit max:increasing (1024) to minimum Windows limit (16384)
> > > New SMB password:
> > > Retype new SMB password:
> > > Cannot update entry for user UUQ\ztest, as they don't exist in the
> > > smbpasswd file!
> > > smbpasswd_update_sam_account: mod_smbfilepud_entry failed!
> > > Failed to modify entry for user ZTEST.
> > > root at uuu:/# uname -a
> > > Linux uuu 6.5.0-14-generic #14~22.04.1-Ubuntu SMP...
> > >
> > >
> > > I checked samba code then I found the problem is order of gerpwnam
> > > cal...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...(1024) to minimum Windows limit (16384)
> > > > New SMB password:
> > > > Retype new SMB password:
> > > > Cannot update entry for user UUQ\ztest, as they don't exist in the
> > > > smbpasswd file!
> > > > smbpasswd_update_sam_account: mod_smbfilepud_entry failed!
> > > > Failed to modify entry for user ZTEST.
> > > > root at uuu:/# uname -a
> > > > Linux uuu 6.5.0-14-generic #14~22.04.1-Ubuntu SMP...
> > > >
> > > >
> > > > I checked samba code then I found the problem is order...