Projet

Général

Profil

0002-applied-0006-django-1.6-LDAPUser-application-cannot-.patch

Nickolas Grigoriadis, 22 novembre 2014 06:28

Télécharger (770 octets)

Voir les différences:

Subject: [PATCH 2/7] applied
 0006-django-1.6-LDAPUser-application-cannot-be-deduced-wi.patch

License: MIT
 authentic2/backends/ldap_backend.py | 1 +
 1 file changed, 1 insertion(+)
authentic2/backends/ldap_backend.py
168 168

  
169 169
    class Meta:
170 170
        proxy = True
171
        app_label = 'authentic2'
171 172

  
172 173
    def ldap_init(self, block, dn, password, transient=False):
173 174
        self.block = block
174
-