FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Redhat > Fedora Directory

 
 
LinkBack Thread Tools
 
Old 01-08-2010, 01:53 PM
Ajeet S Raina
 
Default Constructing the Organization Structure

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?



--
389 users mailing list
389-users@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-directory-users
 
Old 01-08-2010, 02:20 PM
Rich Megginson
 
Default 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



--
389 users mailing list
389-users@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-directory-users
 
Old 01-08-2010, 02:36 PM
Prashanth Sundaram
 
Default Constructing the Organization Structure

Title: Re: [389-users] Constructing the Organization Structure



Read this before you design/deploy.

http://www.redhat.com/docs/manuals/dir-server/8.1/deploy/index.html



You can take a look at the views as that might be of your interest and specified OU structure.

http://www.redhat.com/docs/manuals/dir-server/8.1/admin/using-views.html



PS: The default flat OU’s are easier to maintain and manage.



-Prashanth



--
389 users mailing list
389-users@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-directory-users
 
Old 01-08-2010, 03:56 PM
Ajeet S Raina
 
Default 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.


--
389 users mailing list
389-users@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-directory-users
 
Old 01-08-2010, 05:05 PM
Rich Megginson
 
Default 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



--
389 users mailing list
389-users@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-directory-users
 
Old 01-11-2010, 04:54 AM
Ajeet S Raina
 
Default Constructing the Organization Structure

Hello Prasanth,

I looked into your link and found it informative.
As of now, I have created ou=Location Views under which I have put ou=Noida and ou=Hyderabad.
Now What my plan is putting all the projects under respective Location.

Say, I have Project-1,Project-2 and Project-3 under Noida and Project-4, Project-5 under Hyderabad.
Under each project , there are minimal 4-5 machines where each machine has generic 4-5 users.
How can I proceed further to setup the same.


Pls Suggest.


On Fri, Jan 8, 2010 at 9:06 PM, Prashanth Sundaram <psundaram@wgen.net> wrote:






Read this before you design/deploy.

http://www.redhat.com/docs/manuals/dir-server/8.1/deploy/index.html



You can take a look at the views as that might be of your interest and specified OU structure.

http://www.redhat.com/docs/manuals/dir-server/8.1/admin/using-views.html



PS: The default flat OU’s are easier to maintain and manage.



-Prashanth




--

389 users mailing list

389-users@redhat.com

https://www.redhat.com/mailman/listinfo/fedora-directory-users




--


”It is not possible to rescue everyone who is caught in the Windows quicksand
* * * * * --Make sure you are on solid Linux ground before trying.”




--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users
 

Thread Tools




All times are GMT. The time now is 09:13 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright 2007 - 2008, www.linux-archive.org