Mercurial > hg > xemacs-beta
diff src/eldap.c @ 298:70ad99077275 r21-0b47
Import from CVS: tag r21-0b47
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:39:40 +0200 |
parents | 6cb5e14cd98e |
children | c6de09ad3017 |
line wrap: on
line diff
--- a/src/eldap.c Mon Aug 13 10:38:47 2007 +0200 +++ b/src/eldap.c Mon Aug 13 10:39:40 2007 +0200 @@ -375,15 +375,14 @@ DEFUN ("ldap-search-internal", Fldap_search_internal, 2, 6, 0, /* Perform a search on an open LDAP connection. LDAP is an LDAP connection object created with `ldap-open'. -FILTER is a filter string for the search as described in RFC 1558 -BASE is the distinguished name at which to start the search -SCOPE is an integer or a symbol indicating the scope of the search - Possible values are `ldap-scope-base', `ldap-scope-onelevel' or - `ldap-scope-subtree' +FILTER is a filter string for the search as described in RFC 1558. +BASE is the distinguished name at which to start the search. +SCOPE is one of the symbols `base', `onelevel' or `subtree' indicating +the scope of the search. ATTRS is a list of strings indicating which attributes to retrieve for each matching entry. If nil return all available attributes. If ATTRSONLY is non-nil then only the attributes are retrieved, not -the associated values +the associated values. The function returns a list of matching entries. Each entry is itself an alist of attribute/values. */