Home
last modified time | relevance | path

Searched refs:LDAP_SCOPE_UNKNOWN (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/lib/libnisdb/
H A Dldap_parse.h50 #ifndef LDAP_SCOPE_UNKNOWN
51 #define LDAP_SCOPE_UNKNOWN 0xFF macro
H A Dldap_ldap.c118 if (def == 0 || def->read.scope == LDAP_SCOPE_UNKNOWN || in lookupLDAP()
258 if (item->searchSpec.triple.scope == LDAP_SCOPE_UNKNOWN) { in storeLDAP()
267 if (defDN != 0 && defDN->write.scope == LDAP_SCOPE_UNKNOWN) { in storeLDAP()
H A Dldap_parse.c282 if (x->objectDN->write.scope != LDAP_SCOPE_UNKNOWN) { in linked2hash()
595 if (x->objectDN->read.scope != LDAP_SCOPE_UNKNOWN) in getObjMapping()
597 if (x->objectDN->write.scope != LDAP_SCOPE_UNKNOWN) in getObjMapping()
H A Dldap_map.c1279 LDAP_SCOPE_UNKNOWN) in selectTableMapping()
1283 LDAP_SCOPE_UNKNOWN) in selectTableMapping()
1312 if (x->objectDN->write.scope == LDAP_SCOPE_UNKNOWN) in selectTableMapping()
1315 if (x->objectDN->read.scope == LDAP_SCOPE_UNKNOWN) in selectTableMapping()
H A Ddb_table.cc789 if (odn->read.scope != LDAP_SCOPE_UNKNOWN) in configure()
791 if (odn->write.scope != LDAP_SCOPE_UNKNOWN) in configure()
H A Dldap_ruleval.c690 LDAP_SCOPE_UNKNOWN && in addLdapRuleValue()
756 LDAP_SCOPE_UNKNOWN) { in addLdapRuleValue()
H A Dnis_parse_ldap_yp_util.c1328 tmp_map->objectDN->write.scope = LDAP_SCOPE_UNKNOWN; in append_domainContext()
H A Dldap_val.c563 if (item->searchSpec.triple.scope == LDAP_SCOPE_UNKNOWN) { in getMappingItemVal()
1208 if (s == 0 || s->scope == LDAP_SCOPE_UNKNOWN) { in getSearchTriple()
H A Dnis_parse_ldap_map.c832 next->write.scope = LDAP_SCOPE_UNKNOWN; in parse_object_dn()
1797 item->searchSpec.triple.scope = LDAP_SCOPE_UNKNOWN; in get_mapping_item()
H A Dnis_parse_ldap_util.c897 if (objectDN->write.scope != LDAP_SCOPE_UNKNOWN) { in finish_parse()
/titanic_41/usr/src/cmd/ldap/common/
H A Dldaptest.c823 printf( "\n\t scope: %s\n", ludp->lud_scope == LDAP_SCOPE_UNKNOWN ? "DEFAULT (base)" : in main()