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

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

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
 Assigned to: 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


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

Posted by "Nick Faiz (JIRA)" <di...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/DIREVE-262?page=comments#action_12329931 ] 

Nick Faiz commented on DIREVE-262:
----------------------------------

Thanks for the clarfication. 

Cheers,
Nick

> 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
>      Fix For: 0.9.3

>
> 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


[jira] Closed: (DIRSERVER-504) Extension and Control discovery - ldapsearch ... supportedExtension supportedControl

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ 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:
> [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.
-
You can reply to this email to add a comment to the issue online.


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

Posted by "Alex Karasulu (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIREVE-262?page=all ]
     
Alex Karasulu resolved DIREVE-262:
----------------------------------

    Fix Version: 0.9.3
     Resolution: Fixed

Stefan is right here.  We unfortunately do not have an supported controls hence your search is not returning anything.  We will be publishing supported controls as well add them in the RootDSE.

> 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
>      Fix For: 0.9.3

>
> 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


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

Posted by "Stefan Zoerner (JIRA)" <di...@incubator.apache.org>.
    [ 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