[
https://issues.apache.org/jira/browse/DIRSERVER-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny closed DIRSERVER-504.
---------------------------------------
Closing all issues created in 2005 and before which are marked resolved
> Extension and Control discovery - ldapsearch ... supportedExtension
> supportedControl
> ------------------------------------------------------------------------------------
>
> Key: DIRSERVER-504
> URL: https://issues.apache.org/jira/browse/DIRSERVER-504
> Project: Directory ApacheDS
> Issue Type: Wish
> Reporter: Nick Faiz
> Assigned To: Alex Karasulu
>
> It would be useful if control and extension discovery could be supported.
> Running this query, currently, returns an empty list:
> [EMAIL PROTECTED] 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.
> [EMAIL PROTECTED] 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.
-
You can reply to this email to add a comment to the issue online.