google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

FE and Admin have LDAP dependencies #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some dependencies exist in FE and admin to ldap. This means that with 
out-of-box install or one not using ldap, you still need to install the 
python-ldap code or Yabi won't run.

Original issue reported on code.google.com by amacgregor on 24 Oct 2011 at 8:58

GoogleCodeExporter commented 9 years ago
I've worked around these for now. What we need to do is gather up all functions 
that have something to do with LDAP and put them in one place.

Original comment by amacgregor on 2 Nov 2011 at 6:12

GoogleCodeExporter commented 9 years ago
* moved most ldap code into ldap utils
* fixed views using ldap to not break if no ldap installed
* refactored ldap code somewhat

Original comment by amacgregor on 2 Mar 2012 at 7:27