search for: smb_ntpasswd

Displaying 4 results from an estimated 4 matches for "smb_ntpasswd".

1998 Jun 19
1
SAMBA 1.9.18p8, username map, server security
I have a problem with new version (1.9.18p8) of SAMBA and username mapping. Configuration: WindowsNT 4.0 Workstation + SP1 WindowsNT domain - NTEP01 is PDC Digital UNIX 3.2C Username on NT: Babor Username on UNIX: baborl In SMB.CONF I have following lines: [global] security = server password server = NTEP01 username map = /usr/local/samba/lib/username.map username.map: baborl = babor
1998 Jul 13
1
password server problem
We are using samba with a NT4.0 Primary Domain Controller as a samba password server. Logon validation on the primary domain controller works fine, the NT machine validates the user password. BUT: On the NT PDC the event log shows numerous entries saying: Unknown user or wrong password Did anybody experience this too ???? Rainer von Bongartz /D/I/L/ rainer.von-bongartz@dil.de
2001 Apr 20
0
Fudging domain support - samba 2.2.0
...927,932 **** --- 929,938 ---- * security=domain. */ + + DEBUG(0,("Domain %s remapped to %s\n",domain,global_myworkgroup)); + domain=global_myworkgroup; + if (!guest && !check_server_security(orig_user, domain, user, smb_apasswd, smb_apasslen, smb_ntpasswd, smb_ntpasslen) && !check_domain_security(orig_user, domain, user, smb_apasswd,
2003 Dec 01
0
No subject
...valid_password = NT_STATUS_IS_OK(pass_check_smb(user, domain, +// stj + valid_password = NT_STATUS_IS_OK(pass_check_smb(orig_user, domain, (unsigned char *)smb_apasswd, smb_apasslen, (unsigned char *)smb_ntpasswd, Tim Potter wrote: >Andrew Bartlett writes: > >[...] > >>>It seems a bit confusing at the moment with request_username and >>>smb_username kind of meaning the same thing. >>> >>Thanks. I've got a funny feeling thats how I intended it to work in t...