Hi Experts
I would like to know if SAP ERP ABAP only system can be authenticated by LDAP user information(not SSO or Copy password from LDAP).
LDAP server has all of authentication data and every other systems use LDAP authentication.
For that reason we would not like to have the password information on SAP ERP.
And we are using shared PCs, for that any time we would like to input the UserID and Password via SAP GUI.
Sample procedure I would like to do is as follow.
1. User input UserID/Password via SAP GUI
2. ERP send authentication information(ID/Password) to LDAP server
3. LDAP server try to verify credential using user information on LDAP DB.
4. If authentication is succeed, LDAP return to autoraization success respons to ERP
5. Then users can logon to ERP system.
Regards