2

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

1 Answers1

1

Yes, you can use socksmethod=pam.username in config and develop your own pam module.

Jinxmcg
  • 111