Sha256: 5a17f0dd54020d66db0b05bae851d3498938e32a6bd4e2f43a3c8e719913789f

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

= PassiveLDAP
ActiveRecord and LDAP interoperability support library. It is called
PassiveLDAP, because the programmer has to define which attributes
s/he will need, and what their type is. After that however the library works
as an active way by mapping objects between ruby/rails and the LDAP
server.

The library is currently used internally in an Active Directory environment, but should
work using other LDAP servers too. The User class is a real-life example based on this environment.

Homepage: http://passiveldap.sztupy.hu
Copyright: (C) 2008 by Zsolt Sz. Sztupák

== LICENCE NOTES
Please read the LICENCE[link:files/LICENCE.html] and COPYING[link:files/COPYING.html] files for licensing restrictions on this library. In
the simplest terms, this library is available under the same terms as Ruby itself.

== Requirements
Requires Net::LDAP (0.0.4), ActiveRecord (2.0.2) and ActiveSupport (2.0.2)

== Documentation
Check PassiveLDAP for documentation and the User class for an example use.

== TODO
See ChangeLog[link:files/ChangeLog.html]

== Tests
To run them check their readme[link:files/tests/README.html]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
passiveldap-0.1 README