Displaying 4 results from an estimated 4 matches for "smb_ntpasslen".
Did you mean:
smb_apasslen
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 Mar 16
0
Win98 zero-length encrypted passwords
...d some
strategic DEBUG()'s to the reply.c file, and what I
found has me baffled. If Win98 is setup for plaintext
passwords, I see the password in my debugging output, and
the password length is fine. If I setup Win98 for encrypted
passwords, the password lengths are all zero (smb_apasslen
and smb_ntpasslen are both zero, and the passwords themselves
are blank).
So, can anyone suggest what my customer has done to cause
Win98 to send blank passwords _only in encrypted mode_? I've
double-checker the user's Win98 login password, and it's
fine. I really would prefer to leave the passwords e...
2001 Apr 20
0
Fudging domain support - samba 2.2.0
...--- 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,