Joomla Version: 3.
I used the LDAP plugin to authenticate users. After a successful login, I want to set the user profile fields (default profile for Joomla).
I edited the LDAP plugin code (plugins \ authentication \ ldap \ ldap.php) to populate the $ response object with user information with Active Domain Server. Now, how to use the $ response object to populate user profile fields.
source share