如何推出我自己的简单用户身份验证“数据库”?针对不同的服务

发布于 2024-10-18 07:06:18 字数 307 浏览 6 评论 0 原文

我目前正在使用以下(网络)应用程序,它们都需要用户名/密码:

  • apa​​che2
  • django
  • dokuwiki
  • bugzilla
  • NIS

我遇到的问题是,我目前需要为每个前面提到的应用程序提供单独的用户名/密码。我考虑使用 OpenLDAP 来统一所有内容,但对于我的 5 个用户设置来说,这有点过分了。 有没有一种简单的方法来获得类似文本文件的内容,其中包含所有用户名和密码?密码并且可以用于所有上述应用程序?或者我必须使用“真正的”大型身份验证系统吗?

I'm currently using the following (web) applications that all need a username / password:

  • apache2
  • django
  • dokuwiki
  • bugzilla
  • NIS

The problem I have is, that I currently need separate usernames / passwords for each of them formerly mentioned apps. I looked into unifying everything by using OpenLDAP, but for my 5 user setup this is an overkill.
Is there a simple way of having something like a text file, which contains all usernames & passwords and that can be used for all above mentioned apps? Or do I have to use a 'real' big authentication system?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

硪扪都還晓 2024-10-25 07:06:18

如果值得为五个用户设置这五个系统,那么添加 LDAP 的额外步骤可能也值得。

也许你可以在 Apache 级别做一些事情作为替代方案。

If it is worth setting up those five systems for five users, it is probably worth the extra step of adding in LDAP.

Maybe you could do something at the Apache level as an alternative.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文