LDAP search uses Ruby/LDAP not Net::LDAP syntax
Reported by Thadd Selden | December 1st, 2008 @ 09:36 AM
The switch over to Net::LDAP wasn't complete. The search function should be like this instead:
@@ ldap.search({:base => AppConfig.ldap_admin_group_dn, :filter => AppConfig.ldap_admin_group_type}) do |entry| @@
Comments and changes to this ticket
-
Thadd Selden December 1st, 2008 @ 09:37 AM
Code should be (correctly formatted)
ldap.search({:base => AppConfig.ldap_admin_group_dn, :filter => AppConfig.ldap_admin_group_type}) do |entry|
-
Thadd Selden December 1st, 2008 @ 09:40 AM
- Tag set to defect
- State changed from new to resolved
Fixed.
-
Thadd Selden December 1st, 2008 @ 03:00 PM
- Assigned user set to Thadd Selden
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
AJAX chat with LDAP or OpenID logins and custom notification keywords.