summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPeter Eisentraut2012-12-04 04:29:56 +0000
committerPeter Eisentraut2012-12-04 04:31:02 +0000
commitaa2fec0a18e4d23272c78916ef318078c920611a (patch)
treed4c4889cd4d21d10731cbe4652a5a3d4a23297ac /src/include
parent26374f2a0fc02b76a91b7565e908dbae99a3b5f9 (diff)
Add support for LDAP URLs
Allow specifying LDAP authentication parameters as RFC 4516 LDAP URLs.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/libpq/hba.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/libpq/hba.h b/src/include/libpq/hba.h
index 408d26263a9..79a5dc608c8 100644
--- a/src/include/libpq/hba.h
+++ b/src/include/libpq/hba.h
@@ -71,6 +71,7 @@ typedef struct HbaLine
char *ldapbindpasswd;
char *ldapsearchattribute;
char *ldapbasedn;
+ int ldapscope;
char *ldapprefix;
char *ldapsuffix;
bool clientcert;