Home | History | Annotate | Download | only in python2.7

Lines Matching defs:proxyauth

20 # PROXYAUTH contributed by Rick Holbert <holbert.13@osu.edu> November 2002.
66 'PROXYAUTH': ('AUTH',),
595 def proxyauth(self, user):
601 (typ, [data]) = <instance>.proxyauth(user)
604 name = 'PROXYAUTH'
605 return self._simple_command('PROXYAUTH', user)