Displaying 1 result from an estimated 1 matches for "aaaaaaa6293f6293129f9be9ebaaaaaa".
2005 Aug 21
2
pdb_mysql.c | SQL insert command missing data
...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 query.
This shows that the error is not on the part of the
sql database as this is the query it was sent,
received, and proces...