(void *)APR_OFFSETOF(authnz_external_dir_config_rec, authncheck),
OR_AUTHCFG,
"Set to 'off' if group authenticator should skip checking whether "
- "user is validly authenticated"),
+ "user is validly authenticated"),
{ NULL }
};
/* If no authenticated user, pass */
if ( !user ) return AUTHZ_DENIED_NO_USER;
}else{
- /* Prevent crash due to missing user */
- if ( !user ) r->user = "";
- }
+ /* Prevent crash due to missing user */
+ if ( !user ) r->user = "";
+ }
/* If no external authenticator has been configured, pass */
if ( !extname ) return AUTHZ_DENIED;
/* If no authenticated user, pass */
if ( !user ) return AUTHZ_DENIED_NO_USER;
}else{
- /* Prevent crash due to missing user */
- if ( !user ) r->user = "";
- }
+ /* Prevent crash due to missing user */
+ if ( !user ) r->user = "";
+ }
/* If no external authenticator has been configured, pass */
if ( !extname ) return AUTHZ_DENIED;