使用 Java 检查 LDAP 上的用户

发布于 2024-12-09 04:25:33 字数 34 浏览 3 评论 0原文

我可以用Java通过IP地址检查登录LDap的用户吗?

Can I check a user logged on LDap by his ip address with Java?

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

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

发布评论

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

评论(1

娇柔作态 2024-12-16 04:25:33

如果您使用 UnboundID Directory Server,可以创建密码策略跟踪上次登录时间和上次登录 IP 地址。这些值作为属性值呈现,管理员可以在其中定义属性类型(名称)。

更新:有一个新的博客条目 包含有关获取上次登录 IP 地址和上次登录时间的信息。

If you're using the UnboundID Directory Server, a password policy can be created to track the last logon time and last logon IP address. These values are presented as attribute values where the administrator can define the attribute type (name).

Update: There is a new blog entry with information about getting the last logon IP address and last logon time.

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