Lotus Notes Encryption

Peter Lambrechtsen plambrechtsen at gmail.com
Thu Aug 19 05:23:59 CEST 2010


On Thu, Aug 19, 2010 at 2:51 PM, rrperez <rrperez at apc.edu.ph> wrote:

>
> Thanks for the response Alan and Stefan, I also figure out it now that it
> is
> somewhat impossible.
>
> I might test my last theoretical solution, that is to make LDAP as the
> primary directory and also I'll keep on searching the net for any other
> ways
> to make this close to possible. :-)
>

I think you're approaching this wrong.

As per your trace you are trying to do a PAP authentication.

If you uncomment "ldap" in the authorize and authenticate sections and make
sure PAP is commented out.  Then you should be fine.

authorize {
        ldap
}

authenticate {
           ldap
}

Since the Auth-Type is coming through as "PAP" then it's not going to work,
get that to be LDAP and then FreeRadius will do a simple bind to the LDAP
store using the cleartext username and password and it should be fine.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20100819/12d71909/attachment.html>


More information about the Freeradius-Users mailing list