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

  /src/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/
lastbind.c 49 int forward_updates; /* use frontend for authTimestamp updates */ member in struct:lastbind_info
77 (void *)offsetof(lastbind_info,forward_updates),
195 * If this server is a shadow and forward_updates is true,
201 if ( SLAP_SHADOW( op->o_bd ) && lbi->forward_updates ) {
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
ppolicy.c 66 int forward_updates; /* use frontend for policy state updates */ member in struct:pp_info
472 (void *)offsetof(pp_info,forward_updates),
1878 /* If this server is a shadow and forward_updates is true,
1884 if ( SLAP_SHADOW( op->o_bd ) && pi->forward_updates ) {

Completed in 18 milliseconds