Brad wrote:
Caused by: javax.naming.directory.AttributeInUseException: [LDAP: error code 20 - cACertificate;binary: value #0 provided more than once];
It seems your client sends the same attribute value twice. Don't do that - even if other LDAP server implementations might tolerate this.
Ciao, Michael.