add_months in combination with extract loses bracket
I'm using version 2.3.2, the datasource has 'sql.syntax_ora=true'. When I'm using...
I can't help but notice that an a hotdeployment I get the following logging: loader.WebappClassLoader...
I think the pool shrinks and enlarges automatically depending on your init/max. Also,...
Thanks Neil! I have it working on a live ldap.
Hey Neil, thanks so much for your help! I understand I need to use a two strike approach...
(this post wiped clean for duplicate post)
I'm not sure if I'm following you... The ModifyDNRequest does work, it does change...
I'm not sure if I'm following you... The ModifyDNRequest does work, it does change...
Hey Neil, Thanks for your quick reply! The overlay took a while longer to act than...
Im trying to change a multivalued attribute which is marked RDN (only one value is...
Does unboundid ldap sdk somehow ignore overlays or is there some option or switch...
Thank you very much for your quick and thorough explanation. I've changed my code...
Hey Neil! Thanks for your quick reply and explanation! I was only wondering what...
Just out of curiosity; I see the following logging moments after the server is started....
A lot of my search requests look like this: level="INFO" threadID=1 threadName="main"...
I copied & pasted snippets of your code, but I do get results. From your results...
Changes of a inRDN=true field in a modify go undetected: there is no change nor an...
If a child does not have it's own @LDAPDNField, an error is thrown when adding it...
Thanks Neil, I did have doPostEncode method private w the same name. I might have...
So if you want to have some entries with just the myOrganization structural class...
So if you want to have some entries with just the myOrganization structural class...
About the RDN/superclass: Yes please, that would be great! Hopefully it'll be able...
About the RDN/superclass: Yes please, that would be great! Hopefully it'll be able...
About the RDN/superclass: Yes please, that would be great! Hopefully it'll be able...
My Bad! I didn't actually use output of rdn.toString() for the dn. Thanks!
Looks like public void toString(StringBuilder buffer, boolean minimizeEncoding) does...
How would you recommend modeling an auxiliaryClass with 'must' attributes and a structuralClass...
The 'inRDN=true' indicated fields are concatenated with a plus sign, e.g.: 'f1=field1+f2=field2,dc=parentDn'....
I was thinking the same direction, but then I saw: URL fileUrl = BaseTestSetup.class.getResource(ldapServer.getDataFileName());...
I'm also a bit thrown off by this: config.setEnforceSingleStructuralObjectClass(false);...
I was thinking the same directory, but then I saw: URL fileUrl = BaseTestSetup.class.getResource(ldapServer.getDataFileName());...
I was thinking the same directory, but then I saw: URL fileUrl = BaseTestSetup.class.getResource(ldapServer.getDataFileName());...
I think the 5 is actually the initial number of connections in your pool. I'm out...
Is there a way to influence the way a DN is constructed? It looks like the LDAPObjectHandler...