Massive cleanups on http frontend aspects

This commit is contained in:
2023-10-25 23:49:47 +02:00
parent b934270d14
commit 3d5fa80fc9
11 changed files with 412 additions and 114 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>IpaSSO</title>
</head>
<body>
<li>
<a href="/login/krb5">KRB login</a>
<a href="/env">Dump environment</a>
<a href="/env/krb5">Dump GSSAPI environment</a>
</li>
</body>
</html>