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

  /src/external/bsd/openldap/dist/servers/slapd/
backend.c 1103 slap_mask_t exopflag = 0; local
1168 exopflag = SLAP_RESTRICT_EXOP_START_TLS;
1173 exopflag = SLAP_RESTRICT_EXOP_WHOAMI;
1178 exopflag = SLAP_RESTRICT_EXOP_CANCEL;
1183 exopflag = SLAP_RESTRICT_EXOP_MODIFY_PASSWD;
1395 || ( exopflag && ( restrictops & exopflag ) )
1399 } else if ( restrictops & exopflag ) {

Completed in 14 milliseconds