I've just started looking into LDAP so I'm pretty new to this, although
it's been part of our product for a while. I've been looking for
documentation and reading what I can find, but the documentation seems
to be about installing and administering LDAP rather than programming
with it. Is there some good documentation discussing how to write java
programs to talk to LDAP?

 

What I am specifically trying to do is to define an objectClass that has
both a unique id and another field that is unique. I have seen some
posts about unique attributes which talked about putting a line in the
slapd.conf file like this. Note that I want both id and uniqueField to
be unique:

 

unique_attributes id uniqueField

 

My objectClass looks something like this:

 

objectClasses: (

  1.3.6.1.4.1.20826.2.5.1

  NAME 'Customer'

  DESC 'Customer Account'

  SUP top

  MUST ( id $ uniqueField )

  MAY ( configItemMod $ permission ) )

 

I'm confused because I don't seem to have an slapd.conf file. I'm
running on LINUX, using OpenLDAP 2.2.13-2. Any help or documentation
would be greatly appreciated.

Thanks, 

Doal Miller

 



---
You are currently subscribed to [email protected] as: [EMAIL PROTECTED]
To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the 
SUBJECT of the message.

Reply via email to