Question
Oriental Bank
CA
Last activity: 26 Jul 2017 15:23 EDT
LDAP configure to talk to External server
I configured AuthenticationLDAP activity in my PRCustom service, Able to authenticate always if an operator Id is created in pega.
If this activity tries to create operator if not found in Pega, throws an error in step 3 where its trying to Obj-Open .pyUserIdentifier. below error is thrown ?
Unable to open an instance using the given inputs: pxObjClass = "Data-Admin-Operator-ID", pyUserIdentifier = "<user id from my ldap system>"
is there any thing i need to explicitly change mappings ? for my organization defaults pls suggest
Hi,
Hi,
When generating/mapping operator-id records it expects the property values of org ,div, and unit. Please go through this activity LDAPVerifyCredentials in class Code-Security.
This activity looks for the operator in PRPC, if not found it creates one using the Model operator specified in the Organization Unit.
In case you don't have any model operator then you might need to make use of the ApplicationProfileSetUp Activity to do create initial profile of the operator.
Hope this helps.
Thank You.