I have a problem with a program in Java ussing JLDAP. I am trying/ run write a program http://developer.novell.com/documentation/samplecode/jldap_sample/extensions... but return only error
LDAPException: Protocol Error (2) Protocol Error LDAPException: Server Message: unsupported extended operation LDAPException: Matched DN:
Please help me
Best regards,
Joao Mossmann
hi , The extensions are very specific to Novell eDirecotry only. Are you trying to run against eDir or any other ldap aware directory .
regards, Arpit
Joao Batista Mossmann mossmann@gmail.com 3/10/2009 5:50 AM >>>
I have a problem with a program in Java ussing JLDAP. I am trying/ run write a program http://developer.novell.com/documentation/samplecode/jldap_sample/extensions... but return only error LDAPException: Protocol Error (2) Protocol Error LDAPException: Server Message: unsupported extended operation LDAPException: Matched DN: Please help me Best regards, Joao Mossmann
The problem here is that , your LDAP server does not support this particular extension. What server are you using?
Thanks, Palaniappan.
On 03/10/09 at 05:50 AM, in message
eac0cb470903091720n1977e296xd2166607e0a17d4c@mail.gmail.com, Joao Batista Mossmann mossmann@gmail.com wrote:
I have a problem with a program in Java ussing JLDAP. I am trying/ run write a program http://developer.novell.com/documentation/samplecode/jldap_sample/extensions /TriggerBackground.java.html but return only error
LDAPException: Protocol Error (2) Protocol Error LDAPException: Server Message: unsupported extended operation LDAPException: Matched DN:
Please help me
Best regards,
Joao Mossmann
The server is: Fedora 10
openLdap:
slapd -VV @(#) $OpenLDAP: slapd 2.4.12 (Oct 15 2008 10:19:53) $ mockbuild@xenbuilder4.fedora.phx.redhat.com: /builddir/build/BUILD/openldap-2.4.12/openldap-2.4.12/build-servers/servers/slapd
Thanks,
JBM
2009/3/10 Nachiappan Palaniappan npalaniappan@novell.com
The problem here is that , your LDAP server does not support this particular extension. What server are you using?
Thanks, Palaniappan.
On 03/10/09 at 05:50 AM, in message
eac0cb470903091720n1977e296xd2166607e0a17d4c@mail.gmail.com, Joao Batista Mossmann mossmann@gmail.com wrote:
I have a problem with a program in Java ussing JLDAP. I am trying/ run write a program
http://developer.novell.com/documentation/samplecode/jldap_sample/extensions
/TriggerBackground.java.html but return only error
LDAPException: Protocol Error (2) Protocol Error LDAPException: Server Message: unsupported extended operation LDAPException: Matched DN:
Please help me
Best regards,
Joao Mossmann
On Mar 10, 2009, at 4:52 AM, Joao Batista Mossmann wrote:
slapd -VV @(#) $OpenLDAP: slapd 2.4.12 (Oct 15 2008 10:19:53) $ mockbuild@xenbuilder4.fedora. phx.redhat.com:/builddir/build/BUILD/openldap-2.4.12/openldap-2.4.12/ build-servers/servers/slapd
The error means what it says, the particular extension you are using is not supported in OpenLDAP's slapd(8).
-- Kurt
openldap-software@openldap.org