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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/adremap/
Makefile 33 PROGRAMS = adremap.la
34 MANPAGES = slapo-adremap.5
54 adremap.la: adremap.lo
adremap.c 1 /* $NetBSD: adremap.c,v 1.2 2021/08/14 16:14:50 christos Exp $ */
3 /* adremap.c - Case-folding and DN-value remapping for AD proxies */
19 __RCSID("$NetBSD: adremap.c,v 1.2 2021/08/14 16:14:50 christos Exp $");
75 { "adremap-downcase", "attrs", 2, 0, 0,
82 { "adremap-dnmap", "dnattr targetattr newattr remoteOC localOC targetOC baseDN", 8, 8, 0,
631 static slap_overinst adremap; variable
637 adremap.on_bi.bi_type = "adremap";
638 adremap.on_bi.bi_flags = SLAPO_BFLAG_SINGLE;
639 adremap.on_bi.bi_db_init = adremap_db_init
    [all...]

Completed in 45 milliseconds