[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
LDAP: error code 8 - LDAP: error code 8 - modifications require authentication
- To: OpenLDAP-software@OpenLDAP.org
- Subject: LDAP: error code 8 - LDAP: error code 8 - modifications require authentication
- From: Gaurav Sharma <gauravsharma0@gmail.com>
- Date: Wed, 23 Mar 2005 14:47:57 -0600
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=PF3GiE1Bq5stN2ElmolN/lgf+GkxsBDqgZ6kFhPBzTWCdXcfdY0nbWu1gftkHpZzK2KDiRXNTYpcrGONGXrmPwNCnLD0o47CAxlqZrx35RJ87ohFqhDJFwPM7sP7ilnUgsP2YoMA9Kkn8DY9Apeck0TDFPUShijiys1azkBACvY=
hi all
I'm having trouble adding an entry to a LDAP directory using J2SE
1.4.2 and JNDI with GSSAPI mechanism. Once I obtain the Kerberos
ticket from the Kerberos server, everything works fine for search
operations from my code, but I get the following error while adding an
entry to LDAP:
javax.naming.AuthenticationNotSupportedException: [LDAP: error code 8 -
modifications require authentication]
I'm running openldap-2.2.17 software on both the client and the server
machine running Fedore Core 3 linux and RedHat Enterprise Linux 3. I'm
using Kerberos v5 server (1.2.7-38) on the running on the same server.
Note that the command line tools "ldapsearch" and "ldapadd" work fine
with GSSAPI authentication.
Please help.
Thanks.
Gary