0

I am trying to modify accounts in LDAP(ODSEE) from SailPoint. When I view the attributes of the account in LDAP using a browser, I don't see any attributes that suggest if an account is enabled or disabled.

How can I find out an attribute of an account that carries information as to whether an account is enabled/disabled, locked/unlocked?

Do I then update my provision policy in SailPoint to include these attributes and update the values to perform the operation in LDAP?

I am fairly new to this and I am stuck so any help would be immensely appreciated.

4

1 回答 1

0

传统上用于在 Oracle 中锁定帐户的属性是 nsaccountlock,ns 代表 netscape,检查此属性是否存在于您的 ldap Schema 中,否则创建它。

来源:https ://docs.oracle.com/cd/E19225-01/820-6551/bzaoe/index.html

于 2020-10-26T10:37:35.390 回答