christophe0001

Results 3 comments of christophe0001

Hi everyone, I'm new to the tool and since then I've been trying to add LDAP groups in script-server but I can't get the configuration done. My end goal being...

Hello, i install script server and i also have the same problem. I can't access to the admin page ( 403 error : forbidden)

I solved the problem by adding the authentication configuration. here is my conf.json file : { "port": 5000, "address": "0.0.0.0", "title": "SCRIPT-SERVER", "auth": { "type": "htpasswd", "htpasswd_path": "/root/any/path/script-server/conf/.htpasswd" }, "access":...