Home
last modified time | relevance | path

Searched refs:DN (Results 1 – 25 of 31) sorted by relevance

12

/titanic_53/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_krbcontainer.c57 if (cparams->DN) in krb5_ldap_free_krbcontainer_params()
58 krb5_xfree(cparams->DN); in krb5_ldap_free_krbcontainer_params()
98 &cparams->DN)) != 0) { in krb5_ldap_read_krbcontainer_params()
106 if (cparams->DN == NULL) { in krb5_ldap_read_krbcontainer_params()
109 NULL, &cparams->DN)) != 0) { in krb5_ldap_read_krbcontainer_params()
121 if (cparams->DN == NULL) { in krb5_ldap_read_krbcontainer_params()
128 if (cparams->DN != NULL) { in krb5_ldap_read_krbcontainer_params()
132 …LDAP_SEARCH_1(cparams->DN, LDAP_SCOPE_BASE, "(objectclass=krbContainer)", policyrefattribute, IGNO… in krb5_ldap_read_krbcontainer_params()
150 if ((cparams->DN == NULL) || (st == LDAP_NO_SUCH_OBJECT)) { in krb5_ldap_read_krbcontainer_params()
158 &(cparams->DN), NULL)) != 0) in krb5_ldap_read_krbcontainer_params()
[all …]
H A Dldap_create.c279 &kparams.DN)) != 0) { in krb5_ldap_create()
283 if (kparams.DN == NULL) { in krb5_ldap_create()
287 NULL, &kparams.DN)) != 0) { in krb5_ldap_create()
294 ((kparams.DN != NULL) ? &kparams : NULL)); in krb5_ldap_create()
392 ((kparams.DN != NULL) ? &kparams : NULL)); in krb5_ldap_create()
398 if (kparams.DN != NULL) in krb5_ldap_create()
399 krb5_xfree(kparams.DN); in krb5_ldap_create()
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) {
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_service_rights.c315 || (ldap_context->krbcontainer->DN == NULL)) {
397 ldap_context->krbcontainer->DN,
414 strlen(ldap_context->krbcontainer->DN) + 2);
419 sprintf(realmdn,"cn=%s,%s", realmname, ldap_context->krbcontainer->DN);
661 || (ldap_context->krbcontainer->DN == NULL)) {
698 strlen(ldap_context->krbcontainer->DN) + 2);
703 sprintf(realmdn,"cn=%s,%s", realmname, ldap_context->krbcontainer->DN);
H A Dldap_krbcontainer.h42 char *DN; member
H A Dldap_realm.c193 LDAP_SEARCH(ldap_context->krbcontainer->DN,
802 if (krbcontparams != NULL && krbcontparams->DN != NULL) {
803 kerberoscontdn = krbcontparams->DN;
921 if (krbcontparams != NULL && krbcontparams->DN != NULL) { in krb5_ldap_delete_krbcontainer()
922 kerberoscontdn = krbcontparams->DN; in krb5_ldap_delete_krbcontainer()
978 ldap_context->krbcontainer->DN == NULL ||
1005 dn = malloc(strlen("cn=") + strlen(realm_name) + strlen(ldap_context->krbcontainer->DN) + 2);
1008 sprintf(dn, "cn=%s,%s", realm_name, ldap_context->krbcontainer->DN);
1217 ldap_context->krbcontainer->DN == NULL) {
1251 krbcontDN = ldap_context->krbcontainer->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;
1978 char *DN = NULL; in populate_krb5_db_entry() local
2004 if ((DN = ldap_get_dn(ld, ent)) == NULL) { in populate_krb5_db_entry()
2024 ((st=store_tl_data(&userinfo_tl_data, KDB_TL_USERDN, DN)) != 0)) in populate_krb5_db_entry()
2245 if (DN != NULL) in populate_krb5_db_entry()
[all …]
/titanic_53/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dmkast_sa133 for i in '' -DN=0 -DN=1 -DN=2 -DN=3 -DN=4 -DN=5 -DN=6 -DN=7 -DN=8
/titanic_53/usr/src/contrib/ast/src/lib/libast/features/
H A Dtvlib46 tst - -DN=1 - -DN=2 - -DN=3 - -DN=4 output{
H A Dcommon160 tst - -DN=1 - -DN=2 - -DN=3 - -DN=4 - -DN=5 - -DN=6 - -DN=7 - -DN=8 - -DN=0 output{
347 tst - -DN=1 - -DN=0 output{
H A Dfloat967 tst - -DN=1 - -DN=2 note{ _ast_fltmax_t maximum integral type }end output{
/titanic_53/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java378 String DN = cert.getSubjectDN().toString(); in getSignAs() local
382 e_DN = ServiceLocationAttribute.escapeAttributeString(DN, false); in getSignAs()
385 e_DN = DN; in getSignAs()
387 DN = e_DN; in getSignAs()
401 answer.put(DN, new Integer(ibsd)); in getSignAs()
1020 static private X509Certificate getCert(String DN, KeyStore ks)
1027 DN = ServiceLocationAttribute.unescapeAttributeString(DN, false);
1032 new Object[] {DN, e.getMessage()});
1036 cert = (X509Certificate)ks.getCertificate(DN);
1046 new Object[] {DN, e.getMessage()});
[all …]
/titanic_53/usr/src/lib/libslp/clib/
H A Dlibslp.po155 msgid "Can not get my DN: %s"
159 msgid "Can not convert DN to string: %s"
165 msgid "can not create DN structure for %s: %s"
167 msgid "can not convert DN to string: %s"
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/
H A Diffe.tst612 tst seq -DG=1 - -DN=1 - -DN=2 note{ long int type }end compile{
641 tst seq -DG=1 - -DN=1 - -DN=2 note{ long int type }end compile{
675 tst seq -DG=1 - -DN=1 - -DN=2 note{ long int type }end compile{
714 if tst -DG=1 - -DN=1 - -DN=2 note{ long int type }end compile{
749 if tst -DG=1 - -DN=1 - -DN=2 note{ long int type }end compile{
789 if tst -DG=1 - -DN=1 - -DN=2 note{ long int type }end compile{
805 if tst - -DN=1 - -DN=2 - -DN=3 note{ long int type }end compile{
831 if tst - -DN=1 - -DN=2 - -DN=3 note{ long int type }end compile{
850 if tst - -DN=1 - -DN=2 - -DN=3 note{ long int type }end compile{
870 if tst - -DN=1 - -DN=2 - -DN=3 note{ long int type }end compile{
/titanic_53/usr/src/cmd/fm/dicts/
H A DGMCA.po203 # code: GMCA-8000-DN
206 msgid "GMCA-8000-DN.type"
208 msgid "GMCA-8000-DN.severity"
210 msgid "GMCA-8000-DN.description"
212 msgid "GMCA-8000-DN.response"
214 msgid "GMCA-8000-DN.impact"
216 msgid "GMCA-8000-DN.action"
/titanic_53/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_realm.c558 &kparams.DN)) != 0) {
562 if (kparams.DN == NULL) {
566 NULL, &kparams.DN)) != 0) {
572 if (kparams.DN == NULL) {
588 kparams.DN = NULL;
590 kparams.DN = krb_location;
592 kparams.DN = NULL;
597 ((kparams.DN != NULL) ? &kparams : NULL));
H A Dkdb5_ldap_services.c314 ldap_context->krbcontainer->DN))) {
753 ldap_context->krbcontainer->DN))) {
802 ldap_context->krbcontainer->DN))) {
832 ldap_context->krbcontainer->DN))) {
/titanic_53/usr/src/lib/libsldap/common/
H A Dns_common.c383 char *** DN, in __s_api_getDNs() argument
501 *DN = dns; in __s_api_getDNs()
516 char *** DN, in __s_api_get_search_DNs_v1() argument
541 *DN = dns; in __s_api_get_search_DNs_v1()
/titanic_53/usr/src/cmd/idmap/idmapd/
H A Dnldaputils.c93 #define DN "dn" macro
656 val = __ns_ldap_getAttr(entry, DN); in idmap_nldap_lookup_batch_end()
/titanic_53/usr/src/cmd/troff/
H A Dtdef.h435 #define DN 5 macro
H A Dn3.c877 numtab[DN].val = dip->dnl; in casedi()
/titanic_53/usr/src/contrib/ast/src/lib/libast/
H A DMakefile357 do if $(CC) -DN=$N -DIS $(CCFLAGS) -o $(*:N=*.c:B:S=.exe) $(*) 2>/dev/null
359 elif $(CC) -DN=$N -DIS $(CCFLAGS) -o $(*:N=*.c:B:S=.exe) $(*) -lm 2>/dev/null
/titanic_53/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh215 HELP - The DN which stores the configuration information in LDAP.
258 HELP - The bind DN of the proxy user used to obtain configuration
291 HELP - The bind DN of the proxy user the ypserv to read or write
/titanic_53/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh131 2 Base DN to setup : $LDAP_BASEDN$SUFFIX_INFO$DB_INFO
155 Sorry, suffix ${LDAP_SUFFIX} is not suitable for Base DN ${LDAP_BASEDN}
/titanic_53/usr/src/data/hwdata/
H A Dusb.ids5874 0023 HL-5170DN series
5881 002b HL-5250DN Printer
5887 0041 HL-2250DN Laser Printer
6005 01a4 DCP-8065DN Printer
6007 01a6 MFC-8860DN Port(FaxModem)
6024 01bd MFC-8660DN
6067 020a MFC-8670DN
6070 0216 MFC-8880DN
6071 0217 MFC-8480DN
6072 0219 MFC-8380DN
[all …]

12