• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/

Lines Matching refs:frontend

927 		"DESC 'OpenLDAP frontend configuration' "
1581 } else if ( !strcasecmp( c->argv[1], "frontend" )) {
2256 * but we now defer it to the frontend entry to allow modules
2371 /* Reset to defaults or values from frontend */
2460 /* Reset to defaults or values from frontend */
2941 notallowed = "frontend";
3748 notallowed = "frontend";
4015 Entry *frontend;
4029 /* Does the frontend exist? */
4035 STRLENOF( "olcDatabase" ), "={-1}frontend",
4036 STRLENOF( "={-1}frontend" )))
4049 sc->frontend = config_build_entry( op, rs,
4198 sc.frontend = NULL;
4213 if ( rc == LDAP_SUCCESS && sc.frontend ) {
4215 op->ora_e = sc.frontend;
4354 /* frontend sends result */
4701 if ( !strncmp( rdn.bv_val + rdn.bv_len - STRLENOF("frontend"),
4702 "frontend", STRLENOF("frontend") ))
4736 /* account for -1 frontend */
6301 rs->sr_text = "Cannot delete config or frontend database";
7268 /* Create entry for frontend database if it does not exist already */
7273 STRLENOF( "olcDatabase" ), "={-1}frontend",
7274 STRLENOF( "={-1}frontend" )) &&
7276 STRLENOF( "olcDatabase" ), "=frontend",
7277 STRLENOF( "=frontend" ))) {
7301 text->bv_val = "autocreation of \"olcDatabase={-1}frontend\" failed";
7302 text->bv_len = STRLENOF("autocreation of \"olcDatabase={-1}frontend\" failed");
7310 text->bv_val = "autocreation of \"olcDatabase={-1}frontend\" failed";
7311 text->bv_len = STRLENOF("autocreation of \"olcDatabase={-1}frontend\" failed");
7316 STRLENOF( "olcDatabase" ), "=frontend",
7317 STRLENOF( "=frontend" ) ) )
7337 /* Child entries of the frontend database, e.g. slapo-chain's back-ldap
7348 STRLENOF( "olcDatabase" ), "={-1}frontend",
7349 STRLENOF( "={-1}frontend" )) ||
7351 STRLENOF( "olcDatabase" ), "=frontend",
7352 STRLENOF( "=frontend" ))) {