Is there any way in Dante that I can create my own authentication script? Take this squid configuration for example:
auth_param basic program /usr/bin/python /etc/auth.py
Is there any way in Dante that I can create my own authentication script? Take this squid configuration for example:
auth_param basic program /usr/bin/python /etc/auth.py
Yes, you can use socksmethod=pam.username in config and develop your own pam module.