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

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_parse.c244 * other than the objectDN).
246 * If objectDN is NULL, we will never use this structure.
248 * objectDN != NULL, skip the mapping (even if x == t).
250 for (o = to = t->objectDN; o != 0; o = o->next) {
274 x->objectDN = o;
279 * If x->objectDN->write.base is NULL, clone it from
280 * x->objectDN->read.base.
282 if (x->objectDN->write.scope != LDAP_SCOPE_UNKNOWN) {
283 if (x->objectDN->write.base == 0 &&
284 x->objectDN
[all...]
H A Dnis_parse_ldap_yp_util.c89 mapping->objectDN = NULL;
262 if (!out->objectDN && in->objectDN) {
263 out->objectDN = (__nis_object_dn_t *)
265 if (!out->objectDN)
267 if (copy_object_dn(in->objectDN, out->objectDN)) {
268 free_object_dn(out->objectDN);
269 out->objectDN = NULL;
428 * as necessary. Also adds dummy objectDN inf
[all...]
H A Dldap_op.h63 __nis_object_dn_t *objectDN);
H A Dldap_map.c622 if (t->objectDN->delDisp == dd_perDbId) {
632 del.numRulesToLDAP = del.objectDN->numDbIds;
633 del.ruleToLDAP = del.objectDN->dbId;
643 } else if (t->objectDN->delDisp == dd_always) {
647 } else if (t->objectDN->delDisp == dd_never) {
655 myself, t->objectDN->delDisp,
1019 delPerDbId = (tpa[i]->objectDN->delDisp == dd_perDbId);
1034 tpa[i]->objectDN->write.attrs,
1040 tpa[i]->objectDN->write.attrs, 0);
1276 if (x->objectDN
[all...]
H A Dnis_parse_ldap_util.c296 if (mapping->objectDN != NULL)
297 free_object_dn(mapping->objectDN);
298 mapping->objectDN = NULL;
741 __nis_object_dn_t *objectDN; local
814 if (t->objectDN == NULL) {
827 objectDN = t->objectDN;
828 while (objectDN != NULL) {
829 if (objectDN->dbIdName != NULL) {
830 s = objectDN
[all...]
H A Dldap_op.c170 * t->objectDN->read; otherwise, from t->objectDN->write.
187 __nis_object_dn_t *objectDN = NULL; local
193 objectDN = t->objectDN;
195 objectDN = obj_dn;
202 base = objectDN->read.base;
203 filter = makeFilter(objectDN->read.attrs);
205 base = objectDN->write.base;
206 filter = makeFilter(objectDN
[all...]
H A Dldap_parse.h571 * objectDN Location in the LDAP DB
636 * <see __nis_object_dn_t example>, objectDN
664 __nis_object_dn_t *objectDN; member in struct:__anon3617
H A Dldap_ruleval.c634 t->objectDN->write.base : t->objectDN->read.base;
692 t->objectDN->write.base,
696 t->objectDN, dn, numDN);
749 t->objectDN->write.scope !=
755 t->objectDN->write.base, &rval->val[j],
H A Dldap_nisdbquery.c701 if (t == 0 || t->objectDN == 0 || rv == 0)
705 __nisdb_get_tsd()->searchBase = t->objectDN->read.base;
745 t->objectDN->write.base,
749 t->objectDN, dn, numDN);
H A Dnis_parse_ldap_map.c98 __nis_object_dn_t *objectDN; local
307 if (t_mapping->objectDN != NULL) {
311 objectDN = parse_object_dn(s, attrib_end);
312 if (objectDN == NULL)
314 t_mapping->objectDN = objectDN;
799 * objectDN *( ";" objectDN )
800 * objectDN = readObjectSpec [":"[writeObjectSpec]]
H A Dldap_print.c287 for (o = t->objectDN; o != 0; o = o->next) {
H A Ddb_table.cc782 __nis_object_dn_t *odn = mapping.tm->objectDN;
788 * mapping objectDN.
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c595 __nis_object_dn_t *objectDN = NULL; local
735 for (objectDN = t->objectDN;
736 objectDN && objectDN->read.base;
737 objectDN = objectDN->next) {
739 objectDN)) == 0) {
746 objectDN->read.base);
774 objectDN
[all...]
H A Ddit_access_utils.c659 __nisdb_get_tsd()->searchBase = t->objectDN->read.base;
1012 __nis_object_dn_t *objectDN = NULL; local
1077 for (objectDN = t->objectDN; objectDN &&
1078 objectDN->read.base;
1079 objectDN = objectDN->next) {
1081 objectDN);
1090 objectDN
[all...]
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c152 static NSL_RESULT _checkPrinterDNExists(LDAP *ld, uchar_t *objectDN);
171 uchar_t *objectDN, char ***list);
712 * char *objectDN - DN to search for
720 _checkPrinterDNExists(LDAP *ld, uchar_t *objectDN) argument
731 if ((ld != NULL) && (objectDN != NULL))
735 sresult = ldap_search_s(ld, (char *)objectDN, LDAP_SCOPE_BASE,
2079 * char *objectDN - DN to search for
2088 _getCurrentKVPValues(LDAP *ld, uchar_t *objectDN, char ***list) argument
2103 if ((list != NULL) && (ld != NULL) && (objectDN != NULL))
2107 sresult = ldap_search_s(ld, (char *)objectDN, LDAP_SCOPE_BAS
[all...]

Completed in 114 milliseconds