aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorTed Zlatanov2011-03-13 17:17:17 -0500
committerTed Zlatanov2011-03-13 17:17:17 -0500
commiteebc475df54de7ad5c04ef7cddc083c865235540 (patch)
tree0b84064a43926776dd8b651f3516ee7732653cb9 /lisp/ChangeLog
parent67613d3160cd9e87daabfb036828ceb5325d889b (diff)
downloademacs-eebc475df54de7ad5c04ef7cddc083c865235540.tar.gz
emacs-eebc475df54de7ad5c04ef7cddc083c865235540.zip
Add `auth-source-search' integration for LDAP searches.
* net/ldap.el (ldap-search-internal): Add `auth-source-search' integration for LDAP parameters. The host, base, user or binddn, and secret tokens can be specified in a netrc file, for instance. This is optional because an `auth-source' parameter must be specified in the search attributes.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1f50ee9ebe6..c74e7cbdb2d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
4 integration for LDAP parameters. The host, base, user or binddn,
5 and secret tokens can be specified in a netrc file, for instance.
6 This is optional because an `auth-source' parameter must be
7 specified in the search attributes.
8
12011-03-13 Juanma Barranquero <lekktu@gmail.com> 92011-03-13 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * help.el (describe-mode): Link to the mode's definition (bug#8185). 11 * help.el (describe-mode): Link to the mode's definition (bug#8185).