diff options
Diffstat (limited to 'kolab.org/www/drupal-7.15/sites/all/modules/ldap/ldap_authentication/ldap_authentication.info')
-rw-r--r-- | kolab.org/www/drupal-7.15/sites/all/modules/ldap/ldap_authentication/ldap_authentication.info | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kolab.org/www/drupal-7.15/sites/all/modules/ldap/ldap_authentication/ldap_authentication.info b/kolab.org/www/drupal-7.15/sites/all/modules/ldap/ldap_authentication/ldap_authentication.info new file mode 100644 index 0000000..76234bb --- /dev/null +++ b/kolab.org/www/drupal-7.15/sites/all/modules/ldap/ldap_authentication/ldap_authentication.info @@ -0,0 +1,22 @@ +name = LDAP Authentication +description = "Implements LDAP authentication" +package = "Lightweight Directory Access Protocol" +dependencies[] = ldap_servers +core = 7.x +configure = admin/config/people/ldap/authentication +files[] = LdapAuthenticationConf.class.php +files[] = LdapAuthenticationConfAdmin.class.php + +files[] = ldap_authentication.module +files[] = ldap_authentication.install +files[] = ldap_authentication.inc +files[] = ldap_authentication.theme.inc +files[] = ldap_authentication.admin.inc +files[] = tests/ldap_authentication.test + +; Information added by drupal.org packaging script on 2012-06-14 +version = "7.x-1.0-beta11" +core = "7.x" +project = "ldap" +datestamp = "1339643179" + |