aboutsummaryrefslogtreecommitdiffstats
path: root/conf.h
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-03-21 14:30:44 +0100
committerMarius Halden <marius.h@lden.org>2016-05-07 14:27:54 +0200
commitdab92571b0959a1f1c4805dd6d874421b262aa8c (patch)
treeafd8181cd53df4b2eb64d59094a9be92044b305c /conf.h
parenta21ce7901fd2d4f81cddcd7f5d30346d28dfc316 (diff)
Add authmode sasl
New AuthMode sasl added, when this is used all users have to authenticate with sasl.
Diffstat (limited to 'conf.h')
-rw-r--r--conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.h b/conf.h
index e504f637..3305844a 100644
--- a/conf.h
+++ b/conf.h
@@ -27,7 +27,7 @@
#define __CONF_H
typedef enum runmode { RUNMODE_DAEMON, RUNMODE_FORKDAEMON, RUNMODE_INETD } runmode_t;
-typedef enum authmode { AUTHMODE_OPEN, AUTHMODE_CLOSED, AUTHMODE_REGISTERED } authmode_t;
+typedef enum authmode { AUTHMODE_OPEN, AUTHMODE_CLOSED, AUTHMODE_REGISTERED, AUTHMODE_SASL } authmode_t;
typedef struct conf {
char *iface_in, *iface_out;