Lines Matching refs:pam_rhost
1307 errno_t sdap_access_rhost(struct ldb_message *user_entry, char *pam_rhost)
1322 /* If pam_rhost is NULL do not perform any checks */
1323 if (pam_rhost == NULL) {
1325 "pam_rhost is NULL, no rhost check is possible\n");
1329 /* When the access is local we get empty string as pam_rhost
1333 if (pam_rhost[0] == '\0') {
1335 "pam_rhost is empty, possible local access, "
1353 && strcasecmp(pam_rhost, be_rhost_rule+1) == 0) {
1357 pam_rhost, be_rhost_rule);
1360 } else if (strcasecmp(pam_rhost, be_rhost_rule) == 0) {
1364 pam_rhost, be_rhost_rule);
1372 "Access from [%s] granted by [*]\n", pam_rhost);