文件名称:mokey:FreeIPA自助帐户管理门户
文件大小:1.15MB
文件格式:ZIP
更新时间:2024-03-08 05:39:19
password-manager freeipa self-service Go
FreeIPA自助帐户管理工具 什么是mokey? mokey是Web应用程序,为提供自助用户帐户管理工具。 该项目的动机是实施FreeIPA中缺少的自助服务帐户创建和密码重置功能。 FreeIPA默认不提供此功能,有关更多信息和此决定的依据,请参见。 mokey不是FreeIPA插件,而是使用FreeIPA JSON API的完整独立应用程序。 mokey不需要更改基础LDAP模式,并使用MariaDB数据库存储访问令牌。 可以自定义用户体验和Web界面以适合组织外观的要求。 mokey用Go编写,并在经过修改的BSD许可证下发布。 有关屏幕截图, 项目状态 Mokey应该被视为Alpha版软件,使用风险自负。 提供自助密码重置等功能存在固有的安全风险,并且可能使您的系统容易受到滥用。 特征 帐号注册 忘记/更改密码 添加/删除SSH公钥 添加/删除TOTP令牌 启用/禁用两因素身份验
【文件预览】:
mokey-master
----.gitignore(25B)
----go.mod(2KB)
----templates()
--------new-ssh-pubkey.html(1KB)
--------otp-info.html(981B)
--------401.html(216B)
--------layout.html(4KB)
--------email()
--------signup.html(5KB)
--------reset-password.html(2KB)
--------ssh-pubkey.html(3KB)
--------apikey-show.html(566B)
--------forgot-password.html(2KB)
--------2fa.html(3KB)
--------static()
--------login.html(2KB)
--------setup-account.html(761B)
--------verify-totp.html(2KB)
--------consent.html(1KB)
--------change-password.html(2KB)
--------index.html(816B)
--------apikey.html(5KB)
--------globus-signup.html(658B)
--------otp-tokens.html(7KB)
--------500.html(296B)
--------login-oauth.html(1KB)
--------404.html(225B)
----server()
--------signup.go(7KB)
--------auth.go(4KB)
--------cpw.go(2KB)
--------template.go(2KB)
--------server.go(5KB)
--------sshpubkey.go(4KB)
--------captcha.go(1KB)
--------hydra.go(13KB)
--------handler.go(6KB)
--------const.go(431B)
--------account.go(7KB)
--------globus.go(9KB)
--------otp.go(5KB)
--------middleware.go(4KB)
--------apikey.go(3KB)
----model()
--------token_test.go(2KB)
--------db_test.go(390B)
--------apikey_test.go(2KB)
--------token.go(3KB)
--------apikey.go(3KB)
--------db.go(1KB)
----LICENSE(1KB)
----go.sum(55KB)
----util()
--------passwd.go(1KB)
--------qrcode.go(478B)
--------util.go(483B)
--------pgp.go(7KB)
--------passwd_test.go(624B)
----mokey.spec(4KB)
----tools()
--------accounts.go(2KB)
----examples()
--------mokey-oidc()
----main.go(3KB)
----ddl()
--------upgrade-to-v0.0.6.sql(470B)
--------schema.sql(874B)
----scripts()
--------make-release.sh(567B)
----ChangeLog.rst(3KB)
----README.rst(10KB)
----NOTICE(1KB)
----AUTHORS.rst(263B)
----docs()
--------mokey-logo.png(364KB)
--------mokey-screenshot-home.png(33KB)
--------mokey-screenshot-login.png(17KB)
----mokey.yaml.sample(10KB)