Results 1 to 2 of 2

Thread: Create Parent Entry?

  1. #1
    Join Date
    Apr 2010
    Posts
    1

    Default Create Parent Entry?

    Warning: Newbie alert...


    Hello experts, been working with an embedded OpenDS java webapp and planning on putting Spring-LDAP on top of it to enforce access control to other webapps running on this enterprise software.

    Therefore, when a user is logged in, the server-side will query the LDAP directory for what "groups" the said user is a part of. If the user wants to access a certain feature, they'll need to be a part of the group related to the feature to use it.

    I have no problem with creating entries and working with objectClasses but I can't seem to find any information on how to create a parent entry (example: dc=example,dc=com). I'd like to create a parent entry to something like "dc=ecsl,dc=com" but cannot find any info on how to do this. I've been using the LDAP Eclipse plugin and can create entries to the dc=example,dc=com entry since that is considered a parent entry. When I go to create dc=ecsl,dc=com I get an error saying that I have not chosen a parent entry for this to attach to, even though I want dc=ecsl,dc=com to be a parent entry to add organizationalUnits of objectClass person and groupOfNames.

    When everything is said and done, I'd like this to be my schema:

    -dc=ecsl,dc=com
    +ou=people,dc=ecsl,dc=com (objectClass: organizationalUnit)
    -ou=groups,dc=ecsl,dc=com (objectClass: organizationalUnit)
    +ou=Group1,ou=groups,dc=ecsl,dc=com (objectClass: groupOfNames)
    +ou=Group2,ou=groups,dc=ecsl,dc=com (objectClass: groupOfNames)

    How do I make that darn parent entry? Thanks for any tips!! I've also been trying to access opends.org but it seems to be down.

    Regards,
    TimS

  2. #2
    Join Date
    Jul 2005
    Location
    Helsingborg, Sweden
    Posts
    504

    Default

    Check this thread.
    Ulrik Sandberg
    Jayway (www.jayway.com)
    Spring LDAP project member

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •