1244: crypt and nis not required in backends.py

neil.t******@gmai***** (Google Code) (Is this you? Claim this profile.)
Aug. 21, 2009
What version are you running?
1.0 on win32

What's the URL of the page containing the problem?
n/a

What steps will reproduce the problem?
1. 1.0 running OK with Standard Authentication 
2. Install python_ldap
3. Turn on LDAP authentication
4.  "No module named crypt" thrown by backends.py 
5. crypt is not required in this module, comment out import crypt in backends.py 
6. "No module named nis" thrown by backends.py
7. nis is not required in this module, comment out import nis in 
backends.py
8. ldap and RB now seem to work OK

What is the expected output? What do you see instead?


What operating system are you using? What browser?
Win32

Please provide any additional information below.
See http://groups.google.com/group/reviewboard/browse_thread/thread/c7dee253005
90ff5# 
for forum discussion
chipx86
#1 chipx86
  • +Confirmed
  • -Priority-Medium
    +Priority-High
    +Milestone-Release1.0.x
    +OpSys-Windows
    +Component-Accounts
david
#2 david
Fixed in trunk as r2104 and 1.0.x as r2105. Thanks!
  • -Confirmed
    +Fixed