Re: [Samba] Need suggestion for domain controller

2010-08-09 Thread Daniel Müller
Why don' t try samba4:
My thread on this list: HOWTO samba4 centos5.5 named dnsupdate drbd simple
failover

---
EDV Daniel Müller

Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 Tübingen

Tel.: 07071/206-463, Fax: 07071/206-499
eMail: muel...@tropenklinik.de
Internet: www.tropenklinik.de
---

-Ursprüngliche Nachricht-
Von: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org] Im
Auftrag von Jack Downes
Gesendet: Montag, 9. August 2010 20:48
An: samba@lists.samba.org
Betreff: Re: [Samba] Need suggestion for domain controller

The quick solution here is to head over to turnkeylinux.org and use 
their prebuilt setup to handle this.  I've not used it  (yet), but if 
it's as good as their other stuff, it's probably quite nice.

Jack

On 07/31/10 07:34 AM, masatheesh wrote:
> Hi,
>
>   I wish to establish domain controller based on Centos 5.x.I am
> considering below setups.
>
> 1) Samba PDC
> 2) OpenLDAP
> 3) Combination of Samba PDC + LDAP
>
>   I am confused to select one among above.Can anyone please suggest
me?
>

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Need suggestion for domain controller

2010-08-09 Thread Jack Downes
The quick solution here is to head over to turnkeylinux.org and use 
their prebuilt setup to handle this.  I've not used it  (yet), but if 
it's as good as their other stuff, it's probably quite nice.


Jack

On 07/31/10 07:34 AM, masatheesh wrote:

Hi,

  I wish to establish domain controller based on Centos 5.x.I am
considering below setups.

1) Samba PDC
2) OpenLDAP
3) Combination of Samba PDC + LDAP

  I am confused to select one among above.Can anyone please suggest me?
   


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Need suggestion for domain controller

2010-08-01 Thread Gaiseric Vandal
I would suggest that putting the PDC and LDAP server on the same machine
does make sense, since they are (from the point of view of windows clients)
so closely integrated.  It is correctly that if you have the both services
on the same machine, then if that machine goes down you lose both
functionality.  However, if the PDC and LDAP server are on separate
machines, if the LDAP server goes down your PDC server is effectively
disabled anyway.

If you want redundancy I suggest configuring two machines-  each machine is
an LDAP server (with replication enabled) and each machine is a samba domain
controller (1 PDC and 1 or more BDC's.)  



-Original Message-
From: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org]
On Behalf Of Rob Townley
Sent: Sunday, August 01, 2010 7:26 PM
To: John Drescher
Cc: samba@lists.samba.org; masatheesh
Subject: Re: [Samba] Need suggestion for domain controller

Please elaborate on why you do not like OpenLDAP and SambaPDC same machine?

RedHat sponsored FreeIPA.org does Samba, 389 ldap, Dns, pki all on one
machine.  So does win ads.

On 7/31/10, John Drescher  wrote:
>>     I wish to establish domain controller based on Centos 5.x.I am
>> considering below setups.
>>
>> 1) Samba PDC
>> 2) OpenLDAP
>> 3) Combination of Samba PDC + LDAP
>>
>>     I am confused to select one among above.Can anyone please suggest me?
>
> All are valid. I mean when setting up a samba domain with open ldap
> you should have at least 1 machine that is a PDC and at least 1
> machine that has openldap on it. Unless this is a home install I
> believe you should have at least 2 of each. The choice of how to
> combine these services is up to the user. For my department (of less
> than 50 users but 30TB of raid on a 100% gigabit network) I have 3 DCs
> and 3 openldap servers. At the moment they are PDC + Openldap. Also
> since I have no user shares on the domain controllers (all data is on
> dual / quad core domain member servers) I have these as guests under a
> vps (openvz or lxc).
>
> John
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  https://lists.samba.org/mailman/options/samba
>
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Need suggestion for domain controller

2010-08-01 Thread Rob Townley
Please elaborate on why you do not like OpenLDAP and SambaPDC same machine?

RedHat sponsored FreeIPA.org does Samba, 389 ldap, Dns, pki all on one
machine.  So does win ads.

On 7/31/10, John Drescher  wrote:
>>     I wish to establish domain controller based on Centos 5.x.I am
>> considering below setups.
>>
>> 1) Samba PDC
>> 2) OpenLDAP
>> 3) Combination of Samba PDC + LDAP
>>
>>     I am confused to select one among above.Can anyone please suggest me?
>
> All are valid. I mean when setting up a samba domain with open ldap
> you should have at least 1 machine that is a PDC and at least 1
> machine that has openldap on it. Unless this is a home install I
> believe you should have at least 2 of each. The choice of how to
> combine these services is up to the user. For my department (of less
> than 50 users but 30TB of raid on a 100% gigabit network) I have 3 DCs
> and 3 openldap servers. At the moment they are PDC + Openldap. Also
> since I have no user shares on the domain controllers (all data is on
> dual / quad core domain member servers) I have these as guests under a
> vps (openvz or lxc).
>
> John
> --
> To unsubscribe from this list go to the following URL and read the
> instructions:  https://lists.samba.org/mailman/options/samba
>
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Need suggestion for domain controller

2010-08-01 Thread Nico Kadel-Garcia
On Sat, Jul 31, 2010 at 3:19 PM, Gaiseric Vandal
 wrote:
> I would consider a newer Linux distribution besides CentOS 5.x  I have
> worked with RHEL and Fedora.   I think (not 100% sure) that Centos 5.x comes
> with Samba 3.0.x  If you want Win 7 client support you would want samba
> 3.4.x or 3.5.x.    Which means either a more current linux release or
> compiling it your self.  I also found that on RHEL client that openldap
> server components were not included.

You can also examine, and hopefully compile for yourself from SRPM,
the packages at http://ftp.sernet.de/pub/samba/3.5/rhel/5/ to get you
up to version 3.5.x.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Need suggestion for domain controller

2010-07-31 Thread Gaiseric Vandal
I would consider a newer Linux distribution besides CentOS 5.x  I have
worked with RHEL and Fedora.   I think (not 100% sure) that Centos 5.x comes
with Samba 3.0.x  If you want Win 7 client support you would want samba
3.4.x or 3.5.x.Which means either a more current linux release or
compiling it your self.  I also found that on RHEL client that openldap
server components were not included.

  

-Original Message-
From: samba-boun...@lists.samba.org [mailto:samba-boun...@lists.samba.org]
On Behalf Of masatheesh
Sent: Saturday, July 31, 2010 9:34 AM
To: samba@lists.samba.org
Subject: [Samba] Need suggestion for domain controller

Hi,

 I wish to establish domain controller based on Centos 5.x.I am
considering below setups.

1) Samba PDC
2) OpenLDAP
3) Combination of Samba PDC + LDAP

 I am confused to select one among above.Can anyone please suggest me?
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Need suggestion for domain controller

2010-07-31 Thread Daniel Müller
Hi,

why don' t try samba4 . Look at my thread:
http://old.nabble.com/HOWTO-centOS-5.5-samba4-dns-dynamic-update-td29264678.html

Daniel

On Sat, 31 Jul 2010 19:04:11 +0530, masatheesh 
wrote:
> Hi,
> 
>  I wish to establish domain controller based on Centos 5.x.I am
> considering below setups.
> 
> 1) Samba PDC
> 2) OpenLDAP
> 3) Combination of Samba PDC + LDAP
> 
>  I am confused to select one among above.Can anyone please suggest
me?
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Need suggestion for domain controller

2010-07-31 Thread Daniel A. Creed
Is this for a heavy duty production environment? The reason I'm asking 
is Samba4 (with is in alpha stage) functions nearly exactly like and AD 
Server (can even manage it using the windows tools) does dynamic DNS 
updates, and works great... It's pretty easy to setup on CentOS as 
well.. 


Thanks,
Dan


-Original Message-
From: John Drescher [mailto:dresche...@gmail.com] 
Sent: Saturday, July 31, 2010 8:46 AM
To: masatheesh
Cc: samba@lists.samba.org
Subject: Re: [Samba] Need suggestion for domain controller

>     I wish to establish domain controller based on Centos 5.x.I am
> considering below setups.
>
> 1) Samba PDC
> 2) OpenLDAP
> 3) Combination of Samba PDC + LDAP
>
>     I am confused to select one among above.Can anyone please suggest 
me?

All are valid. I mean when setting up a samba domain with open ldap
you should have at least 1 machine that is a PDC and at least 1
machine that has openldap on it. Unless this is a home install I
believe you should have at least 2 of each. The choice of how to
combine these services is up to the user. For my department (of less
than 50 users but 30TB of raid on a 100% gigabit network) I have 3 DCs
and 3 openldap servers. At the moment they are PDC + Openldap. Also
since I have no user shares on the domain controllers (all data is on
dual / quad core domain member servers) I have these as guests under a
vps (openvz or lxc).

John
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] Need suggestion for domain controller

2010-07-31 Thread John Drescher
>     I wish to establish domain controller based on Centos 5.x.I am
> considering below setups.
>
> 1) Samba PDC
> 2) OpenLDAP
> 3) Combination of Samba PDC + LDAP
>
>     I am confused to select one among above.Can anyone please suggest me?

All are valid. I mean when setting up a samba domain with open ldap
you should have at least 1 machine that is a PDC and at least 1
machine that has openldap on it. Unless this is a home install I
believe you should have at least 2 of each. The choice of how to
combine these services is up to the user. For my department (of less
than 50 users but 30TB of raid on a 100% gigabit network) I have 3 DCs
and 3 openldap servers. At the moment they are PDC + Openldap. Also
since I have no user shares on the domain controllers (all data is on
dual / quad core domain member servers) I have these as guests under a
vps (openvz or lxc).

John
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba