Skip to content
This repository was archived by the owner on Jan 10, 2019. It is now read-only.

Commit befc9f4

Browse files
Merge pull request #9 from irtnog/fix-ldap-attribute-store-error
Fix typo in exception name
2 parents 630c87f + fd39e8d commit befc9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/satosa/micro_services/ldap_attribute_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def _ldap_connection_factory(self, config):
268268
except LDAPException as e:
269269
msg = "Caught exception when connecting to LDAP server: {}".format(e)
270270
satosa_logging(logger, logging.ERROR, msg, None)
271-
raise AttributeStoreError(msg)
271+
raise LdapAttributeStoreError(msg)
272272

273273
satosa_logging(logger, logging.DEBUG, "Successfully connected to LDAP server", None)
274274

0 commit comments

Comments
 (0)