diff options
author | RageLtMan <rageltman [at] sempervictus> | 2022-08-24 21:36:32 -0400 |
---|---|---|
committer | RageLtMan <rageltman [at] sempervictus> | 2022-08-24 21:36:32 -0400 |
commit | e5785ff748f93b66879d8bd0393c208c6df574a9 (patch) | |
tree | 3425880f33882050ddef72ccdfce48b9fbaf5546 /data/templates/ocserv/ocserv_config.j2 | |
parent | 4a5e4cfd6c11a6eed3252744ec45638249d6d2b1 (diff) | |
download | vyos-1x-e5785ff748f93b66879d8bd0393c208c6df574a9.tar.gz vyos-1x-e5785ff748f93b66879d8bd0393c208c6df574a9.zip |
T3896: update group syntax per PR1463
Diffstat (limited to 'data/templates/ocserv/ocserv_config.j2')
-rw-r--r-- | data/templates/ocserv/ocserv_config.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/ocserv/ocserv_config.j2 b/data/templates/ocserv/ocserv_config.j2 index fef49d30f..1d105113d 100644 --- a/data/templates/ocserv/ocserv_config.j2 +++ b/data/templates/ocserv/ocserv_config.j2 @@ -93,9 +93,9 @@ split-dns = {{ tmp }} {% endfor %} {% endif %} -{% if authentication.groups is vyos_defined %} +{% if authentication.group is vyos_defined %} # Group settings -{% for grp in authentication.groups %} +{% for grp in authentication.group %} select-group = {{ grp }} {% endfor %} {% endif %}
\ No newline at end of file |