tags 462926 pending
thanks

The issue with this is in the following line. This will be fixed in the
next upstream release.

FAILED_ENTRY_REGEX7 = re.compile(r"""User (?P<user>.*) not allowed because not 
listed in AllowUsers""")

This line should be:

FAILED_ENTRY_REGEX7 = re.compile(r"""User (?P<user>.*) from (?P<host>.*) not 
allowed because not listed in AllowUsers""")

I will include this patch in the next uploaded package

Thanks
-
Kyle Willmon



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to