HomeSort by: relevance | last modified time | path
    Searched refs:translucent (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/openldap/dist/tests/data/regressions/its10248/
slapd-local.conf 1 # stand-alone slapd config -- for testing (with translucent overlay)
32 #translucentmod#moduleload translucent.la
43 suffix "ou=sub,o=translucent"
44 rootdn "ou=sub,o=translucent"
55 suffix "o=translucent"
56 rootdn "o=translucent"
65 overlay translucent
70 # added by the translucent overlay sets it off for the underlying database;
74 acl-bind binddn="uid=binder,o=translucent" credentials="bindtest"
its10248 17 echo " Searching a translucent overlay with subordinate backend."
27 if test $TRANSLUCENT = translucentno ; then
28 echo "Translucent Proxy overlay not available, test skipped"
33 echo "Translucent Proxy overlay requires back-ldap backend, test skipped"
145 $LDAPADD -D "ou=sub,o=translucent" -H $URI2 -w $PASSWD \
147 dn: ou=sub,o=translucent
152 dn: ou=users,ou=sub,o=translucent
166 $LDAPADD -D "ou=sub,o=translucent" -H $URI2 -w $PASSWD \
179 $LDAPSEARCH -H $URI2 -b "o=translucent" "uid=subuser" > $SEARCHOUT 2>&1
  /src/external/bsd/openldap/dist/tests/data/
slapd-translucent-local.conf 1 # stand-alone slapd config -- for testing (with translucent overlay)
32 #translucentmod#moduleload translucent.la
41 suffix "o=translucent"
42 rootdn "o=translucent"
49 overlay translucent
54 # added by the translucent overlay sets it off for the underlying database;
58 acl-bind binddn="uid=binder,o=translucent" credentials="bindtest"
  /src/external/bsd/openldap/dist/tests/scripts/
test034-translucent 23 if test $TRANSLUCENT = translucentno ; then
24 echo "Translucent Proxy overlay not available, test skipped"
29 echo "Translucent Proxy overlay requires back-ldap backend, test skipped"
113 echo "Testing slapd Translucent Proxy operations..."
194 $TESTOUT 2>&1 'uid=fred,ou=users,o=translucent' 'uid=someguy'
207 dn: olcOverlay={0}translucent,olcDatabase={$DBIX}$BACKEND,cn=config
256 "uid=danger,ou=users,o=translucent" "carLicense:LIVID"
268 "uid=binder,o=translucent" "businessCategory:binder-test-user"
280 "uid=danger,ou=users,o=translucent" "businessCategory:invalid-test-value"
292 "uid=binder,o=translucent" "businessCategory:invalid-test-value
    [all...]
defines.sh 63 TRANSLUCENT=${AC_translucent-translucentno}
159 TRANSLUCENTLOCALCONF=$DATADIR/slapd-translucent-local.conf
160 TRANSLUCENTREMOTECONF=$DATADIR/slapd-translucent-remote.conf
337 LDIFTRANSLUCENTDATA=$DATADIR/test-translucent-data.ldif
338 LDIFTRANSLUCENTCONFIG=$DATADIR/test-translucent-config.ldif
339 LDIFTRANSLUCENTADD=$DATADIR/test-translucent-add.ldif
340 LDIFTRANSLUCENTMERGED=$DATADIR/test-translucent-merged.ldif
368 TRANSLUCENTROOT="o=translucent"
369 TRANSLUCENTUSER="ou=users,o=translucent"
370 TRANSLUCENTDN="uid=binder,o=translucent"
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
translucent.c 1 /* $NetBSD: translucent.c,v 1.4 2025/09/05 21:16:32 christos Exp $ */
3 /* translucent.c - translucent proxy module */
25 __RCSID("$NetBSD: translucent.c,v 1.4 2025/09/05 21:16:32 christos Exp $");
112 "DESC 'Translucent configuration' "
120 "DESC 'Translucent target database configuration' "
248 static slap_overinst translucent; variable
1362 Debug( LDAP_DEBUG_CONFIG, "translucent: unable to open captive back-ldap\n" );
1396 "translucent: bi_db_open() returned error %d\n", rc );
1474 translucent.on_bi.bi_type = "translucent"
    [all...]
  /src/external/bsd/openldap/dist/tests/
run.in 63 AC_translucent=translucent@BUILD_TRANSLUCENT@
  /src/external/bsd/openldap/dist/
configure 1641 --enable-translucent Translucent Proxy overlay no|yes|mod [no]
4233 translucent \
4772 # OpenLDAP --enable-translucent
4774 # Check whether --enable-translucent was given.
4785 as_fn_error $? "bad value $enableval for --enable-translucent" "$LINENO" 5
4793 # end --enable-translucent
26615 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS translucent.la"
26618 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS translucent.o"

Completed in 59 milliseconds