mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 13:51:35 +01:00
11 lines
177 B
Django/Jinja
11 lines
177 B
Django/Jinja
map $ssl_client_s_dn $allow_group_main {
|
|
default "";
|
|
~CN=Sheppy true;
|
|
~CN=Kathi true;
|
|
}
|
|
|
|
map $ssl_client_s_dn $allow_group_ths {
|
|
default "";
|
|
~OU=THS true;
|
|
}
|