Kiran Cheema
Kiran Cheema
I have done a hack on the profile plugin ... profile.php there may be a better way to do this but, hopefully this might help someone short term. in the...
Hi Shaun I "think" that I had to change the #_user_profiles profile_value field to TEXT on one occasion but that may have been an older version of J, the last...
are the live and dev sites on the same server? Have you done the connection test / debug ?
I have tried 2.0.2 and 2.0.3 still happening?
Update on this issue.. Ldap-profile plugin - enabled. Sync on login yes Allow push - YES (also tried with No) Sync name - pull only Sync e-mail - pull only...
so having investigated further there is definitely an issue with the getFullname(); function in users\adapters\Ldap.php profile.php calls $adapter->getFullname(); in Function updateMandatory(); which is returning empty and not updating the jUser...
actually this change seemed to make it work, don't know if it is the right thing to do but it updates the name on cron sync .... ``` public function...
if you drop your error reporting down in the joomla system config that should stop the error showing..
quick fix is to turn off "sync on login"
factory.php needs changing 150 to $username = strtolower(JArrayHelper::getValue($user, 'username', null, 'array')[0]);