hi, > Thanks for the info but, isn't this for sharing information between modules? right. > What I want to do is share a a pam handle between pam aware applications...like login, telnet, etc. why that? every program can ask the same questions to the same pam module and if you want to share the informations between the prog just use ipc (interprocess communication, like pipes, shared memory, etc.). sorry but i can't understand for what you need that. regards, m96. > > Drue > > -----Original Message----- > From: m96 [mailto:m96@gmx.li] > Sent: Friday, April 05, 2002 1:47 PM > To: pam-list@redhat.com > Subject: Re: pam handle sharing > > > hi, > > guess not but look at pam_set_data() and pam_get_data() at > http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam_modules-2.html#ss2.1 > > cheers, > m96. > > On Fri, 2002-04-05 at 18:55, Reeves, Drue wrote: > > Hello. > > > > Is it possbile for two PAM applications to share a PAM handle? > > > > thank you, > > > > Drue > > > > > > > > _______________________________________________ > > > > Pam-list@redhat.com > > https://listman.redhat.com/mailman/listinfo/pam-list > > > > > > > _______________________________________________ > > Pam-list@redhat.com > https://listman.redhat.com/mailman/listinfo/pam-list > > > > _______________________________________________ > > Pam-list@redhat.com > https://listman.redhat.com/mailman/listinfo/pam-list >