On Mon, 28 Jul 2003, Alban Dani wrote:

>
> thanks to Alan for the tip.
>
>
> I can see that the prefix is being striped now however the pap module
> still tells me that the "Password don't match"
>
> rlm_pap: Using password "LrmnH//xO8fdaTV3SX3iHEretqloHy1gSBagcg==" for
> user adani authentication.
> rlm_pap: Using SHA1 encryption.
> rlm_pap: Passwords don't match
>
> As can be seen I am using
>
> pap {
>         #               encryption_scheme = clear
>                 encryption_scheme = sha1
>         }
>
>
> with the thought of matching the SSHA scheme used on the LDAP.
> By the way we are using Sun LDAP / iPlanet.
>
> Where is my mistake?

I don't thinh that SSHA and SHA1 are the same. The first one means salted SHA1.
Also i think your password is base64 encoded so you should first decode it to
use it for authentication. You should be much better if you just used the ldap
module in authentication instead of the pap module.

>
> If anybody has gone through freeradius and Sun LDAP I would greatly
> appreciate an input.
>
> Thanks,
>
> Alban
>
>
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
>

--
Kostas Kalevras         Network Operations Center
[EMAIL PROTECTED]       National Technical University of Athens, Greece
Work Phone:             +30 210 7721861
'Go back to the shadow' Gandalf

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to