search for: nt_pw

Displaying 19 results from an estimated 19 matches for "nt_pw".

2004 Apr 13
0
v3.0.2a: can't login into domain after switching to pdb_mysql
...60 Query SELECT logon_time,logoff_time,kickoff_time,pass_last_set_time,pass_can_change_time, pass_must_change_time,username,domain,nt_username,nt_fullname,home_dir,dir_d rive,logon_script,profile_path,acct_desc,workstations,unknown_str,munged_dia l,user_sid,group_sid,lm_pw,nt_pw,NULL,acct_ctrl,unknown_3,logon_divs,hours_l en,bad_password_count,logon_count,unknown_6 FROM user WHERE username = 'root' 60 Query SELECT logon_time,logoff_time,kickoff_time,pass_last_set_time,pass_can_change_time, pass_must_change_time,username,domain,nt_username...
2004 Apr 19
1
Samba + pdb_mysql - password hashes disappearing?
...hen "Trying to get it back: 08397808"). Curiousier and curiousier. I added debug lines to auth/auth_sam.c, sam_password_ok, line 56: DEBUG(0, ("Attempting to retrieve passwords for user '%s' from %08x.\n", username,sampass)); lm_pw = pdb_get_lanman_passwd(sampass); nt_pw = pdb_get_nt_passwd(sampass); DEBUG(0, ("Got %08x and %08x\n", lm_pw, nt_pw)); Here I get: "Attempting to retrieve passwords for user 'grayaw' from 08394fd8." (correct) and "Got 00000000 and 00000000." Huh? The passwords were set, and retrievable with the...
2005 Oct 25
1
Authentication problem with Mysql backend
...= mysql:/usr/local/samba/lib/pdb/mysql.so passdb backend = mysql:mysql mysql:mysql host = localhost mysql:mysql user = samba mysql:mysql password = abmas mysql:mysql database = samba mysql:mysql table = user mysql:username column = username: mysql:lanman pass column = lm_pw: mysql:nt pass column = nt_pw: ;mysql:plain pass column = plain_pw: mysql:unknown_3 column = NULL #EOF /**************************************************** when i run smbclient it fails /**************************************************** [root@ns ~]# smbclient //localhost/rodelapena -U rodelapena -d 10 INFO: Current debu...
2005 Aug 29
2
Samba+MySQL+Apache Authentication = possible?
...ta start somewhere.. I have Samba setup as a PDC for my domain using the MySQL passdb backend for authentication. I would also like to use other components such as mod_auth_mysql for apache authentication. Is there a way that it can use one of the 2 password fields from the samba MySQL table (nt_pw or lm_pw) in order to do the authentication through the web server? With mod_auth_mysql, I can set several encryption methods, such as md5, or des, etc. The passwords in the samba MySQL table seem to be encrypted with md5 (I'm saying that just because they're all 32 characters long), bu...
2005 Mar 27
1
problem with listing users on winXP/2k+3
...rname | nt_fullname | home_dir | dir_drive | logon_script | profile_path | acct_desc | workstations | unknown_str | munged_dial | uid | gid | user_sid | group_sid | lm_pw | nt_pw | acct_ctrl | unknown_3 | logon_divs | hours_len | unknown_5 | unknown_6 | +------------+-------------+--------------+--------------------+----------------------+-----------------------+----------+---------+-------------+-----------------------+---------------------+-----...
2007 Mar 07
1
NTLMv2 configuration problems
...HEX String ( sambaNTPassword: 47E53AD35D61DE8F419F272FFBC4F175 ). The password check is failing in ntlm_password_check (libsmb/ntlm_check.c). I've marked where the password check is failing in bold, NTSTATUS ntlm_password_check(....) { static const unsigned char zeros[8]; if (nt_pw == NULL) { DEBUG(3,("ntlm_password_check: NO NT password stored for user %s.\n", username)); } if (nt_interactive_pwd && nt_interactive_pwd->length && nt_pw) { if (nt_interactive_pwd->length !=...
2005 Apr 10
0
Trouble adding users with pdbedit
...ng the user: Executing query SELECT logon_time,logoff_time,kickoff_time,pass_last_set_time,pass_can_change_time, pass_must_change_time,username,domain,nt_username,nt_fullname,home_dir,dir_d rive,logon_script,profile_path,acct_desc,workstations,unknown_str,munged_dia l,user_sid,group_sid,lm_pw,nt_pw,NULL,acct_ctrl,logon_divs,hours_len,bad_pas sword_count,logon_count,unknown_6 FROM user WHERE username = '<username>' The user is added to the database but the 'username' field is empty (NULL). The mysql bin log shows the following insert statement: INSERT INTO user (a...
2005 Aug 21
2
pdb_mysql.c | SQL insert command missing data
...es to be performed. The first of the two looks for an existing user and that does check all of the appropriate fields, but the next command which is for inserting information runs the following command. INSERT INTO user (acct_ctrl,pass_can_change_time,pass_must_change_time,pass_last_set_time,lm_pw,nt_pw) VALUES (16,1124620545,2147483647,1124620545,'AAAAAAA71AA612E1ED5A6FED37AAAAAA','AAAAAAA6293F6293129F9BE9EBAAAAAA') You will note that there is no username, domain, nt_username, nt_fullname, home_dir, dir_drive, logon_script, profile_path, uid, gid, user_sid, or group_sid in that q...
2009 Oct 06
0
Update from pdbsql (MySQL) to LDAP
...tations varchar(255) default NULL, unknown_str varchar(255) default NULL, munged_dial varchar(255) default NULL, uid int(9) NOT NULL PRIMARY KEY auto_increment, gid int(9) default NULL, user_sid varchar(255) default NULL, group_sid varchar(255) default NULL, lm_pw varchar(255) default NULL, nt_pw varchar(255) default NULL, acct_ctrl int(9) default '528', logon_divs int(9) default '168', hours_len int(9) default '21', unknown_6 int(9) default "1260", bad_password_count int(9) default NULL, logon_count int(9) default '0', logon_hours varchar(42...
2009 Jun 12
1
SAMBA+PDC+Mysql authentication Backend
...char(255) default NULL, `unknown_str` varchar(255) default NULL, `munged_dial` varchar(255) default NULL, `uid` int(9) NOT NULL auto_increment, `gid` int(9) default NULL, `user_sid` varchar(255) default NULL, `group_sid` varchar(255) default NULL, `lm_pw` varchar(255) default NULL, `nt_pw` varchar(255) default NULL, `acct_ctrl` int(9) default '528', `logon_divs` int(9) default '168', `hours_len` int(9) default '21', `unknown_6` int(9) default '1260', `bad_password_count` int(9) default NULL, `logon_count` int(9) default '0', `log...
2004 Jun 01
2
mysql passwd backend
...= localhost mysql:mysql user = samba mysql:mysql password = blah mysql:mysql database = samba mysql:fullname column = fullname: mysql:domain column = 'SRS': mysql:lanman pass column = lm_pw: mysql:nt pass column = nt_pw: mysql:plain pass column = plain_pw: mysql:unknown_3 column = NULL security = user encrypt passwords = yes smb passwd file = /etc/samba/private/smbpasswd Now if I try to add a user either with smbpasswd or pdbedit, it appears to accept the username gracefully....
2011 Oct 26
1
Win7pro can't authenticate dcom identity
I have a Samba 3.4.7 PDC set up (Ubuntu 10.10/OpenLDAP) and have configured a Windows 7 Pro 64 bit workstation as a domain member. Logins and shares work without a hitch. I'm running into a problem with ArcGIS 10 Server on Windows using domain accounts for the services. ArcGIS post-install fails because it won't take the username/password combination of the domain account. I initially
2005 Dec 11
1
how to use MySQL-backend !?
...char(255) default NULL, `unknown_str` varchar(255) default NULL, `munged_dial` varchar(255) default NULL, `uid` int(9) NOT NULL auto_increment, `gid` int(9) default NULL, `user_sid` varchar(255) default NULL, `group_sid` varchar(255) default NULL, `lm_pw` varchar(255) default NULL, `nt_pw` varchar(255) default NULL, `acct_ctrl` int(9) default NULL, `unknown_3` int(9) default NULL, `logon_divs` int(9) default NULL, `hours_len` int(9) default NULL, `unknown_5` int(9) default NULL, `unknown_6` int(9) default '1260', `bad_password_count` int(9) default NULL, `log...
2004 Nov 04
1
samba and mysql backend
...netbios name = machine workgroup = coach security = user domain logons = yes domain master = yes passdb backend = mysql:samba samba:mysql host = localhost samba:mysql user = samba1 samba:mysql password = password samba:mysql database = samba samba:lanman pass column = lm_pw samba:nt pass column = nt_pw samba:plain pass column = NULL Samba is able to connect to the database with no errors. I used mysql.dump to create the database. All went good at this part and the database looks ok. Then I used pdbedit to create a user called username. Now what is happening when I try to mount the drive from w...
2005 Aug 18
0
Samba Database Password Encoding Question
Hello All, Well, I am making progress on getting th MySQL passdb to work with Samba. Can someone please tell me how do the columns: lm_pw nt_pw encode the password from the pdbedit program or other method? -- Thanks, Lonnie
2010 Mar 24
1
Migration from 3.0.23d to 3.4.5 failed
...ogon_count foo:bad password count column = nt_bad_password_count foo:logon hours column = nt_logon_hours foo:hours len column = nt_hours_len foo:logon divs column = nt_logon_divs foo:acct ctrl column = nt_acct_ctrl foo:plain pass column = NULL foo:nt pass column = nt_pw foo:lanman pass column = nt_lm_pw foo:group sid column = nt_group_sid foo:user sid column = nt_user_sid foo:munged dial column = nt_munged_dial foo:unknown string column = nt_unknown_str foo:workstations column = nt_workstations foo:acct desc column = nt_acct_desc...
2010 May 05
1
backend migration and Samba upgrade.
...password count column = nt_bad_password_count foo:logon hours column = nt_logon_hours foo:hours len column = nt_hours_len foo:logon divs column = nt_logon_divs foo:acct ctrl column = nt_acct_ctrl foo:plain pass column = NULL foo:nt pass column = nt_pw foo:lanman pass column = nt_lm_pw foo:group sid column = nt_group_sid foo:user sid column = nt_user_sid foo:munged dial column = nt_munged_dial foo:unknown string column = nt_unknown_str foo:workstations column = nt_workstations foo:acc...
2007 Feb 28
2
samba problems. accounts expire after a hour, but work after reset
...lect_by_field(292) Executing query SELECT logon_time,logoff_time,kickoff_time,pass_last_set_time,pass_can_change_time,pass_must_change_time,username,domain,nt_username,nt_fullname,home_dir,dir_drive,logon_script,profile_path,acct_desc,workstations,unknown_str,munged_dial,user_sid,group_sid,lm_pw,nt_pw,NULL,acct_ctrl,logon_divs,hours_len,bad_password_count,logon_count,unknown_6,logon_hours,password_history FROM user WHERE username = 'ralph' [2007/02/27 12:09:16, 3] passdb/lookup_sid.c:fetch_gid_from_cache(1015) fetch gid from cache 1001 -> S-1-5-21-1968991162-2130249723-1959552931-5...
2006 Apr 23
0
doubt in samba-ldap configuration
...dap admin dn = cn=Manager,dc=example,dc=com ;ldap ssl = start tls ldap suffix = dc=example, dc=com ;ldap password = "secret" ;samba:mysql host = localhost ;samba:mysql user = root ;samba:mysql password = root ;samba:mysql database = samba_auth ;lanman pass column = lm_pw ;nt pass column = nt_pw ;plain pass column = NULL #============================ Share Definitions ============================== [homes] comment = Home Directories browseable = no writable = yes # Un-comment the following and create the netlogon directory for Domain Logons ; [netlogon] ; comment = Network Logo...