[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
remote connections cannot write to LDAP
- To: openldap-technical@openldap.org
- Subject: remote connections cannot write to LDAP
- From: Ray Carrender <mrsmiley32@gmail.com>
- Date: Thu, 1 Apr 2010 07:40:25 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=KP3IM51jBuFzuTjeqv3IWjBqifNt7VZvbppem04E+Yg=; b=CvhzMxED4VQrBru74ic+m2IfVwSWHVVjI9v6MEwmGPKlYVPFSt1D8K4cCFOPjnw7TL tZNB14ED4CoIYrI9lZg1B2iL2ovjQdHK3CftexVWmr3FuWvpKnutIO7nNLo0SaVUWBl6 0XZeUQgADLDGiln9gYGgkJsIENrauvhxlfinA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=pHjyUDKVFP6+ohkiuTd31GJ8QnTSjw/J+C9z35mVNuk6UW4IcBalb+yqcMqFwg6ngC V9ZpjyWzEIjUlVSbn4rUhNO2eK+oiWPwZon++yediinevVM46VQqFCIybtBQXuaV6C6G o6dJCN6rCcV07L/HBU26AJC2+9RnFVMThgqnU=
Not sure what's going on here, but when I try making a non TLS connection to the LDAP Repository and it's local (say using ldapmodify) I can write to it, but when trying to connect to remotely (on the internal network) it doesn't throw an error but it ignores the write command. Am I missing something here? Maybe it's because I'm using JNDI instead of the written ldapmodify. Also, remotely I can read information, just not write it.
Thanks!