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
|
# A mapping between Kanidm groups and VLANS
|
||||||
radius_groups = [
|
radius_groups = [
|
||||||
{
|
{
|
||||||
spn = "dgnum_members@idm.example.com";
|
spn = "dgnum_members@sso.dgnum.eu";
|
||||||
vlan = 1;
|
vlan = 1;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
spn = "dgnum_clients@idm.example.com";
|
spn = "dgnum_clients@sso.dgnum.eu";
|
||||||
vlan = 2;
|
vlan = 2;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue