1.用户ID的锁定
创新互联建站专注于企业网络营销推广、网站重做改版、安阳网站定制设计、自适应品牌网站建设、H5技术、商城网站建设、集团公司官网建设、外贸网站建设、高端网站制作、响应式网页设计等建站业务,价格优惠性价比高,为安阳等各大城市提供网站开发制作服务。
用户ID锁定是防止用户非法进入系统的简便方式,也是终止临时用户进入系统的理想方式。
通常,当用户进行不正确的登录并且超过某一特定次数时,则此用户ID会被系统自动锁定,这时需要进行用户ID的解锁工作才能恢复此用户ID的登录。
2.用户ID的解锁
用户ID一旦被锁定,如需解锁,需要填写“济南分公司ERP最终用户ID解锁申请表”(请参见附表五),并由所在单位核实后交信息中心SAP用户管理员在SAP系统中进行解锁工作,以防出现欺骗行为。
3.用户ID的管理
SAP用户管理员必须对用户ID使用状态进行定期检查,比如:检查用户ID错误登陆的次数。一旦发现可疑的用户ID或非正常的权限和操作,应立即锁定或终止相关用户ID,以防止非法用户入侵SAP系统。
4.用户密码的重设
通常,当用户忘记密码时需要重新设置用户密码 ,为了防止出现欺骗行为,用户必须填写“中国石化济南分公司ERP最终用户密码重设申请表”并由所在单位核实后交信息中心SAP用户管理员在SAP系统中进行密码重设,当系统受到安全威胁时,SAP用户管理员可以强行重设用户密码。
Login/min_password_ing : – This parameters make you to maintain the minimum length of password
Login/min_password_digits: – This makes you to maintain the number of digits to be maintain for password.
Login/min_password_letters: – This parameters makes you to maintain the number of letters, for example from a to z.
Login/min_password_lowercase: – It makes you to maintain how many lower case digits should be maintain for password.
Login/min_password_uppercase: – It makes you how many upper case digits should be maintain for password.
Login/min_password_specials: – It makes you how many special characters that to be maintain for password, for example special characters are @, _, !, etc.
Login/min_password_diff: – This parameters describes that how many character should be different for new password when compered to new password.
Login/password_expiration_time: – This parameter describes the validity period of password in terms of days.
事务:RZ10参数:login/password_history_size默认值:5——改成你想要的。
此处配置的策略为密码至少8位并包含大小写,不满足策略的,登录强制更改密码,密码有效期为120天