canonical / canonical/postgresql-ldap-sync

Does it support LDAPS / TLS?

Open
#4 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
6
Forks
2
Avg merge
9h 25m
Merged PRs (30d)
6

Description

Thanks for this useful project!

What would be the config options for ldaps:// ?

I understand below configs invoke `ldap.initialize("ldap://...`
```
host="0.0.0.0",
port="3893",
base_dn="dc=glauth,dc=com",
bind_username=os.environ["GLAUTH_USERNAME"],
bind_password=os.environ["GLAUTH_PASSWORD"],
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing the Python LDAP setup represented by ldap.initialize("ldap://...") and the listed host, port, and bind settings. Determine how an ldaps:// or TLS connection would be configured, then define the required options and verify the secure connection behavior. No implementation files or tests are named in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
postgresql, python
Domain
backend, databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.