how can I get the user name that auth by pam_ldap in C/c++? I found "pam_get_user" API, but how can I get the pam_handle_t for this function?
Thanks Dma
|
feedback
|
|
You get the handle by calling:
Check more details here. | |||
feedback
|