[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: unique contraint bypassed by java modify (and correctly enforced by pytho/ldapmodify)
- To: Quanah Gibson-Mount <quanah@zimbra.com>, Alessandro Dentella <sandro@e-den.it>, openldap-technical@openldap.org
- Subject: Re: unique contraint bypassed by java modify (and correctly enforced by pytho/ldapmodify)
- From: Phil Pishioneri <pgp@psu.edu>
- Date: Thu, 24 Sep 2015 19:49:08 -0400
- In-reply-to: <3C6158706E9B7BA5AFF5E99D@[192.168.1.9]>
- References: <20150923230824.GA3015@localhost> <3C6158706E9B7BA5AFF5E99D@[192.168.1.9]>
- User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0
On 9/24/15 7:34 PM, Quanah Gibson-Mount wrote:
> I'd guess that java is using the manageDSAit control to bypass
> slapo-unique, and your other programs aren't.
JNDI Referral handling (currently?) defaults to "ignore", which sends
the control. See
https://docs.oracle.com/javase/jndi/tutorial/ldap/referral/jndi.html
-Phil