freeradius crashes while using PAM

2003-09-09 Thread Christophe Dupre
Searching the archives, I saw a mail about a similar problem back in June, but no follow-up... So, here's my problem. I'm running freeradius 0.9.1 (upgraded this morning) on a Solaris 9 machine. Authentication local users works great using rlm_unix, but now we'd like to use LDAP auth through PA

Re: freeradius crashes while using PAM

2003-09-09 Thread Chris Parker
At 03:16 PM 9/9/2003, Christophe Dupre wrote: Searching the archives, I saw a mail about a similar problem back in June, but no follow-up... So, here's my problem. I'm running freeradius 0.9.1 (upgraded this morning) on a Solaris 9 machine. Authentication local users works great using rlm_unix,

Re: freeradius crashes while using PAM

2003-09-09 Thread Christophe Dupre
That's my last resort option - I really like the idea of pam - configure it once, then if/when authentication source changes, only one place needs to be updated. If there are memory leaks, they must not be that big because I've never noticed any pam-using executable getting that big. Chris Par

Re: freeradius crashes while using PAM

2003-09-09 Thread Christophe Dupre
The other reason is that I wasn't able to get freeradius to compile against Sun's LDAP libraries. I *think* freeradius expects openldap-specific implementation details. Chris Parker wrote: At 03:16 PM 9/9/2003, Christophe Dupre wrote: Searching the archives, I saw a mail about a similar proble

Re: freeradius crashes while using PAM

2003-09-10 Thread Alan DeKok
Christophe Dupre <[EMAIL PROTECTED]> wrote: > If there are memory leaks, they must not be that big because I've never > noticed any pam-using executable getting that big. Most PAM programs don't stay around for too long, and most don't do thousands to millions of PAM requests. On many platfo