On Thu, Jun 23, 2016 at 11:10:57AM +0200, Lukas Slebodnik wrote:
@@ -217,6 +216,14 @@ int confdb_init_db(const char *config_file, const char *config_dir, goto done; }
- /* FIXME: Do not hardcode the path */
- ret = sss_ini_call_validators(init_data,
"/var/lib/sss/cfg_rules.ini");
Why can't we use localstatedir here instead of hardcoding /var?
- if (ret != EOK) {
DEBUG(SSSDBG_CRIT_FAILURE, "Failed to call validators\n");
/* This is not fatal, continue */
- }