
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Ruby/ActiveLdap -- ruby library for object-oriented LDAP interction Copyright (C) 2004-2006 Will Drewry will@alum.bu.edu, Kouhei Sutou kou@cozmixng.org Contributors:
DESCRIPTION 'Ruby/ActiveLdap' is a ruby extension library which provides a clean objected oriented interface to the Ruby/LDAP[0] library. It was inspired by ActivRecord[2]. This is not nearly as clean or as flexible as ActiveRecord, but it is still trivial to define new objects and manipulate them with minimal difficulty.
For example and usage - read the rdoc in doc/ from lib/activeldap.rb. It is also available on the web at:
http://ruby-activeldap.rubyforge.org/
PREREQUISITES
NOTES
INSTALL
RAILS
There is a small rails plugin included that allows the use of a file named 'ldap.yml' in the config directory of your rails app. This file has a similar function to the 'database.yml' file that allows you to set your database connection settings per environment. Similarly, the ldap.yml file allows settings to be set for development, test, and production environments. For instance, the development entry would look something like the following:
development:
host: 127.0.0.1
port: 389
base: dc=localhost
bind_dn: cn=admin,dc=localhost
password: secret
To install, simply copy the rails/plugin/active_ldap folder into the vendor/plugins directory of your rails application and create config/ldap.yml. When your application starts up, the plugin will call #establish_connection using the parameters specified for your current environment.
LICENCE
This program is free software; you can redistribute it and/or modify it. It is dual licensed under Ruby's license and under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
Please see the file LICENSE for the terms of the licence.
REFERENCES
[0] - http://ruby-ldap.sourceforge.net [1] - http://www.ruby-lang.org [2] - http://activerecord.rubyonrails.org [3] - http://caliban.org/files/redhat/RPMS/i386/ruby-ldap-0.8.2-4.i386.rpm [4] - http://log4r.sourceforge.net/
THANKS
This list may not be correct. If you notice mistakes of this list, please point out.
FAQs
Unknown package
We found that ruby-activeldap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.