forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf68d85b
committed
ldapurl is supported with simple bind
The docs currently imply that ldapurl is for search+bind only, butthat's not true. Rearrange the docs to cover this better.Add a test ldapurl with simple bind. This was previously allowed butunexercised, and now that it's documented it'd be good to pin thebehavior.Improve error when mixing LDAP bind modes. The option names had gonestale; replace them with a more general statement.Author: Jacob Champion <jacob.champion@enterprisedb.com>Discussion:https://www.postgresql.org/message-id/flat/CAOYmi+nyg9gE0LeP=xQ3AgyQGR=5ZZMkVVbWd0uR8XQmg_dd5Q@mail.gmail.com1 parent935e675 commitf68d85b
File tree
3 files changed
+38
-5
lines changed- doc/src/sgml
- src
- backend/libpq
- test/ldap/t
3 files changed
+38
-5
lines changedLines changed: 20 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1910 | 1910 |
| |
1911 | 1911 |
| |
1912 | 1912 |
| |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
1913 | 1920 |
| |
1914 | 1921 |
| |
1915 | 1922 |
| |
1916 | 1923 |
| |
1917 | 1924 |
| |
1918 |
| - | |
1919 |
| - | |
| 1925 | + | |
1920 | 1926 |
| |
1921 | 1927 |
| |
1922 | 1928 |
| |
| |||
1958 | 1964 |
| |
1959 | 1965 |
| |
1960 | 1966 |
| |
1961 |
| - | |
| 1967 | + | |
| 1968 | + | |
1962 | 1969 |
| |
1963 | 1970 |
| |
1964 | 1971 |
| |
| |||
1994 | 2001 |
| |
1995 | 2002 |
| |
1996 | 2003 |
| |
| 2004 | + | |
| 2005 | + | |
| 2006 | + | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
1997 | 2014 |
| |
1998 | 2015 |
| |
1999 | 2016 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1907 | 1907 |
| |
1908 | 1908 |
| |
1909 | 1909 |
| |
1910 |
| - | |
| 1910 | + | |
1911 | 1911 |
| |
1912 | 1912 |
| |
1913 |
| - | |
| 1913 | + | |
1914 | 1914 |
| |
1915 | 1915 |
| |
1916 | 1916 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
148 | 164 |
| |
149 | 165 |
| |
150 | 166 |
| |
|
0 commit comments
Comments
(0)