How to return a LDAP handle through PAM

Greg Dehart GDehart at novell.com
Mon Sep 26 17:41:57 UTC 2005


I am trying to write a pam module that can authenticate a user using
LDAP and then return that authenticated LDAP handle back to the calling
application.  I can't find any away to pass information, other than
text, between the application and the module.

Is there a way to pass name=value pairs that are not text between the
module and the application?  Can the void *appdata_ptr in the
conversation structure be used to pass this information?

Any help on this would be greatly appreciated.

Thanks,
Greg




More information about the Pam-list mailing list