sun*_*lec 3 apache authentication webserver kerberos httpd.conf
我们使用httpd webservers进行以下设置,如下所示:
Heres the scenario: Server A takes the request from Browser does some operations and creates a new request and sends it to Server B. User X is authenticated on Server B, but User Y is not (and it is not supposed to). Since A is creating a new request, B is thinking that Y has sent the request and so denying it. Removing Server A is not an option. How do I solve this. Can you please help?
这可以通过委托来解决:服务器A应该在向服务器B发出请求时将自己认证为用户X.
代表团:
Kerberos委托有时被称为"双跃点":http://blogs.technet.com/b/askds/archive/2008/06/13/understanding-kerberos-double-hop.aspx
Active Directory管理员可能不喜欢给予服务A委托票据的权利(即以用户X身份登录域中的任何其他服务).这就是几年前引入"约束委托"的原因.它使AD管理员能够让服务A仅作为用户X登录到服务器B.他们可以在代表服务A的activeDirectory帐户上设置它.
归档时间: |
|
查看次数: |
942 次 |
最近记录: |