Skip to content

need help without Active Directory #245

@Looper0331

Description

@Looper0331

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

Image

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

Image Image Image Image

i reboot pc and check 2FA

first,i input pc‘s account and passwd
second,i input OTP。
but:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions