Searched refs:DN (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_krbcontainer.c56 if (cparams->DN)
57 krb5_xfree(cparams->DN);
97 &cparams->DN)) != 0) {
106 if (cparams->DN == NULL) {
109 NULL, &cparams->DN)) != 0) {
122 if (cparams->DN == NULL) {
129 if (cparams->DN != NULL) {
133 LDAP_SEARCH_1(cparams->DN, LDAP_SCOPE_BASE, "(objectclass=krbContainer)", policyrefattribute, IGNORE_STATUS);
151 if ((cparams->DN == NULL) || (st == LDAP_NO_SUCH_OBJECT)) {
159 &(cparams->DN), NUL
[all...]
H A Dldap_krbcontainer.h41 char *DN; member in struct:_krb5_ldap_krbcontainer_params
H A Dldap_principal.c251 char *user=NULL, *DN=NULL, *strval[10] = {NULL}; local
275 ((st=krb5_get_userdn(context, &entries, &(DN))) != 0))
278 if (DN == NULL) {
280 krb5_set_error_message(context, st, gettext("DN information missing"));
287 st = ldap_delete_ext_s(ld, DN, NULL, NULL);
336 if ((st=checkattributevalue(ld, DN, "objectclass", attrvalues, &amask)) != 0)
350 st=ldap_modify_ext_s(ld, DN, mods, NULL, NULL);
361 if (DN)
362 free (DN);
H A Dldap_create.c267 &kparams.DN)) != 0) {
271 if (kparams.DN == NULL) {
275 NULL, &kparams.DN)) != 0) {
282 ((kparams.DN != NULL) ? &kparams : NULL));
373 ((kparams.DN != NULL) ? &kparams : NULL));
379 if (kparams.DN != NULL)
380 krb5_xfree(kparams.DN);
H A Dldap_service_rights.c290 || (ldap_context->krbcontainer->DN == NULL)) {
365 ldap_context->krbcontainer->DN,
378 asprintf(&realmdn,"cn=%s,%s", realmname, ldap_context->krbcontainer->DN);
574 || (ldap_context->krbcontainer->DN == NULL)) {
612 asprintf(&realmdn,"cn=%s,%s", realmname, ldap_context->krbcontainer->DN);
H A Dldap_realm.c180 /* get the kerberos container DN information */
192 LDAP_SEARCH(ldap_context->krbcontainer->DN,
801 if (krbcontparams != NULL && krbcontparams->DN != NULL) {
802 kerberoscontdn = krbcontparams->DN;
822 krb5_set_error_message(context, st, gettext("Invalid Kerberos container DN"));
921 if (krbcontparams != NULL && krbcontparams->DN != NULL) {
922 kerberoscontdn = krbcontparams->DN;
976 ldap_context->krbcontainer->DN == NULL ||
1004 ldap_context->krbcontainer->DN) < 0)
1212 ldap_context->krbcontainer->DN
[all...]
H A Dldap_misc.c694 char *DN=NULL, **DNarr=NULL; local
745 DN = malloc (sublen + 1);
746 if (DN == NULL)
748 memcpy(DN, curr, sublen);
749 DN[sublen] = 0;
750 *data = DN;
1711 /* 1 = return DN components without type prefix */
1866 char *DN = NULL; local
1893 if ((DN = ldap_get_dn(ld, ent)) == NULL) {
1911 /* add principalcount, DN an
[all...]
/osnet-11/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...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dfe.h239 char *DN; member in struct:_fe_entry
314 * explode DN into an attributes array
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_common.c458 * OUTPUT: DN, error
463 char *** DN,
581 *DN = dns;
592 * OUTPUT: DN, error
596 char *** DN,
621 *DN = dns;
2037 * Prepend automountMapName=auto_xxx to the DN
2345 * format, this function makes no such assumption. If the DN
462 __s_api_getDNs( char *** DN, const char *service, ns_ldap_error_t ** error) argument
595 __s_api_get_search_DNs_v1( char *** DN, const char *service, ns_ldap_error_t ** error) argument
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh132 2 Base DN to setup : $LDAP_BASEDN$SUFFIX_INFO$DB_INFO
156 Sorry, suffix ${LDAP_SUFFIX} is not suitable for Base DN ${LDAP_BASEDN}
202 No valid suffixes (naming contexts) were found for LDAP base DN:
218 HELP - Our Base DN is ${LDAP_BASEDN}
220 which can be equal to Base DN itself or be any of Base DN parents.
303 at the base DN for the given service, or "sub", which would specify
304 the search will be performed through *all* levels below the base DN
314 is configured, you will also be prompted to enter a bind DN
429 used to override the default search base DN, th
[all...]

Completed in 45 milliseconds