获取 AIX 5 上的用户安全属性

发布于 2024-12-15 08:55:30 字数 53 浏览 0 评论 0原文

有没有办法通过 AIX 5 API 获取用户安全属性(如密码过期警告时间、密码最长期限等)?

Is there a way to get user security attibutes (like password expiration warning time, maximum age for password and so on) by AIX 5 API?

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

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

发布评论

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

评论(1

故事↓在人 2024-12-22 08:55:30

查看 getuserpw() API 以获取密码信息,并查看 getuserattr() 以获取更通用的用户信息。

请注意,您必须是相应组的成员才能访问 /etc/security 中的文件。

Look at the getuserpw() API for password information, and getuserattr() for the more generic user information.

Note that you will have to be a member of the appropriate group(s) in order to access the files in /etc/security.

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