From 9d6a78f7f4852c12e61f9e2800c2dec06b0fbf66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 22 Apr 2010 20:55:27 +0200 Subject: [PATCH] Add ldap_authenticatable to README. --- README.rdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rdoc b/README.rdoc index 3b41d7a2..7d8ade68 100644 --- a/README.rdoc +++ b/README.rdoc @@ -273,6 +273,8 @@ Devise also has extensions created by the community: * http://github.com/joshk/devise_imapable adds support for imap based authentication, excellent for internal apps when an LDAP server isn't available. +* http://github.com/cschiewek/devise_ldap_authenticatable adds support for LDAP authentication via simple bind. + Please consult their respective documentation for more information and requirements. == TODO