我目前正在使用以下(网络)应用程序,它们都需要用户名/密码:
- apache2
- 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?
发布评论
评论(1)
如果值得为五个用户设置这五个系统,那么添加 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.