]> git.llucax.com Git - software/pymin.git/commitdiff
support for proxy users auth
authorFede <fedux@linux-kt9u.site>
Sat, 6 Oct 2007 13:43:11 +0000 (10:43 -0300)
committerFede <fedux@linux-kt9u.site>
Sat, 6 Oct 2007 13:43:11 +0000 (10:43 -0300)
pymin/services/proxy/templates/users.conf [new file with mode: 0644]

diff --git a/pymin/services/proxy/templates/users.conf b/pymin/services/proxy/templates/users.conf
new file mode 100644 (file)
index 0000000..6df9e45
--- /dev/null
@@ -0,0 +1,3 @@
+% for k,v in users.items():
+${k}:${v}
+% endfor
\ No newline at end of file