projects
/
mirror
/
userdir-ldap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
ccefaf2
)
Update from samosa: Only use SSH2AuthSplit.match(), maybe it's superior?
author
joey
<>
Sat, 6 Nov 2004 15:11:32 +0000
(15:11 +0000)
committer
joey
<>
Sat, 6 Nov 2004 15:11:32 +0000
(15:11 +0000)
ud-mailgate
patch
|
blob
|
history
diff --git
a/ud-mailgate
b/ud-mailgate
index
ede45ac
..
ebb5d45
100755
(executable)
--- a/
ud-mailgate
+++ b/
ud-mailgate
@@
-161,11
+161,9
@@
def DoPosition(Str,Attrs):
# Handle an SSH authentication key, the line format is:
# [options] 1024 35 13188913666680[..] [comment]
def DoSSH(Str,Attrs):
# Handle an SSH authentication key, the line format is:
# [options] 1024 35 13188913666680[..] [comment]
def DoSSH(Str,Attrs):
- Match = SSHAuthSplit.match(Str);
+ Match = SSH
2
AuthSplit.match(Str);
if Match == None:
if Match == None:
- Match = SSH2AuthSplit.match(Str);
- if Match == None:
- return None;
+ return None;
global SeenKey;
if SeenKey:
global SeenKey;
if SeenKey: