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

/sssd/src/sss_client/
H A Dpam_sss.c72 #define CHECK_AND_RETURN_PI_STRING(s) ((s != NULL && *s != '\0')? s : "(not available)") macro
1121 D(("Service: %s", CHECK_AND_RETURN_PI_STRING(pi->pam_service)));
1122 D(("User: %s", CHECK_AND_RETURN_PI_STRING(pi->pam_user)));
1123 D(("Tty: %s", CHECK_AND_RETURN_PI_STRING(pi->pam_tty)));
1124 D(("Ruser: %s", CHECK_AND_RETURN_PI_STRING(pi->pam_ruser)));
1125 D(("Rhost: %s", CHECK_AND_RETURN_PI_STRING(pi->pam_rhost)));
1127 CHECK_AND_RETURN_PI_STRING(pi->pamstack_authtok)));
1129 CHECK_AND_RETURN_PI_STRING(pi->pamstack_oldauthtok)));
1130 D(("Authtok: %s", CHECK_AND_RETURN_PI_STRING(pi->pam_authtok)));
1131 D(("Newauthtok: %s", CHECK_AND_RETURN_PI_STRING(p
[all...]

Completed in 1184 milliseconds