mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2026-06-19 11:12:39 +02:00
feat: support for cert based authentication
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
map $ssl_client_s_dn $allow_group_main {
|
||||
default "";
|
||||
~CN=Sheppy2 true;
|
||||
~CN=Kathi true;
|
||||
}
|
||||
|
||||
map $ssl_client_s_dn $allow_group_ths {
|
||||
default "";
|
||||
~OU=THS true;
|
||||
}
|
||||
Reference in New Issue
Block a user