Allow loading additional configuration files per user or per group.

The directives currently allowed are: ipv4/6_dns and route.
This commit is contained in:
Nikos Mavrogiannopoulos
2013-10-28 09:38:40 +01:00
parent 99e7978f99
commit 00554b2f28
18 changed files with 555 additions and 60 deletions

View File

@@ -169,6 +169,12 @@ output-buffer = 10
route = 192.168.1.0/255.255.255.0
#route = 192.168.5.0/255.255.255.0
# Configuration files that will be applied per user connection or
# per group. Each file name on these directories must match the username
# or the groupname.
config-per-user = /etc/ocserv/config-per-user/
config-per-group = /etc/ocserv/config-per-group/
#
# The following options are for (experimental) AnyConnect client
# compatibility.