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

/macosx-10.9.5/pam_modules-138/common/
H A DCommon.c331 od_record_attribute_create_cfstring(ODRecordRef record, CFStringRef attrib, CFStringRef *out) function
410 retval = od_record_attribute_create_cfstring(record, attrib, &val);
412 openpam_log(PAM_LOG_DEBUG, "od_record_attribute_create_cfstring() failed");
482 retval = od_record_attribute_create_cfstring(record, kODAttributeTypeAuthenticationAuthority, &authauth);
484 openpam_log(PAM_LOG_DEBUG, "od_record_attribute_create_cfstring() failed");
519 retval = od_record_attribute_create_cfstring(record, kODAttributeTypeNFSHomeDirectory, &tmp);
521 openpam_log(PAM_LOG_DEBUG, "od_record_attribute_create_cfstring() failed");
569 retval = od_record_attribute_create_cfstring(record, kODAttributeTypeUserShell, &cfstr);
571 openpam_log(PAM_LOG_DEBUG, "od_record_attribute_create_cfstring() failed");
607 retval = od_record_attribute_create_cfstring(recor
[all...]

Completed in 69 milliseconds