sshproxy-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sshproxy-dev] Changes to sshproxy/SSHproxy/pwdb/simple.py


From: Pierre-Yves Rofes
Subject: [sshproxy-dev] Changes to sshproxy/SSHproxy/pwdb/simple.py
Date: Fri, 23 Sep 2005 11:35:48 -0400

Index: sshproxy/SSHproxy/pwdb/simple.py
diff -u sshproxy/SSHproxy/pwdb/simple.py:1.1 
sshproxy/SSHproxy/pwdb/simple.py:1.2
--- sshproxy/SSHproxy/pwdb/simple.py:1.1        Thu Jul 21 09:43:36 2005
+++ sshproxy/SSHproxy/pwdb/simple.py    Fri Sep 23 15:35:45 2005
@@ -91,4 +91,8 @@
     def list_sites(self):
         return self.sites.keys()
 
+    def is_allowed(self, user, passwd):
+        return true
 
+    def can_connect(self, user, site):
+        return true




reply via email to

[Prev in Thread] Current Thread [Next in Thread]