Hi, can I disable or delete a user using the command line in Pritunl Server?
I need that command because I will integrate with the user on LDAP, so when disabling the LDAP user, the user on pritunl vpn also disable using cli.
Hi, can I disable or delete a user using the command line in Pritunl Server?
I need that command because I will integrate with the user on LDAP, so when disabling the LDAP user, the user on pritunl vpn also disable using cli.
There’s no CLI option for removing users.
You can implement this kind of functionality using any programming language by your choice if you follow this guidance - API Access
I have managed to build custom API server in python on top of this API access functionalities that basically help me to reach my server/s in a program fashion