Lines Matching defs:attribute

96  * Convert attribute type in a RDN that has an attribute mapping to the
106 * Return: NULL - No attribute mapping in the RDN
107 * Non-NULL - The attribute type(s) in the RDN are mapped and
137 /* The attribute mapping is found */
154 * No attribute mapping. attrs[i] is going to be copied
163 /* No attribute mapping. Don't bother to reconstruct RDN */
204 * Convert attribute type in a DN that has an attribute mapping to the
247 * No RDN contains any attribute mapping.
365 * unnecessarily. It is also used for attribute mapping
390 * add 1 for "gecos" 1 to N attribute mapping,
403 /* DN attribute */
506 * do not remove the mapped attribute,
507 * just create a new gecos attribute
508 * and append it to the end of the attribute list
527 * 1 to N attribute mapping processing
533 * get attribute mapping for "gecos",
572 * is this attribute the 1st, 2nd, or
713 /* special processing for gecos 1 to up to 3 attribute mapping */
723 * attribute which "gecos" attribute mapped to
1039 if (cookie->attribute)
1040 __s_api_free2dArray(cookie->attribute);
1132 * objectclass or attribute mapping functions.
1142 * mapped objectclass or attribute names.
1187 * skip until the end of the attribute value
1194 * mark the end of the attribute value
1228 * or "<attribute name>=<attribute value>"
1329 * If no mapped attribute/objectclass is found
1332 * mapped attribute/objectclass
1358 "Multiple attribute or objectclass "
1513 * perform attribute/objectclass mapping on filter
2285 if (cookie->attribute) {
2286 __s_api_free2dArray(cookie->attribute);
2287 cookie->attribute = NULL;
2297 if (cookie->attribute) {
2298 __s_api_free2dArray(cookie->attribute);
2299 cookie->attribute = NULL;
2303 cookie->attribute =
2442 cookie->attribute,
3057 const char * const *attribute,
3208 cookie->i_attr = attribute;
3280 const char * const *attribute,
3292 * __ns_ldap_list_sort() with has the sort attribute.
3297 attribute, auth, mod_flags, rResult, errorp,
3314 const char * const *attribute,
3331 attribute, auth, flags, rResult, errorp, &trc, callback,
3361 const char * const *attribute,
3387 rc = ldap_list(batch, service, filter, NULL, init_filter_cb, attribute,
3593 * find the value of the nisdomain attribute associated with
3692 * find the value of the nisdomain attribute associated with
3721 const char * const *attribute,
3870 cookie->i_attr = attribute;
3924 const char * const *attribute,
3941 attribute, auth, flags, vcookie, result, errorp, userdata,
4549 * Check to see if there is a mapped attribute for auto_xxx
4555 * if no mapped attribute for auto_xxx, try automount
4563 * if no mapped attribute is found, return SUCCESS (no op)
4570 * if the mapped attribute is found and attr is not empty,
4595 * Locate the mapped attribute in the dn
4610 * If no mapped attribute is in dn,
4969 * attribute types, even through they are not allowed by the LDAPv3 RFCs.