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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dbind.c140 CFDictionaryRef poldict = odusers_copy_effectiveuserpoldict(&op->o_req_ndn); local
141 if(!poldict) {
148 if(odusers_isdisabled(poldict)) {
150 CFRelease(poldict);
156 odusers_successful_auth(&op->o_req_ndn, poldict);
157 CFRelease(poldict);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dsasl.c1855 CFDictionaryRef poldict = odusers_copy_effectiveuserpoldict(&op->o_conn->c_sasl_dn); local
1856 if(!poldict) {
1865 int disableReason = odusers_isdisabled(poldict);
1868 CFRelease(poldict);
1884 odusers_successful_auth(&op->o_conn->c_sasl_dn, poldict);
1886 CFRelease(poldict);
H A Dapplehelpers.c1793 CFMutableDictionaryRef poldict = CopyPolicyToDict(polattr->a_vals[0].bv_val, polattr->a_vals[0].bv_len); local
1794 if(!poldict) {
1801 CFNumberRef newPasswordRequired = CFDictionaryGetValue(poldict, CFSTR("newPasswordRequired"));
1807 CFDictionarySetValue(poldict, CFSTR("newPasswordRequired"), newPasswordRequired);
1809 berdict = odusers_copy_dict2bv(poldict);
1828 CFRelease(poldict);

Completed in 109 milliseconds