Issue 1: String case match bug between available_methods var and validate_password() method
Status:  Fixed
Owner:
Closed:  May 2008
Reported by allen.gooch@gmail.com, May 6, 2008
What steps will reproduce the problem?
1. Configure ldap or smb authentication methods in dev.cfg
2. Attempt to logon
3. bam. stack track indicates local 'ok' variable on line 236 is unbound.

What is the expected output? What do you see instead?
This problem appears to be one due to mixed case usage in the 'ldap' and
'smb' methods.  I fixed this problem by changing the case of these methods
when appended to available_methods on lines 48 and 54.

What version of the product are you using? On what operating system?
TG 1.0.4 on Python 2.5 on WinXPsp2

Please provide any additional information below.

 
May 6, 2008
Project Member #1 kskuhl...@gmail.com
Thanks for the bug report!  I don't know how I missed this in my previous commit.  
Fixed in r17.

-ken
Status: Fixed
Owner: kskuhlman
Labels: -Priority-Medium Priority-Critical