forked from DGNum/infrastructure
fix(k-radius): Use correct groups
This commit is contained in:
parent
f82e0f0435
commit
84892acd2d
1 changed files with 2 additions and 2 deletions
|
@ -29,11 +29,11 @@
|
|||
# A mapping between Kanidm groups and VLANS
|
||||
radius_groups = [
|
||||
{
|
||||
spn = "dgnum_members@idm.example.com";
|
||||
spn = "dgnum_members@sso.dgnum.eu";
|
||||
vlan = 1;
|
||||
}
|
||||
{
|
||||
spn = "dgnum_clients@idm.example.com";
|
||||
spn = "dgnum_clients@sso.dgnum.eu";
|
||||
vlan = 2;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue