Show More
@@ -87,7 +87,7 b' class LdapSettingsController(BaseControl' | |||||
87 | except (DatabaseError,): |
|
87 | except (DatabaseError,): | |
88 | raise |
|
88 | raise | |
89 | except LdapImportError: |
|
89 | except LdapImportError: | |
90 |
h.flash(_('Unable to activate ldap. The " |
|
90 | h.flash(_('Unable to activate ldap. The "python-ldap" library ' | |
91 | 'is missing.'), category='warning') |
|
91 | 'is missing.'), category='warning') | |
92 |
|
92 | |||
93 | except formencode.Invalid, errors: |
|
93 | except formencode.Invalid, errors: |
General Comments 0
You need to be logged in to leave comments.
Login now