search for: new_passwd

Displaying 7 results from an estimated 7 matches for "new_passwd".

Did you mean: new_password
2002 Jun 21
1
old password in passwordchat empty
...a server and LDAP server are not identically and therefore I need the old an the new password for whatever passwd chat. But %o is an empty string. I browse through the source code and found: /* * At this point we have the new case-sensitive plaintext * password in the fstring new_passwd. If we wanted to synchronise * with UNIX passwords we would call a UNIX password changing * function here. However it would have to be done as root * as the plaintext of the old users password is not * available. JRA. */ can anybody help me out ??? hpb
1999 Apr 25
0
swat: bug located
...e; thus pwd = null pointer. :) I'd supply a patch to fix this; but there are various ways to 'fix' this and not knowing enough about the protocol... web/swat.c: line 635 ret = local_password_change(user_name, False, add_user, enable_user, disable_user, False, new_passwd, err_str, sizeof(err_str), msg_str, sizeof(msg_str)); passdb/smbpasschange.c: line 58 BOOL local_password_change(char *user_name, BOOL trust_account, BOOL add_user, BOOL enable_user, BOOL disable_user, BOOL set_no_password, char *new_passwd,...
1999 Apr 25
0
swat core dump and debug information
...e; thus pwd = null pointer. :) I'd supply a patch to fix this; but there are various ways to 'fix' this and not knowing enough about the protocol... web/swat.c: line 635 ret = local_password_change(user_name, False, add_user, enable_user, disable_user, False, new_passwd, err_str, sizeof(err_str), msg_str, sizeof(msg_str)); passdb/smbpasschange.c: line 58 BOOL local_password_change(char *user_name, BOOL trust_account, BOOL add_user, BOOL enable_user, BOOL disable_user, BOOL set_no_password, char *new_passwd,...
2002 Oct 07
4
Samba 2.2.5 Security Bug?
Hello Does anyone know why normal users can set a blank samba password with the smbpasswd kommand by inserting <CR> twice after inserting the old passwd: ben@amo:% /opt/samba/bin/smbpasswd Old SMB password:<oldpasswd> New SMB password:<CR> Retype new SMB password:<CR> Password changed for user ben After that the user can map the samba shares with a blank password even
2016 Mar 06
0
Segmentation Fault when trying to set root samba password, IPA as a backend
...tx=0x8001e888, name=0x800081c0 <user_name> "ldap09", flags=16, rid=0xbffffb58) at ../source3/passdb/pdb_interface.c:542 pdb = 0x80027e28 #5 0xb7d54402 in local_password_change ( user_name=0x800081c0 <user_name> "ldap09", local_flags=577, new_passwd=0x800118b8 "p4ssword", pp_err_str=0xbffffbb8, pp_msg_str=0xbffffbbc) at ../source3/passdb/passdb.c:745 tosctx = 0x8001e888 sam_pass = 0x80028100 acb = 16 rid = 0 result = {v = 0} user_exists = false ret = -1 ---Type <r...
2016 Mar 06
2
Segmentation Fault when trying to set root samba password, IPA as a backend
On Fri, Mar 04, 2016 at 04:16:44PM +0000, Rowland penny wrote: > On 04/03/16 09:58, Volker Lendecke wrote: > >On Fri, Mar 04, 2016 at 10:53:17AM +0100, Volker Lendecke wrote: > >>On Wed, Mar 02, 2016 at 09:23:34AM +0000, Rowland penny wrote: > >>>OK, here is the output: > >>Can you try the attached (UNTESTED!) patch? > >> > >>Thanks, >
2002 Jun 05
1
How to switch from NT to Samba transparently?
Hi, I want to switch from our Windows NT server ( which works as our PDC ) to Linux - Samba. Could you advice a step-by-step guide about this process, or is that possible, at all? Can I use Samba as a BDC, convert the user DB and than promote it to PDC? Thanks in advance! Regards; Istvan