【发布时间】:2010-09-28 04:46:40
【问题描述】:
假设我对 Kerberos 了解不多 - 只是基础知识。
我有……
- Debian Linux 2.6 网络服务器
- 阿帕奇 2.2
- mod_auth_kerb/5.3
- PHP/5.2
- 阿帕奇 2.2
- 一个(工作的)Kerberos 领域
- Windows 客户端
- 火狐3
- 在 MIT Network Identity Manager 中的登录身份“user@EXAMPLE.COM”
如何在 PHP 脚本中使用此信息,以便在访问者拥有类似的 kerberos 票证时无需登录网站?我不希望 Apache 处理身份验证。我需要找出哪个用户正在通过 PHP 访问该站点。
这可能吗?如果是:如何?
到目前为止我发现了什么:我必须"enable" the domain in Firefox。
不过就是这样……
【问题讨论】:
-
使用 Kerberos V 管理服务器会不会很聪明?
标签: php apache2 single-sign-on kerberos