Lines Matching defs:allop
1 /* $NetBSD: allop.c,v 1.4 2025/09/05 21:16:15 christos Exp $ */
3 /* allop.c - returns all operational attributes when appropriate */
25 * that do not make use of the RFC3673 allOp ("+") in the requested
30 overlay allop
31 allop-URI <ldapURI>
34 * if the allop-URI is not given, the rootDSE, i.e. "ldap:///??base",
39 __RCSID("$NetBSD: allop.c,v 1.4 2025/09/05 21:16:15 christos Exp $");
76 if ( strcasecmp( argv[ 0 ], "allop-uri" ) == 0 ) {
86 "in \"allop-uri <ldapURI>\" "
246 static slap_overinst allop;
251 allop.on_bi.bi_type = "allop";
253 allop.on_bi.bi_flags = SLAPO_BFLAG_SINGLE;
254 allop.on_bi.bi_db_config = allop_db_config;
255 allop.on_bi.bi_db_destroy = allop_db_destroy;
257 allop.on_bi.bi_op_search = allop_op_search;
259 return overlay_register( &allop );