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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/allop/
allop.c 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; variable
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 515 int allop = 0; local
533 allop = an_find( attrs, slap_bv_all_operational_attrs );
555 if ( allop ) {

Completed in 26 milliseconds