ad_opts.h revision f6cd1236c27817b97db002094b76648d92b55f82
2867N/A along with this program. If not, see <http://www.gnu.org/licenses/>.
2867N/A#ifndef AD_OPTS_H_
2867N/A#define AD_OPTS_H_
2867N/A#include "src/providers/data_provider.h"
2867N/A#include "db/sysdb_services.h"
2867N/A#include "db/sysdb_autofs.h"
2867N/A { "ldap_sudo_full_refresh_interval", DP_OPT_NUMBER, { .number = 21600 }, NULL_NUMBER }, /* 360 mins */
2867N/A { "ldap_sudo_smart_refresh_interval", DP_OPT_NUMBER, { .number = 900 }, NULL_NUMBER }, /* 15 mins */
2872N/A { "ldap_user_ad_user_account_control", "userAccountControl", SYSDB_AD_USER_ACCOUNT_CONTROL, NULL},