My Jenkins master is an EC2 instance. I have configured LDAP user login. However, everytime I re-start my ec2 instance I am unable to login with my LDAP user.
Each time I have to go to JENKINS_HOME>config.xml and change < useSecurity >true< /useSecurity> to < useSecurity>false< /useSecurity> and re-start the Jenkins service.
Is there a way to avoid this?