Hello,

Is there a functional difference between the following:

<AuthBy SQL>
        ...
        AuthSelect select PASSWORD from SUBSCRIBERS where USERNAME='%n'
        AuthColumnDef 0, User-Password, check
</AuthBy>

and this:

<AuthBy SQL>
        ...
        AuthSelect select PASSWORD from SUBSCRIBERS where USERNAME='%n'
        AuthColumnDef 0, Encrypted-Password, check
</AuthBy>

when the result of the select returns '{crypt}crypted_password' ? In other
workds, I can use either AuthBy and it should work right?

Thanks,

Viraj.

PGP signature

Reply via email to