mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Add support for LDAP URLs
Allow specifying LDAP authentication parameters as RFC 4516 LDAP URLs.
This commit is contained in:
@@ -2209,7 +2209,7 @@ CheckLDAPAuth(Port *port)
|
||||
|
||||
r = ldap_search_s(ldap,
|
||||
port->hba->ldapbasedn,
|
||||
LDAP_SCOPE_SUBTREE,
|
||||
port->hba->ldapscope,
|
||||
filter,
|
||||
attributes,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user