Guys,
I have set up 389 server setup with dc=im,dc=logic,dc=com domain component.I
have been assigned work for setting up structure in the following ways:
There are two Location : Noida and Hyderabad ( we need to make it OU.Is it
possible?)
Under Noida there are 5 projects (P1-5) and 7 under Hyderabad(P1-7) whereas
IM is included in the both. There is additional Project called OU=Groups.
The Overall Structure seems in the following ways:
dc=im,dc=logic,dc=com
||
--------------
/ \
Location=> Noida Hyderabad
_______________|__________________
|| | ||
------------------------- |
-----------------------
| | | | | |
| | |
P-1 P-2 P-3 IM OU=Group P-1 P-2 P-3 IM
How Can I design the following organization struture under 389 Server?
Rich Megginson
2010-Jan-08 15:20 UTC
Re: [389-users] Constructing the Organization Structure
Ajeet S Raina wrote:> Guys, > > I have set up 389 server setup with dc=im,dc=logic,dc=com domain > component.I have been assigned work for setting up structure in the > following ways: > There are two Location : Noida and Hyderabad ( we need to make it > OU.Is it possible?)Why do you need to make it OUs? In general, it is best to keep the tree flat.> Under Noida there are 5 projects (P1-5) and 7 under Hyderabad(P1-7) > whereas IM is included in the both. There is additional Project called > OU=Groups. > The Overall Structure seems in the following ways: > > dc=im,dc=logic,dc=com > || > -------------- > / \ > Location=> Noida Hyderabad > _______________|__________________ > || | || > ------------------------- | > ----------------------- > | | | | | > | | | | > P-1 P-2 P-3 IM OU=Group P-1 P-2 P-3 IM > > > > > How Can I design the following organization struture under 389 Server? > > > ------------------------------------------------------------------------ > > -- > 389 users mailing list > 389-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >
Ajeet S Raina
2010-Jan-08 16:56 UTC
Re: [389-users] Constructing the Organization Structure
Let me explain you what is the requirement. 1.All we have different projects in Noida and Hyderabad. Those Projects are running on Linux Machines.We are setting up the 389 Server so that these Project Machine Client can authenticate through 389 Server credentials (Just like ADS Clients).Now We need to setup for the same.As of now there are 15 Sysadmin in Noida and 30 Sysadmins in Hyderabad.We need to setup for them. 2.Can we provide Self Service for these users to fill up the data themselves?I dont know how gonna it work but can it be done. 3.Users should be able to change password after 90 days. 4.We need to setup Master -Slave Replication structure too. Pls Suggest.
Rich Megginson
2010-Jan-08 18:05 UTC
Re: [389-users] Constructing the Organization Structure
Ajeet S Raina wrote:> Let me explain you what is the requirement. > 1.All we have different projects in Noida and Hyderabad. > Those Projects are running on Linux Machines.We are setting up the 389 > Server so that these Project Machine Client can authenticate through > 389 Server credentials (Just like ADS Clients).Now We need to setup > for the same.As of now there are 15 Sysadmin in Noida and 30 Sysadmins > in Hyderabad.We need to setup for them.Ah - so you are using windows sync, so you must maintain the same tree structure between AD and 389?> > 2.Can we provide Self Service for these users to fill up the data > themselves?I dont know how gonna it work but can it be done.Yes. Use the 389-dsgw package - this provides a web app that can be used for self service, including allowing the user to change his/her password.> 3.Users should be able to change password after 90 days.You can control this with password policy> 4.We need to setup Master -Slave Replication structure too.None of this would require using a hierarchical tree with multiple OU containers, except if you are using windows sync.> > Pls Suggest. > > ------------------------------------------------------------------------ > > -- > 389 users mailing list > 389-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >