-
Notifications
You must be signed in to change notification settings - Fork 91
Description
i install motp by docker:
docker run --name multiotp \ --restart always \ -v /multiotp/multiotp/data:/etc/multiotp \ -v /multiotp/freeradius/config:/etc/freeradius \ -v /multiotp/log/multiotp:/var/log/multiotp \ -v /multiotp/log/freeradius:/var/log/freeradius \ -p 8080:80 \ -p 8443:443 \ -p 1812:1812/udp \ -p 1813:1813/udp \ -d multiotp/multiotp-open-source
root@looper@18:01:31 ~# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 5c99985c68c3 multiotp/multiotp-open-source "/boot/newvm.sh RUND…" 3 hours ago Up About an hour 0.0.0.0:1812-1813->1812-1813/udp, :::1812-1813->1812-1813/udp, 0.0.0.0:8888->80/tcp, :::8888->80/tcp, 0.0.0.0:8443->443/tcp, :::8443->443/tcp multiotp
i can open the web-ui and check user succeeded
i set the server-secret
root@looper@18:16:22 ~# docker exec -it 5c99985c68c3 bash root@5c99985c68c3:/# multiotp -config server-secret=123456
i install multiOTPCredentialProvider
i reboot pc and check 2FA
first,i input pc‘s account and passwd
second,i input OTP。
but:
