Degrande_Samuel <[EMAIL PROTECTED]> wrote:
> I tried to track it and found the memory leak to be IN the solaris
> pam modules. After some talks with other people, it seems that
> every pam implementation (Solaris, Linux...) suffers from memory leak, 
> and everybody tell to use a forked process to proceed the pam
> authentication. What do you think of that ?

  It's horrible.

> I could propose you a rlm_pam module which fork a new child every
> <given_number> authentication request.

  I would rather fork a seperate program via Exec-Program-Wait, which
did the PAM authentication.

> By the way, I think that there is an 'array index out of bound' bug
> in src/modules.c :

  Fixed, thanks.

  Alan DeKok.

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

Reply via email to