Hi!
I have a Rundeck instance up and running, and I'm trying to configure LDAP authentication. I've setted up the jaas-ldap.conf file and now wanted to edit the rundeckd file to add the JAAS_CONF entry, as stated in this manual:
https://docs.rundeck.com/docs/administration/security/authentication.html#ldapand as I also previously did on another instance of Rundeck that I have running on another machine, but the rundeckd file is nowhere to be found!
It's not on /etc/sysconfig/rundeckd or /etc/default/rundeckd.
I even did a command to search for it (find / -name "rundeckd") but this was the only output:
/run/lock/subsys/rundeckd
/etc/rc.d/init.d/rundeckd
How do I fix this? Do I have to download it or crate it?
Thanks for all help in advance