aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.h b/conf.h
index 1ee311bd..cd600775 100644
--- a/conf.h
+++ b/conf.h
@@ -36,8 +36,10 @@ typedef struct conf {
int verbose;
runmode_t runmode;
authmode_t authmode;
+ char *auth_backend;
char *auth_pass;
char *oper_pass;
+ int allow_account_add;
char *hostname;
char *configdir;
char *plugindir;