[ocserv/epel7] disabled auto-select-group by default

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Fri Aug 1 15:39:38 UTC 2014


commit e03b30d1f03686aaf9004f8ed57fb000aa72d386
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Fri Aug 1 15:32:51 2014 +0200

    disabled auto-select-group by default

 ocserv.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ocserv.conf b/ocserv.conf
index 835273c..44872d5 100644
--- a/ocserv.conf
+++ b/ocserv.conf
@@ -282,12 +282,12 @@ route = 192.168.1.0/255.255.255.0
 
 # The name of the group that if selected it would allow to use
 # the assigned by default group.
-default-select-group = DEFAULT
+#default-select-group = DEFAULT
 
 # Instead of specifying manually all the allowed groups, you may instruct
 # ocserv to scan all available groups and include the full list. That
 # option is only functional on plain authentication.
-auto-select-group = true
+#auto-select-group = true
 
 # The system command to use to setup a route. %R will be replaced with the
 # route/mask and %D with the (tun) device.


More information about the scm-commits mailing list