Searched refs:objectclass (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | mapping.c | 39 char *objectclass; member in struct:mapping 74 "(&(objectclass=SolarisProfAttr)(!(SolarisKernelSecurityPolicy=*))%s)" 76 "(&(objectclass=ipTnetTemplate)(!(objectclass=ipTnetHost))%s)" 77 #define OC_FILTER "objectclass=%s" 79 #define OC_FILTER2 "(&(objectclass=%s)%s)" 114 gettext("database default type objectclass\n")); 136 maplist[i].def_type, maplist[i].objectclass); 311 filterlen = strlen(maplist[PUBLICKEY].objectclass) + 13; 317 "objectclass [all...] |
H A D | idsconfig.sh | 161 Sorry, ${PROG} can't find an objectclass for "$_ATT" attribute 1236 ${LDAPSEARCH} -h ${IDS_SERVER} -p ${IDS_PORT} -b "" -s base "objectclass=*" > /dev/null 2>&1 1261 eval "${LDAPSEARCH} ${SERVER_ARGS} -b cn=monitor -s base \"objectclass=*\" version | ${GREP} \"^version=\" | cut -f2 -d'/' | cut -f1 -d' ' > ${TMPDIR}/checkDSver 2>&1" 1316 eval "${LDAPSEARCH} ${LDAP_ARGS} -b \"\" -s base \"objectclass=*\" > ${TMPDIR}/checkDN 2>&1" 1437 ${EVAL} "${LDAPSEARCH} ${LDAP_ARGS} -b \"${1}\" -s base \"objectclass=*\" ${VERB}" 1529 ${EVAL} "${LDAPSEARCH} ${LDAP_ARGS} -b \"${_P_DN}\" -s base \"objectclass=*\" > /dev/null 2>&1" 1546 ${EVAL} "${LDAPSEARCH} ${LDAP_ARGS} -b \"${_P_DN}\" -s base \"objectclass=*\" aci > ${TMPDIR}/chk_gssapi_aci 2>&1" 1590 # $1: objectclass or attributetyp 1596 ${EVAL} "${LDAPSEARCH} ${LDAP_ARGS} -b cn=schema -s base \"objectclass=*\" ${ATTR} | ${GREP} -i \"${2}\" ${VERB}" 1617 ${EVAL} "${LDAPSEARCH} ${LDAP_ARGS} -b \"\" -s base \"objectclass [all...] |
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_tkt_policy.c | 77 if ((st=krb5_add_str_mem_ldap_mod(&mods, "objectclass", LDAP_MOD_ADD, strval)) != 0) 154 if ((st=krb5_add_str_mem_ldap_mod(&mods, "objectclass", LDAP_MOD_ADD, strval)) != 0) 245 LDAP_SEARCH(policy_dn, LDAP_SCOPE_BASE, "(objectclass=krbTicketPolicy)", attributes); 426 krb5_ldap_list(context, list, objectclass, containerdn) 429 char *objectclass; 453 filterlen = strlen("(objectclass=") + strlen(objectclass) + 1 + 1; 459 snprintf(filter, (unsigned) filterlen,"(objectclass=%s)",objectclass);
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 652 filterp = "(objectclass=*)";
|
Completed in 61 milliseconds