Projet

Général

Profil

Paste
Télécharger (863 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ldap / ldap_authorization / ldap_authorization.info @ 91af538d

1
name = LDAP Authorization
2
description = Implements LDAP authorization (previously LDAP Groups)
3
package = Lightweight Directory Access Protocol
4
dependencies[] = ldap_servers
5
dependencies[] = ldap_user
6
core = 7.x
7
php = 5.4
8

    
9
files[] = LdapAuthorizationConsumerAbstract.class.php
10
files[] = LdapAuthorizationConsumer.class.php
11
files[] = LdapAuthorizationConsumerAdmin.class.php
12
files[] = ldap_authorization.install
13
files[] = ldap_authorization.module
14
files[] = ldap_authorization.admin.inc
15
files[] = ldap_authorization.admin.test.inc
16
files[] = ldap_authorization.theme.inc
17
files[] = tests/BasicTests.test
18
files[] = tests/Og2Tests.test
19
configure = admin/config/people/ldap/authorization
20

    
21
test_dependencies[] = ldap_sso:ldap_sso
22

    
23
; Information added by Drupal.org packaging script on 2021-03-29
24
version = "7.x-2.6"
25
core = "7.x"
26
project = "ldap"
27
datestamp = "1617049660"