Searched defs:DN (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_krbcontainer.h42 char *DN; member in struct:_krb5_ldap_krbcontainer_params
H A Dldap_principal.c262 char *user=NULL, *DN=NULL, *strval[10] = {NULL}; local
287 ((st=krb5_get_userdn(context, &entries, &(DN))) != 0))
290 if (DN == NULL) {
292 krb5_set_error_message(context, st, gettext("DN information missing"));
299 st = ldap_delete_ext_s(ld, DN, NULL, NULL);
348 if ((st=checkattributevalue(ld, DN, "objectclass", attrvalues, &amask)) != 0)
362 st=ldap_modify_ext_s(ld, DN, mods, NULL, NULL);
373 if (DN)
374 free (DN);
H A Dldap_misc.c700 char *DN=NULL, **DNarr=NULL; local
752 DN = malloc (sublen + 1);
753 if (DN == NULL)
755 memcpy(DN, curr, sublen);
756 DN[sublen] = 0;
757 *data = DN;
1816 /* 1 = return DN components without type prefix */
1978 char *DN = NULL; local
2004 if ((DN = ldap_get_dn(ld, ent)) == NULL) {
2022 /* add principalcount, DN an
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java313 // Get cert for input DN
338 // Get cert for input DN
377 /* derive DN from alias */
378 String DN = cert.getSubjectDN().toString();
380 // escape DN
382 e_DN = ServiceLocationAttribute.escapeAttributeString(DN, false);
385 e_DN = DN;
387 DN = e_DN;
401 answer.put(DN, new Integer(ibsd));
1018 * by DN
1020 getCert(String DN, KeyStore ks) argument
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dnldaputils.c93 #define DN "dn" macro
654 /* Get DN for how info */
656 val = __ns_ldap_getAttr(entry, DN);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c378 * OUTPUT: DN, error
383 char *** DN,
501 *DN = dns;
512 * OUTPUT: DN, error
516 char *** DN,
541 *DN = dns;
1920 * Prepend automountMapName=auto_xxx to the DN
2228 * format, this function makes no such assumption. If the DN
382 __s_api_getDNs( char *** DN, const char *service, ns_ldap_error_t ** error) argument
515 __s_api_get_search_DNs_v1( char *** DN, const char *service, ns_ldap_error_t ** error) argument
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h435 #define DN 5 macro

Completed in 90 milliseconds