From dab92571b0959a1f1c4805dd6d874421b262aa8c Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Mon, 21 Mar 2016 14:30:44 +0100 Subject: Add authmode sasl New AuthMode sasl added, when this is used all users have to authenticate with sasl. --- conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.h') 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; -- cgit v1.2.3