1 line
25 KiB
JSON
1 line
25 KiB
JSON
{"nodes": [{"id": "backend_routers_auth_py", "label": "auth.py", "file_type": "code", "source_file": "backend/routers/auth.py", "source_location": "L1"}, {"id": "auth_get_ldap_config", "label": "get_ldap_config()", "file_type": "code", "source_file": "backend/routers/auth.py", "source_location": "L26"}, {"id": "auth_authenticate_ldap", "label": "authenticate_ldap()", "file_type": "code", "source_file": "backend/routers/auth.py", "source_location": "L41"}, {"id": "auth_get_password_hash", "label": "get_password_hash()", "file_type": "code", "source_file": "backend/routers/auth.py", "source_location": "L174"}, {"id": "auth_verify_password", "label": "verify_password()", "file_type": "code", "source_file": "backend/routers/auth.py", "source_location": "L178"}, {"id": "auth_login", "label": "login()", "file_type": "code", "source_file": "backend/routers/auth.py", "source_location": "L185"}, {"id": "auth_get_ldap_settings", "label": "get_ldap_settings()", "file_type": "code", "source_file": "backend/routers/auth.py", "source_location": "L258"}, {"id": "auth_update_ldap_settings", "label": "update_ldap_settings()", "file_type": "code", "source_file": "backend/routers/auth.py", "source_location": "L264"}, {"id": "auth_test_ldap_connection", "label": "test_ldap_connection()", "file_type": "code", "source_file": "backend/routers/auth.py", "source_location": "L293"}, {"id": "auth_rationale_186", "label": "[C-01] Login endpoint: validates credentials and returns JWT Bearer token.", "file_type": "rationale", "source_file": "backend/routers/auth.py", "source_location": "L186"}, {"id": "auth_rationale_259", "label": "[C-01] Get LDAP config \u2014 admin only.", "file_type": "rationale", "source_file": "backend/routers/auth.py", "source_location": "L259"}, {"id": "auth_rationale_268", "label": "[C-01] Update LDAP config \u2014 admin only.", "file_type": "rationale", "source_file": "backend/routers/auth.py", "source_location": "L268"}], "edges": [{"source": "backend_routers_auth_py", "target": "secrets", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "fastapi", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "sqlalchemy_orm", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "slowapi", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "slowapi_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "passlib_context", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "ldap3", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "ldap3", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "ldap3_utils_conv", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "ldap3_utils_dn", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "ssl", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "socket", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "subprocess", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "backend_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "backend_config_loader_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "backend_config_manager_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "backend_logger_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "auth_get_ldap_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "auth_authenticate_ldap", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "auth_get_password_hash", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L174", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "auth_verify_password", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L178", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "auth_login", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L185", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "auth_get_ldap_settings", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L258", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "auth_update_ldap_settings", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L264", "weight": 1.0}, {"source": "backend_routers_auth_py", "target": "auth_test_ldap_connection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L293", "weight": 1.0}, {"source": "auth_authenticate_ldap", "target": "auth_get_ldap_config", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L42", "weight": 1.0}, {"source": "auth_login", "target": "auth_verify_password", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L194", "weight": 1.0}, {"source": "auth_login", "target": "auth_authenticate_ldap", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L210", "weight": 1.0}, {"source": "auth_login", "target": "auth_get_password_hash", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L215", "weight": 1.0}, {"source": "auth_get_ldap_settings", "target": "auth_get_ldap_config", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L260", "weight": 1.0}, {"source": "auth_rationale_186", "target": "auth_login", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L186", "weight": 1.0}, {"source": "auth_rationale_259", "target": "auth_get_ldap_settings", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L259", "weight": 1.0}, {"source": "auth_rationale_268", "target": "auth_update_ldap_settings", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/routers/auth.py", "source_location": "L268", "weight": 1.0}], "raw_calls": [{"caller_nid": "auth_get_ldap_config", "callee": "get_config", "source_file": "backend/routers/auth.py", "source_location": "L27"}, {"caller_nid": "auth_get_ldap_config", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L28"}, {"caller_nid": "auth_get_ldap_config", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L30"}, {"caller_nid": "auth_get_ldap_config", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L31"}, {"caller_nid": "auth_get_ldap_config", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L32"}, {"caller_nid": "auth_get_ldap_config", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L33"}, {"caller_nid": "auth_get_ldap_config", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L34"}, {"caller_nid": "auth_get_ldap_config", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L35"}, {"caller_nid": "auth_get_ldap_config", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L36"}, {"caller_nid": "auth_get_ldap_config", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L37"}, {"caller_nid": "auth_authenticate_ldap", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L43"}, {"caller_nid": "auth_authenticate_ldap", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L44"}, {"caller_nid": "auth_authenticate_ldap", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L47"}, {"caller_nid": "auth_authenticate_ldap", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L47"}, {"caller_nid": "auth_authenticate_ldap", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L47"}, {"caller_nid": "auth_authenticate_ldap", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L50"}, {"caller_nid": "auth_authenticate_ldap", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L51"}, {"caller_nid": "auth_authenticate_ldap", "callee": "Tls", "source_file": "backend/routers/auth.py", "source_location": "L53"}, {"caller_nid": "auth_authenticate_ldap", "callee": "warning", "source_file": "backend/routers/auth.py", "source_location": "L54"}, {"caller_nid": "auth_authenticate_ldap", "callee": "Tls", "source_file": "backend/routers/auth.py", "source_location": "L56"}, {"caller_nid": "auth_authenticate_ldap", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L57"}, {"caller_nid": "auth_authenticate_ldap", "callee": "Server", "source_file": "backend/routers/auth.py", "source_location": "L59"}, {"caller_nid": "auth_authenticate_ldap", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L61"}, {"caller_nid": "auth_authenticate_ldap", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L65"}, {"caller_nid": "auth_authenticate_ldap", "callee": "escape_rdn", "source_file": "backend/routers/auth.py", "source_location": "L66"}, {"caller_nid": "auth_authenticate_ldap", "callee": "format", "source_file": "backend/routers/auth.py", "source_location": "L67"}, {"caller_nid": "auth_authenticate_ldap", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L68"}, {"caller_nid": "auth_authenticate_ldap", "callee": "Connection", "source_file": "backend/routers/auth.py", "source_location": "L70"}, {"caller_nid": "auth_authenticate_ldap", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L71"}, {"caller_nid": "auth_authenticate_ldap", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L75"}, {"caller_nid": "auth_authenticate_ldap", "callee": "escape_filter_chars", "source_file": "backend/routers/auth.py", "source_location": "L76"}, {"caller_nid": "auth_authenticate_ldap", "callee": "search", "source_file": "backend/routers/auth.py", "source_location": "L78"}, {"caller_nid": "auth_authenticate_ldap", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L81"}, {"caller_nid": "auth_authenticate_ldap", "callee": "hasattr", "source_file": "backend/routers/auth.py", "source_location": "L86"}, {"caller_nid": "auth_authenticate_ldap", "callee": "lower", "source_file": "backend/routers/auth.py", "source_location": "L87"}, {"caller_nid": "auth_authenticate_ldap", "callee": "str", "source_file": "backend/routers/auth.py", "source_location": "L87"}, {"caller_nid": "auth_authenticate_ldap", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L88"}, {"caller_nid": "auth_authenticate_ldap", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L90"}, {"caller_nid": "auth_authenticate_ldap", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L96"}, {"caller_nid": "auth_authenticate_ldap", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L97"}, {"caller_nid": "auth_authenticate_ldap", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L101"}, {"caller_nid": "auth_authenticate_ldap", "callee": "lower", "source_file": "backend/routers/auth.py", "source_location": "L116"}, {"caller_nid": "auth_authenticate_ldap", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L118"}, {"caller_nid": "auth_authenticate_ldap", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L122"}, {"caller_nid": "auth_authenticate_ldap", "callee": "append", "source_file": "backend/routers/auth.py", "source_location": "L123"}, {"caller_nid": "auth_authenticate_ldap", "callee": "search", "source_file": "backend/routers/auth.py", "source_location": "L127"}, {"caller_nid": "auth_authenticate_ldap", "callee": "hasattr", "source_file": "backend/routers/auth.py", "source_location": "L130"}, {"caller_nid": "auth_authenticate_ldap", "callee": "lower", "source_file": "backend/routers/auth.py", "source_location": "L131"}, {"caller_nid": "auth_authenticate_ldap", "callee": "str", "source_file": "backend/routers/auth.py", "source_location": "L131"}, {"caller_nid": "auth_authenticate_ldap", "callee": "hasattr", "source_file": "backend/routers/auth.py", "source_location": "L132"}, {"caller_nid": "auth_authenticate_ldap", "callee": "lower", "source_file": "backend/routers/auth.py", "source_location": "L133"}, {"caller_nid": "auth_authenticate_ldap", "callee": "str", "source_file": "backend/routers/auth.py", "source_location": "L133"}, {"caller_nid": "auth_authenticate_ldap", "callee": "lower", "source_file": "backend/routers/auth.py", "source_location": "L135"}, {"caller_nid": "auth_authenticate_ldap", "callee": "lower", "source_file": "backend/routers/auth.py", "source_location": "L135"}, {"caller_nid": "auth_authenticate_ldap", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L136"}, {"caller_nid": "auth_authenticate_ldap", "callee": "append", "source_file": "backend/routers/auth.py", "source_location": "L137"}, {"caller_nid": "auth_authenticate_ldap", "callee": "str", "source_file": "backend/routers/auth.py", "source_location": "L148"}, {"caller_nid": "auth_authenticate_ldap", "callee": "type", "source_file": "backend/routers/auth.py", "source_location": "L149"}, {"caller_nid": "auth_authenticate_ldap", "callee": "error", "source_file": "backend/routers/auth.py", "source_location": "L150"}, {"caller_nid": "auth_authenticate_ldap", "callee": "any", "source_file": "backend/routers/auth.py", "source_location": "L156"}, {"caller_nid": "auth_authenticate_ldap", "callee": "lower", "source_file": "backend/routers/auth.py", "source_location": "L156"}, {"caller_nid": "auth_authenticate_ldap", "callee": "warning", "source_file": "backend/routers/auth.py", "source_location": "L157"}, {"caller_nid": "auth_authenticate_ldap", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L161"}, {"caller_nid": "auth_authenticate_ldap", "callee": "HTTPException", "source_file": "backend/routers/auth.py", "source_location": "L164"}, {"caller_nid": "auth_authenticate_ldap", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L170"}, {"caller_nid": "auth_authenticate_ldap", "callee": "format_exc", "source_file": "backend/routers/auth.py", "source_location": "L170"}, {"caller_nid": "auth_get_password_hash", "callee": "hash", "source_file": "backend/routers/auth.py", "source_location": "L175"}, {"caller_nid": "auth_verify_password", "callee": "verify", "source_file": "backend/routers/auth.py", "source_location": "L180"}, {"caller_nid": "auth_login", "callee": "first", "source_file": "backend/routers/auth.py", "source_location": "L189"}, {"caller_nid": "auth_login", "callee": "filter", "source_file": "backend/routers/auth.py", "source_location": "L189"}, {"caller_nid": "auth_login", "callee": "query", "source_file": "backend/routers/auth.py", "source_location": "L189"}, {"caller_nid": "auth_login", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L195"}, {"caller_nid": "auth_login", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L198"}, {"caller_nid": "auth_login", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L200"}, {"caller_nid": "auth_login", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L205"}, {"caller_nid": "auth_login", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L209"}, {"caller_nid": "auth_login", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L212"}, {"caller_nid": "auth_login", "callee": "User", "source_file": "backend/routers/auth.py", "source_location": "L219"}, {"caller_nid": "auth_login", "callee": "add", "source_file": "backend/routers/auth.py", "source_location": "L225"}, {"caller_nid": "auth_login", "callee": "commit", "source_file": "backend/routers/auth.py", "source_location": "L226"}, {"caller_nid": "auth_login", "callee": "refresh", "source_file": "backend/routers/auth.py", "source_location": "L227"}, {"caller_nid": "auth_login", "callee": "commit", "source_file": "backend/routers/auth.py", "source_location": "L232"}, {"caller_nid": "auth_login", "callee": "refresh", "source_file": "backend/routers/auth.py", "source_location": "L233"}, {"caller_nid": "auth_login", "callee": "warning", "source_file": "backend/routers/auth.py", "source_location": "L235"}, {"caller_nid": "auth_login", "callee": "HTTPException", "source_file": "backend/routers/auth.py", "source_location": "L236"}, {"caller_nid": "auth_login", "callee": "HTTPException", "source_file": "backend/routers/auth.py", "source_location": "L239"}, {"caller_nid": "auth_login", "callee": "create_access_token", "source_file": "backend/routers/auth.py", "source_location": "L242"}, {"caller_nid": "auth_login", "callee": "TokenResponse", "source_file": "backend/routers/auth.py", "source_location": "L248"}, {"caller_nid": "auth_update_ldap_settings", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L272"}, {"caller_nid": "auth_update_ldap_settings", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L273"}, {"caller_nid": "auth_update_ldap_settings", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L274"}, {"caller_nid": "auth_update_ldap_settings", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L275"}, {"caller_nid": "auth_update_ldap_settings", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L276"}, {"caller_nid": "auth_update_ldap_settings", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L277"}, {"caller_nid": "auth_update_ldap_settings", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L278"}, {"caller_nid": "auth_update_ldap_settings", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L279"}, {"caller_nid": "auth_update_ldap_settings", "callee": "update_config", "source_file": "backend/routers/auth.py", "source_location": "L284"}, {"caller_nid": "auth_update_ldap_settings", "callee": "info", "source_file": "backend/routers/auth.py", "source_location": "L285"}, {"caller_nid": "auth_update_ldap_settings", "callee": "error", "source_file": "backend/routers/auth.py", "source_location": "L288"}, {"caller_nid": "auth_update_ldap_settings", "callee": "HTTPException", "source_file": "backend/routers/auth.py", "source_location": "L289"}, {"caller_nid": "auth_update_ldap_settings", "callee": "str", "source_file": "backend/routers/auth.py", "source_location": "L289"}, {"caller_nid": "auth_test_ldap_connection", "callee": "replace", "source_file": "backend/routers/auth.py", "source_location": "L300"}, {"caller_nid": "auth_test_ldap_connection", "callee": "replace", "source_file": "backend/routers/auth.py", "source_location": "L300"}, {"caller_nid": "auth_test_ldap_connection", "callee": "split", "source_file": "backend/routers/auth.py", "source_location": "L303"}, {"caller_nid": "auth_test_ldap_connection", "callee": "int", "source_file": "backend/routers/auth.py", "source_location": "L304"}, {"caller_nid": "auth_test_ldap_connection", "callee": "endswith", "source_file": "backend/routers/auth.py", "source_location": "L307"}, {"caller_nid": "auth_test_ldap_connection", "callee": "debug", "source_file": "backend/routers/auth.py", "source_location": "L311"}, {"caller_nid": "auth_test_ldap_connection", "callee": "socket", "source_file": "backend/routers/auth.py", "source_location": "L312"}, {"caller_nid": "auth_test_ldap_connection", "callee": "settimeout", "source_file": "backend/routers/auth.py", "source_location": "L313"}, {"caller_nid": "auth_test_ldap_connection", "callee": "connect_ex", "source_file": "backend/routers/auth.py", "source_location": "L314"}, {"caller_nid": "auth_test_ldap_connection", "callee": "close", "source_file": "backend/routers/auth.py", "source_location": "L315"}, {"caller_nid": "auth_test_ldap_connection", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L321"}, {"caller_nid": "auth_test_ldap_connection", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L322"}, {"caller_nid": "auth_test_ldap_connection", "callee": "Tls", "source_file": "backend/routers/auth.py", "source_location": "L323"}, {"caller_nid": "auth_test_ldap_connection", "callee": "Tls", "source_file": "backend/routers/auth.py", "source_location": "L325"}, {"caller_nid": "auth_test_ldap_connection", "callee": "Server", "source_file": "backend/routers/auth.py", "source_location": "L327"}, {"caller_nid": "auth_test_ldap_connection", "callee": "get", "source_file": "backend/routers/auth.py", "source_location": "L331"}, {"caller_nid": "auth_test_ldap_connection", "callee": "Connection", "source_file": "backend/routers/auth.py", "source_location": "L335"}, {"caller_nid": "auth_test_ldap_connection", "callee": "open", "source_file": "backend/routers/auth.py", "source_location": "L336"}, {"caller_nid": "auth_test_ldap_connection", "callee": "str", "source_file": "backend/routers/auth.py", "source_location": "L344"}, {"caller_nid": "auth_test_ldap_connection", "callee": "lower", "source_file": "backend/routers/auth.py", "source_location": "L345"}, {"caller_nid": "auth_test_ldap_connection", "callee": "lower", "source_file": "backend/routers/auth.py", "source_location": "L345"}, {"caller_nid": "auth_test_ldap_connection", "callee": "str", "source_file": "backend/routers/auth.py", "source_location": "L352"}, {"caller_nid": "auth_test_ldap_connection", "callee": "run", "source_file": "backend/routers/auth.py", "source_location": "L353"}, {"caller_nid": "auth_test_ldap_connection", "callee": "str", "source_file": "backend/routers/auth.py", "source_location": "L361"}]} |