const char *args;
/* The default caching key for this module, or NULL if caching isn't
wanted. This is updated by settings in auth_passdb. */
-#define default_cache_key cache_key /* FIXME: remove in v2.3 - for API backwards compatibility */
const char *default_cache_key;
/* Default password scheme for this module.
- If cache_key is set, must not be NULL. */
+ If default_cache_key is set, must not be NULL. */
const char *default_pass_scheme;
/* If blocking is set to TRUE, use child processes to access
this passdb. */
const char *args;
/* The default caching key for this module, or NULL if caching isn't
wanted. This is updated by settings in auth_userdb. */
-#define default_cache_key cache_key /* FIXME: remove in v2.3 - for API backwards compatibility */
const char *default_cache_key;
/* If blocking is set to TRUE, use child processes to access