search for: pdb_set_plaintext_passwd

Displaying 8 results from an estimated 8 matches for "pdb_set_plaintext_passwd".

2019 May 31
3
Inconsistency with LANMAN1 and Samba 4.9
...always get access denied. >> >> In 4.3.11, it works flawlessly, I can connect from Windows 3.11 without any problem. >> >> Question: Is this intended? And if yes, why are there all these options still settable? > You may be running into this code in passdb: > > bool pdb_set_plaintext_passwd(struct samu *sampass, const char *plaintext) > { > ... > if (!E_deshash(plaintext, new_lanman_p16)) { > /* E_deshash returns false for 'long' passwords (> 14 > DOS chars). This allows us to match Win2k, which >...
2019 May 31
1
Inconsistency with LANMAN1 and Samba 4.9
....11 without any problem. > > > > > > > > > > > > Question: Is this intended? And if yes, why are there all these options still settable? > > > > > You may be running into this code in passdb: > > > > > > > > > > bool pdb_set_plaintext_passwd(struct samu *sampass, const char *plaintext) > > > > > { > > > > > ... > > > > > if (!E_deshash(plaintext, new_lanman_p16)) { > > > > > /* E_deshash returns false for 'long' passwords (> 14 > >...
2019 May 31
2
Inconsistency with LANMAN1 and Samba 4.9
Dear samba team, I have a lot of hobby projects including old PCs. I wanted to hook up a Win3.11 machine to my current Arch-Linux Workstation running samba 4.9.4. I have used the following configuration: [global] workgroup = HOMEBASE netbios name = Orcane wins support = Yes client signing = No domain master = No lanman auth = Yes log file = /var/log/samba/%m.log max log size = 50 name
2019 May 31
0
Inconsistency with LANMAN1 and Samba 4.9
...connect from Win 3.11 and always get access denied. > > In 4.3.11, it works flawlessly, I can connect from Windows 3.11 without any problem. > > Question: Is this intended? And if yes, why are there all these options still settable? You may be running into this code in passdb: bool pdb_set_plaintext_passwd(struct samu *sampass, const char *plaintext) { ... if (!E_deshash(plaintext, new_lanman_p16)) { /* E_deshash returns false for 'long' passwords (> 14 DOS chars). This allows us to match Win2k, which does not store a LM hash f...
2019 May 31
0
Inconsistency with LANMAN1 and Samba 4.9
...> > > In 4.3.11, it works flawlessly, I can connect from Windows 3.11 without any problem. > > > > > > Question: Is this intended? And if yes, why are there all these options still settable? > > You may be running into this code in passdb: > > > > bool pdb_set_plaintext_passwd(struct samu *sampass, const char *plaintext) > > { > > ... > > if (!E_deshash(plaintext, new_lanman_p16)) { > > /* E_deshash returns false for 'long' passwords (> 14 > > DOS chars). This allows us to match Win2k...
2002 Aug 19
0
OS X Setup Woes
...swat >PID: 680 > >Exception: EXC_BAD_ACCESS (0x0001) >Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x000000df > >Thread 0 Crashed: > #0 0x0007c3c0 in dos_struni2 > #1 0x000182a4 in E_md4hash > #2 0x0001832c in nt_lm_owf_gen > #3 0x00031ef0 in pdb_set_plaintext_passwd > #4 0x000311b0 in local_password_change > #5 0x0000596c in change_password > #6 0x00005c40 in chg_passwd > #7 0x00005ea8 in passwd_page > #8 0x00006704 in main > #9 0x00002124 in _start > #10 0x00001f54 in start The browser returns a "document contain...
2019 May 31
2
Inconsistency with LANMAN1 and Samba 4.9
...it works flawlessly, I can connect from Windows 3.11 without any problem. > > > > > > > > Question: Is this intended? And if yes, why are there all these options still settable? > > > You may be running into this code in passdb: > > > > > > bool pdb_set_plaintext_passwd(struct samu *sampass, const char *plaintext) > > > { > > > ... > > > if (!E_deshash(plaintext, new_lanman_p16)) { > > > /* E_deshash returns false for 'long' passwords (> 14 > > > DOS chars). This...
2019 May 31
0
Inconsistency with LANMAN1 and Samba 4.9
...rks flawlessly, I can connect from Windows 3.11 without any problem. >>>>> >>>>> Question: Is this intended? And if yes, why are there all these options still settable? >>>> You may be running into this code in passdb: >>>> >>>> bool pdb_set_plaintext_passwd(struct samu *sampass, const char *plaintext) >>>> { >>>> ... >>>> if (!E_deshash(plaintext, new_lanman_p16)) { >>>> /* E_deshash returns false for 'long' passwords (> 14 >>>> DOS...