Hello everyone,
I have Jenkins in production and recently changed LDAP server used as authenticator. New LDAP worked fine but update email field address for all users and Jenkins did not update it in his loca files/profiles.
I research a little bit and apparently LDAP plugin should do it after a new user login. Nevertheless, I reinforced XML files with sed -i "/s/@
old.com/@new.com/g" but eventually some xml files appear with old email ( user session cache ? )
How can enable/re-enforce LDAP email updates?
Best regards