--On Monday, July 10, 2017 11:11 PM +0100 Brad <[email protected]> wrote:
The error seems pretty straight forward:
Caused by: javax.naming.directory.AttributeInUseException: [LDAP: error code 20 - cACertificate;binary: value #0 provided more than once];
I.e., you've provided the exact same value more than once in your write op. For example, you'd see a similar failure with:
dn: <blah> changetype:modify add: sn sn: smith sn: smith --Quanah -- Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: <http://www.symas.com>
