Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
6answers
635 views

Choosing between a directory server (a.k.a LDAP database) and an RDBMS

In my project, where I'm the lead developer, we earlier had a network configuration that was stored a single XML file. The configuration contains info about a network layout - its constituent hosts, ...
1
vote
2answers
223 views

Why isn't manager attribute changing on distinguished name modification in Sun Directory Server 6.3?

I have a problem with manager attribute in Sun Directory Server. I set this attribute for a user in the directory, e.g. cn=testmanager,dc=test,dc=com and when I change manager's dn this change is not ...
0
votes
1answer
37 views

Unboundid LDAP SDK - how to process an attribute value consisting of several values?

If you have an attribute which value consists of a comma-separated list of values, which would be the best way to retrieve some part of that value? Example: myAttribute: value1, value2, value3, ...
0
votes
1answer
40 views

Unboundid InMemory LDAP SDK - server won't shutdown

I'm using the Unboundid In-Memory Directory Server in my application, and so far it works great (like it so much more than Apache DS). But, when my application is done, and I want to shutdown the ...