Require net/ldap.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8907 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-02-19 15:04:10 +00:00
parent d7f0919277
commit 97075c85e8
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require 'iconv'
require 'net/ldap'
class AuthSourceLdap < AuthSource
validates_presence_of :host, :port, :attr_login