Search
OIM : Set xelsysadm password to never expire
- Ram
- Oct 6, 2015
- 1 min read
1) If LDAP Sync is not enabled, then Update the USR table as follows for the user 'XELSYSADM'
Update usr
set
USR_PWD_WARN_DATE=null,
USR_PWD_EXPIRE_DATE=null,
USR_PWD_NEVER_EXPIRES='1' where USR_LOGIN='XELSYSADM';
COMMIT;
2)If LDAP SYNC is enabled, and OUD is being used ot authenticte xelsysadm user, then create a new password policy in OUD where password never expires.Assign this password policy to the XELSYSADM.
Recent Posts
See AllIn one of our client's environment we have seen the following error while running ldapsearch on OUD as a service account user, who is...
コメント