博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Oracle EBS密码安全
阅读量:6072 次
发布时间:2019-06-20

本文共 2855 字,大约阅读时间需要 9 分钟。

Signon Password Failure Limit

The Signon Password Failure Limit profile option determines the maximum number of
login attempts before the user's account is disabled.
Users cannot see or update this profile option.
The internal name for this profile option is SIGNON_PASSWORD_FAILURE_LIMIT.
Signon Password Hard to Guess
The Signon Password Hard to Guess profile option sets rules for choosing passwords
to ensure that they will be "hard to guess." A password is considered hard-to-guess
if it follows these rules:
. The password contains at least one letter and at least one number.
. The password does not contain the username.
. The password does not contain repeating characters.
Users can see but not update this profile option.
The internal name for this profile option is SIGNON_PASSWORD_HARD_TO_GUESS.
Signon Password Length
Signon Password Length sets the minimum length of an Applications signon password.
If no value is entered the minimum length defaults to 5.
Users can see but not update this profile option.
The internal name for this profile option is SIGNON_PASSWORD_LENGTH.
Signon Password No Reuse
This profile option specifies the number of days that a user must wait before being
allowed to reuse a password.
Users can see but not update this profile option.
The internal name for this profile option is SIGNON_PASSWORD_NO_REUSE.
Signon Password Case
This profile option is not available from the beginning.
With 11i.ATG_PF.H RUP3  comes the system profile 'Password Case Option'
After 11i.ATG_PF.H.RUP4  this system profile option was renamed to  'Signon Password Case'.
There are two settings: 'Sensitive' and 'Insensitive'.
The default is 'Insensitive'.
Setting this profile option to 'Sensitive' will make the password case sensitive.
'Mixed' is no longer supported.

 

Profile                                  Default          Recommendation

Signon Password Failure Limit     None           3 (attempts)

Signon Password Hard to Guess   No               Yes
Signon Password Length               5                   7 (characters)
Signon Password No Reuse          None            180 (days)
Signon Password Custom              None            See Note Below
Password Case Option                   Null              Sensitive

 

These profiles should only be set at Site level.
They can be set at other levels, such as User or Responsibility.
However, when logging in there is no User context, so if a User is prompted to
change their password at login, the profiles are only evaluated at site level.
Once logged in and resetting passwords using Preferences->Change Password,
or the Security ->User->Define form these other levels will have effect and will confuse the issue.
So these profiles should only be set at Site level, for consistent enforcement.

In the Define User screen we can set the Password Expiration to either

• Days (see example),
• Accesses (the number of logins) or
• None.

Combining the profile options with the Password Expiration will give you a robust password policy for Oracle E-Business Suite.

转载地址:http://jwigx.baihongyu.com/

你可能感兴趣的文章
linux中init.d文件夹的说明
查看>>
【转】关于FILE **file
查看>>
spring boot DAO之Hibernate
查看>>
logstash初体验
查看>>
Python之基础篇(二)
查看>>
备用:三大连接池的参数说明(转)
查看>>
PHP学习笔记——入门篇(1)——语法&变量
查看>>
>xx.hbm.xml的一些简单配置
查看>>
scp和rsync的实际应用
查看>>
10.this关键字
查看>>
数据发送qstring问题
查看>>
回顾cocos2dx 开发(象棋)
查看>>
[Java] 异常处理
查看>>
Git中撤销提交
查看>>
工作与生活之平衡(3)远离开车带给我们的压力
查看>>
在CentOS 6.5 上 使用redhat RDO packstack安装 openstack icehouse
查看>>
Python基本语法
查看>>
常用服务协议端口
查看>>
MYSQL分库分表总结
查看>>
网络协议复习一本通A
查看>>