EURETHRA!

This commit is contained in:
Vasco
2026-04-25 19:11:44 +01:00
parent eb5a014949
commit ebc05382b3
2 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
source VM_CONFIG.sh
sudo yum install -y epel-release
sudo yum install -y openssl httpd mod_ssl mod_authnz_pam google-authenticator
sudo yum install -y openssl httpd mod_ssl mod_authnz_pam mod_authnz_pam google-authenticator
sudo yum install -y mod_session
if_dentro="enp0s8"
ip_dentro="10.60.0.1"

View File

@@ -12,12 +12,12 @@
<form action="/dologin" method="POST">
<label for="username">Username</label>
<input type="text" id="username" name="username" placeholder="username">
<input type="text" id="username" name="httpd_username" placeholder="username">
<br>
<label for="password">UNIX Password (password + 6 digit TOTP)</label>
<input type="password" id="password" placeholder="password + TOTP" required>
<input type="password" id="password" name="httpd_password" placeholder="password + TOTP" required>
<button type="submit">Login</button>
</form>