emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: url-ldap.el


From: CHENG Gao
Subject: Re: url-ldap.el
Date: Thu, 18 Nov 2004 00:58:34 +0800
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt)

Also I wonder about one thing.

docstring of ldap-search-internal says 

Valid keys in that list are:
host, filter, attributes, attrsonly, base, scope, binddn, passwd, deref,
timelimit, sizelimit, withdn

But in function ldap-search, 

 (setq result (ldap-search-internal (list* 'host host
                                              'filter filter
                                              'attributes attributes
                                              'attrsonly attrsonly
                                              'withdn withdn
                                              host-plist)))

so base, scope, binddn, passwd, deref, timelimit and sizelimit are
ignored.

My ELISP knowledge is too limited. I dont know if it's right.

-- 
No God blessing me
No Dog barking at me
Gonna adopt a Dog
Name it God
Get blessed and barked at






reply via email to

[Prev in Thread] Current Thread [Next in Thread]