获取 AIX 5 上的用户安全属性
有没有办法通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 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.