-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hello !
I'm not able to login to the web portal by using admin / admin
Log says :
2026/02/13 11:44:05 admin is logged in from: 10.x.x.x
Is this message from radius server or from web gui itself ?
Below is my radius conf.
-----------------
[radius]
ListenAddress = "0.0.0.0:1812"
Secret = "ChangeMeStrong" # must match your firewall RADIUS secret
Authentication_Mode = "only_otp" # safe while LDAP is not configured
[web]
ListenHTTP = "0.0.0.0:8080"
ListenHTTPS = "0.0.0.0:8081"
RedirectToHTTPS = false # avoid redirect loop while testing
Typo is intentional: upstream uses "Isuuer" in examples/code
Isuuer = "PHSK" # issuer text shown in authenticator apps
EnableRestApi = false
Apikey = "test"
[database]
server = "db"
port = "5432"
username = "postgres"
password = "dbpassword"
dbname = "postgres"
sslmode = "disable"
timezone = "UTC"
MaxOpenConns = 20
MaxIdleConns = 20
ConnMaxLifetimeInMiuntes = 5
[ldap]
Leave LDAP out until base web works; misconfig here can crash startup
ldapServers = ["127.0.0.1"]
basedn = ""
port = 389