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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest026-dn33 echo "Testing slapd DN parsing..."
68 DN="OU=Sales+CN=J. Smith,DC=example,DC=net"
69 echo "Searching database for DN=\"$DN\"..."
70 echo "# Searching database for DN=\"$DN\"..." >> $SEARCHOUT
72 "(member=$DN)" >> $SEARCHOUT 2>&1
81 DN="testUUID=597ae2f6-16a6-1027-98f4-ABCDEFabcdef,DC=Example"
82 echo "Searching database for entryUUID-named DN=\"$DN\"
[all...]
H A Dtest032-chain155 DN="cn=Mark Elliot,ou=Alumni Association,ou=People,$BASEDN"
156 echo "Comparing \"$DN\" on port $P..."
157 $LDAPCOMPARE -h $LOCALHOST -p $P "$DN" "cn:Mark Elliot" \
167 DN="ou=Other,$BASEDN"
168 echo "Comparing \"$DN\" on port $P with manageDSAit control..."
169 $LDAPCOMPARE -h $LOCALHOST -p $P -M "$DN" "ou:Other" \
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DDebugInfo.cpp327 const MDNode *DN = D; local
328 const Value *V = cast_or_null<Value>(DN);
347 const MDNode *DN = D; local
348 const Value *V = cast_or_null<Value>(DN);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsasl.c310 /* Find our DN and conn first */
475 /* Find our DN and conn first */
786 /* Find our DN and conn first */
888 /* Convert a SASL authcid or authzid into a DN. Store the DN in an
2119 /* Take any sort of identity string and return a DN with the "dn:" prefix. The
2215 LDAPRDN DN[ 5 ]; local
2221 DN[ irdn ] = RDNs[ irdn ];
2231 DN[ irdn ] = RDNs[ irdn ];
2242 DN[ ird
[all...]
H A Ddn.c40 * The DN syntax-related functions take advantage of the dn representation
44 * malization/"pretty"ing are done on newly created DN structural represen-
45 * tations; however the idea is to move towards DN handling in structural
1039 * We can assume the input is a prettied or normalized DN
1078 * input is a pretty or normalized DN
1090 LDAPRDN *RDN, **DN[ 2 ] = { &RDN, NULL };
1120 rc = LDAPDN_validate( DN );
1296 * Convert an X.509 DN into a normalized LDAP DN
1313 * Get the TLS session's peer's DN int
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dtestdb_metadata.sql81 -- entries mapping: each entry must appear in this table, with a unique DN rooted at the database naming context
83 -- dn the DN of the entry, in "pretty" form
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/pgsql/
H A Dtestdb_metadata.sql60 -- entries mapping: each entry must appear in this table, with a unique DN rooted at the database naming context
62 -- dn the DN of the entry, in "pretty" form
/macosx-10.10.1/ksh-23/ksh/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
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_oncore.c190 int DN; member in struct:Bl
2515 instance->Bl.DN = tow/57600L + 1;
2532 day_now = instance->Bl.DN;
2584 "dt_ls = %d dt_lsf = %d WN = %d DN = %d WN_lsf = %d DNlsf = %d wn_flg = %d lsf_flg = %d Bl_day = %d",
2586 instance->Bl.WN, instance->Bl.DN,
H A Drefclock_ripencc.c147 WN_t, WN_LSF, DN, delta_t_LSF; member in struct:__anon11327
2354 utcinfo->DN = bGetShort (&buf4[35]);
3461 pbuf += sprintf(pbuf, "\n DN = %d ", dn );
3727 pbuf += sprintf(pbuf, "\n DN = %d ", utc->DN );
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-42-identity.c710 unsigned char DN[] = { local
727 issuer = CFDataCreate(kCFAllocatorDefault, DN, DN_len);
/macosx-10.10.1/llvmCore-3425.0.34/lib/TableGen/
H A DRecord.cpp1649 RecordVal DN("NAME", StringRecTy::get(), 0);
1650 addValue(DN);

Completed in 213 milliseconds