forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1a2fdc9
committed
Define LDAP_NO_ATTRS if necessary.
Commit83aaac4 introduced the use ofLDAP_NO_ATTRS to avoid requesting a dummy attribute when doing search+bindLDAP authentication. It turns out that not all LDAP implementations definethat macro, but its value is fixed by the protocol so we can define itourselves if it's missing.Author: Thomas MunroReported-By: Ashutosh SharmaDiscussion:https://postgr.es/m/CAE9k0Pm6FKCfPCiAr26-L_SMGOA7dT_k0%2B3pEbB8%2B-oT39xRpw%40mail.gmail.com1 parent69835bc commit1a2fdc9
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2398 | 2398 |
| |
2399 | 2399 |
| |
2400 | 2400 |
| |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
| 2404 | + | |
| 2405 | + | |
2401 | 2406 |
| |
2402 | 2407 |
| |
2403 | 2408 |
| |
|
0 commit comments
Comments
(0)