Logon - Security Violation [message #1310] |
Mon, 07 April 2008 19:03 |
|
Hi,I´m working on Mandriva Free Linux
When I tried to log on, I got: "Security Violation"
I verified mnu_user table and I could see the users that I tried, but none of them work properly. Also, I added a new user and I got the same message.
I loaded all the tables mentioned on the installation page.
Any suggestion?
Cheers.
|
|
|
|
|
|
Re: Logon - Security Violation [message #1315 is a reply to message #1314] |
Thu, 10 April 2008 15:58 |
|
Yes, the password fields are encrypted on MNU_USER. Just, one row I added is not encrypted
On MNU_CONTROL:
I updated field_value to 'N' and I could log on. Is that correct or you can give me any suggestion about that record?
-------------------------
record_id = SYSTEM
field_id = PSWD_ENCRYPT
field_value = Y
-------------------------
cheers
|
|
|
Re: Logon - Security Violation [message #1316 is a reply to message #1315] |
Thu, 10 April 2008 17:14 |
AJM
Messages: 2363 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
That field is normally updated via the screen Update Control Data. It tells the system whether passwords are to be encrypted before they are stored in the database.
As the switch is now set to 'N' you can use sql to set all the passwords to plain text, an you should be able to logon with any of the users ids. If you then go to the Control Data screen and set the switch to 'Y' it will update all the user records by encryptng the passwords. You should then try logging on again to see that it now works.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|