Re: Multiple Usernames with Different Passwords??

Tony Schwartz ( tony@transport.com )
Thu, 01 May 1997 10:24:33 -0700

At 09:52 AM 5/1/97 -0700, you wrote:
>Tony Schwartz wrote:
>> Cool.... Not to be too pushy... But, any idea how long that might be??
>> It appears that it would simply require an SQL change.. I did some testing
>> and I see that the top SQL statement is generated currently. If the WHERE
>> statement was changed by adding the Password into the query as in the AFTER
>> query it will provide only the one that matches and will have no need to
>> search through the output.
>>
>> Can you put that into the code or do you see another potential problem with
>> it?

Yuck.... Anyway that I can help in the process?

Tony

>
>Well, its not QUITE that easy. In a CHAP scenario, we don't know the
>password,
>and must exncrypt each one and test it. Therefore we need each password
>out of
>the database.
>
>What it really should do is just stop once its found a match, rather
>than
>continue going through the rest.