File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
src/satosa/micro_services Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
the record and assert them to the receiving SP.
6
6
"""
7
7
8
- from satosa .micro_services .base import ResponseMicroService
9
- from satosa .logging_util import satosa_logging
10
- from satosa .response import Redirect
11
- from satosa .exception import SATOSAError
12
-
13
8
import copy
14
9
import logging
15
- import ldap3
16
10
import urllib
17
11
12
+ import ldap3
18
13
from ldap3 .core .exceptions import LDAPException
19
14
15
+ from satosa .exception import SATOSAError
16
+ from satosa .logging_util import satosa_logging
17
+ from satosa .micro_services .base import ResponseMicroService
18
+ from satosa .response import Redirect
19
+
20
+
20
21
logger = logging .getLogger (__name__ )
21
22
22
23
KEY_FOUND_LDAP_RECORD = 'ldap_attribute_store_found_record'
You can’t perform that action at this time.
0 commit comments