Searched refs:PAM_LIB_NAME (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/auth/pam/
H A DVBoxAuthPAM.c64 # define PAM_LIB_NAME "libpam.so.1" macro
66 # define PAM_LIB_NAME "libpam.so" macro
68 # define PAM_LIB_NAME "libpam.so.0" macro
168 gpvLibPam = dlopen(PAM_LIB_NAME, RTLD_LAZY | RTLD_GLOBAL);
172 debug_printf("auth_pam_init: dlopen %s failed\n", PAM_LIB_NAME);

Completed in 55 milliseconds