授权 NT Group 进行 JAAS 会话?
是否可以根据 NT 组的成员资格来授权 JAAS 会话?
Is it possible to authorise JAAS sessions based on membership of NT Groups?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以根据 NT 组的成员资格来授权 JAAS 会话?
Is it possible to authorise JAAS sessions based on membership of NT Groups?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
看起来它只是用户级别的。
http://download.oracle.com/javase /6/docs/technotes/guides/security/jaas/JAASRefGuide.html
http ://download.oracle.com/javase/6/docs/jre/api/security/jaas/spec/com/sun/security/auth/module/LdapLoginModule.html
(即管理是通过策略文件 - 无法更改基于 NT 组的授权。)
It looks like it is user level only.
http://download.oracle.com/javase/6/docs/technotes/guides/security/jaas/JAASRefGuide.html
http://download.oracle.com/javase/6/docs/jre/api/security/jaas/spec/com/sun/security/auth/module/LdapLoginModule.html
(ie administration is via a policy file - not possible to change authorisation based on NT Group.)