(2014年06月30日 15:56), Stephen Harris wrote:

Hi folks.

I am building a new 389 DS to replace an openldap directory.

The root dn is known as o=producer ( actually is something else but has been this for the last 10 yrs through 2 previous upgrades and I do not want to change it to o=producers,o=co,o=nz)

So what I want to achieve is to create a sub suffix, ou=webusers,o=producers and ou=staff,o=producers

The idea being the users in webusers will be searched for a web application and the staff users remain unsearched to the outside world.

I can make my sub suffixes no problem in the configuration tab of the 389-console.

But that gives me a blank database, how do I get to the next step of being able to create groups and people inside of this and manipulate this in the directory tab?

Have you initialized your sub suffixes with a sub suffix ldif like this?

dn: ou=webusers,o=producers
objectClass: top
objectClass: organizationalunit
ou: webusers

For database initialization, please see this page:
https://access.redhat.com/site/documentation/en-US/Red_Hat_Directory_Server/9.0/html/Administration_Guide/Populating_Directory_Databases.html#Importing_Data-Initializing_a_Database_from_the_Console

Or is there some other way of doing this that I am not seeing?

Sorry if this is a dumb question, but it seems to be lacking in any documentation anywhere.

Best Regards

Stephen




--
389 users mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/389-users

--
389 users mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/389-users

Reply via email to