Yaroslav Shepilov
Yaroslav Shepilov
Hi @adripalu Regarding 1 and 2: how do you run script server? Do you just ssh and then run launcher from a command line? Could it be related? https://www.reddit.com/r/docker/comments/r53hsh/docker_goes_to_sleep_as_soon_as_i_quit_the_ssh/ Regarding...
> 3) I tried to wget/curl http://ip_erver/index.html and it doesn't work, but it works with http://0.0.0.0:5000/ (default conf.json, no address specified). Did you specify the port? `http://ip_erver/index.html` it's not here...
Run it as a python for simplicity And use default conf
Just to double check: are you sure, that your server keeps running after you close ssh? What kind of the server do you have?
> Anyway, the problem to the server ip still remain, infact i can connect only to localhost. to double-check, is `ifconfig` showing the same IP, as you are trying to...
Hi @jayjensen thanks for the suggestions! Do users know their uids? They can also use the full dn to login, potentially.
I see, thanks! Do you want/can create a PR for it? :)
My main concern with this approach is that we would need to store "admin" (or global user search access) password in script server config. Would it be fine?
It's not about group membership. Script server would need to connect to a LDAP server, in order to perform the following steps: - use the bind-dn to search for the...
Hi @jayjensen thanks for your PR! I liked it, but wanted to do slightly different configuration structure and use this opportunity to refactor LdapAuthenticator class. I also wanted to test...