Matteo Ipri

Results 10 comments of Matteo Ipri

I also got the same issue. Digging in the logs from nginx I found a fix and now the whole installation process comes to the correct end. In the file...

Thank you @akha666 , this solved the issue for me as well. I tried to connect from a PC running Archlinux and I was not able to connect either via...

I just skipped the first part of documentation! My bad! I found the certificates and I can confirm that connection does work with certificates and `acct = pam` commented.

@zee-shany I used the same solution: commented `acct = pam` and restarted the service with `sudo systemctl restart ocserv`; it works now!

I can confirm that also on OS X (or macOS) the `sync-exclude.lst` file is located inside the app bundle. This means it comes with the app and is replaced when...

Same for me. Everything up-to-date.

Can you tell us more about your setup? What spawner are you using? Can you post your config file? When I worked with the dummy authenticator, I remember that it...

I have no experience with the default spawner. I use a different setup with Docker containers. I use DockerSpawner and every user that logs in gets a personal container with...

You're welcome! I think you should take a look at the different spawners, too. What you want to achieve can be done in several different ways. Take a look at...

I was trying this code and I found your same bug. This is because the script is written for Python 2 and not for Python 3. We have two options:...