USR02 表中的字段
请提示字段 PWDCHGDATE 和 BCDA1 有什么区别; PWDLGNDATE 和 TRDAT 表 USR02 ?
Prompt please what the difference between fields PWDCHGDATE and BCDA1; PWDLGNDATE and TRDAT table USR02 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来自 RSUSR200 程序:
同一程序检查 BCDA1 和 PWDCHGDATE 字段以了解最后一次密码更改。
看来6.0以后有变化了。在此之前,仅使用bcda1,而现在则区分了用户类型。
问候
纪尧姆
from the RSUSR200 program :
The same program check both field BCDA1 and PWDCHGDATE for the last password change.
It seems that there is a change from 6.0. Before that, bcda1 was solely used, whereas now there is a distinction between user type.
regards
Guillaume
看起来 bcda1 适用于不需要更改密码的用户(技术用户),而 pwdchgdate 用于策略。例如,如果您有规定必须每 30 天更改一次密码。
it looks like that bcda1 is for users that doesn't need to change their password (technical suers) and pwdchgdate is used for the policies. for example if you have a policy that you must change your password every 30 days.