Author |
Message |
The_cobra666
Hangin' Around

Joined: Oct 23, 2004
Posts: 38
Location: Belgium
|
Posted:
Thu May 19, 2005 12:01 pm |
|
Hi all,
I've got a problem adding a new user to the "secret" file for the auth. Everybody can get past the auth without problems except Digi, it just will not alow it ,
This is what I have in the secret file.
Code:
Agxxxxxck:$xxxxxxxxxx5bF8rzg9.
Thxxxxxa666:$xxxxxxxxWIHqtt0T1wTWtu0/
clubpxxxxxxhop:$x$$4VxxxxxxxxxanoSQ2iMzS/
Digi:$xxxx07xxxxxxxIdQnlFn8J0/
|
of course without all the xxxx any idea's here? |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Thu May 19, 2005 1:30 pm |
|
Can he get past it using one of the other ids/passwords ? In other words let's make sure what rabbit trail we're chasing. |
|
|
|
 |
The_cobra666

|
Posted:
Fri May 20, 2005 9:16 am |
|
No he can't, it just won't alow him to login.
Greetz |
|
|
|
 |
Raven

|
Posted:
Fri May 20, 2005 10:45 am |
|
If he cannot login using someone elses valid id/pass then I don't know how NukeSentinel(tm) could be causing this. In other words, if you can login and he uses your id/pass and he can't, then something else unique to him is happening. |
|
|
|
 |
The_cobra666

|
Posted:
Fri May 20, 2005 10:51 am |
|
Woeps I think I misunderstanded your previews question :p, here's the thing: I can login with everybody's auth, but not with his, I've let him try also, he also can't get in. I don't know why it's not accepting him. |
|
|
|
 |
Raven

|
Posted:
Fri May 20, 2005 11:27 am |
|
Can he get in using someone else's id/pass? In other words I'm trying to determine if it's an issue with his id/pass. |
|
|
|
 |
The_cobra666

|
Posted:
Fri May 20, 2005 11:30 am |
|
Yes he can, it's only his id/pass that it's not taking, I don't know why. i think the "secretfile" is set correctly, everything is set in the admin, and the auth in sentinal, but the auth login is not letting him in. |
|
|
|
 |
Raven

|
Posted:
Fri May 20, 2005 11:34 am |
|
Then it's his id or password. Calculate his pass using this scriptCode:<form method='post'>
Enter password to be encrypted using crypt(): <input name='pw'><br /><br />
Enter the 'salt' value for the encryption (2 long): <input name='salt' maxlength='2'><br /><br />
<input type='submit' name='submit' value='Encrypt'><br /><br />
<?
if (isset($_POST['submit'])&&isset($_POST['pw'])&&!empty($_POST['pw'])) {
echo "Password <b>".$_POST['pw']."</b> translated is <b>".crypt($_POST['pw'],$_POST['salt'])."</b>";
}
?>
| and replace it in your secret file. |
|
|
|
 |
|