You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Zoerner (JIRA)" <di...@incubator.apache.org> on 2005/09/19 12:38:54 UTC

[jira] Commented: (DIREVE-262) Extension and Control discovery - ldapsearch ... supportedExtension supportedControl

    [ http://issues.apache.org/jira/browse/DIREVE-262?page=comments#action_12329822 ] 

Stefan Zoerner commented on DIREVE-262:
---------------------------------------

I think this is expected behavior, because we do not support any LDAP control or extended operation yet. We only support a feature which is described in RFC 3673, see DIREVE-210 and DIREVE-219 for details. This feature is correctly advertised by the server:

$ ldapsearch -b "" -s base -p 10389 "(objectclass=*)" supportedExtension supportedControl supportedFeatures
supportedFeatures=1.3.6.1.4.1.4203.1.5.1

> Extension and Control discovery - ldapsearch ... supportedExtension supportedControl
> ------------------------------------------------------------------------------------
>
>          Key: DIREVE-262
>          URL: http://issues.apache.org/jira/browse/DIREVE-262
>      Project: Directory Server
>         Type: Wish
>     Versions: 0.9.2
>     Reporter: Nick Faiz
>     Assignee: Alex Karasulu

>
> It would be useful if control and extension discovery could be supported. 
> Running this query, currently, returns an empty list:
> [nickf@little-creatures main]$ ldapsearch -D 'uid=admin,ou=system' -h localhost -p 10389 -x -w secret -s base -b '' '(objectClass=*)' supportedExtension supportedControl
> ...
> result: 0 Success
> ...
> Performed on openLDAP.
> [nickf@little-creatures main]$ ldapsearch -D 'cn=admin,dc=atlassian,dc=private' -h localhost -p 389 -x -w secret -s base -b '' '(objectClass=*)' supportedExtension supportedControl
> # extended LDIF
> #
> # LDAPv3
> # base <> with scope base
> # filter: (objectClass=*)
> # requesting: supportedExtension supportedControl
> #
> #
> dn:
> supportedControl: 2.16.840.1.113730.3.4.18
> supportedControl: 2.16.840.1.113730.3.4.2
> supportedControl: 1.3.6.1.4.1.4203.1.10.1
> supportedControl: 1.2.840.113556.1.4.1413
> supportedControl: 1.2.840.113556.1.4.1339
> supportedControl: 1.2.840.113556.1.4.319
> supportedControl: 1.2.826.0.1.334810.2.3
> supportedExtension: 1.3.6.1.4.1.1466.20037
> supportedExtension: 1.3.6.1.4.1.4203.1.11.1
> supportedExtension: 1.3.6.1.4.1.4203.1.11.3
> # search result
> search: 2
> result: 0 Success
> # numResponses: 2
> # numEntries: 1

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira