Thierry Lacoste
2006-Jul-01 08:20 UTC
[Samba] prefered configuration for a homes share server
I'm using FreeBSD 6.1 DCs with samba-3.0.22 and openldap-2.3.24. I have two DCs. The first one runs the master ldap server and the other runs a replica. They both hold only the [netlogon] share. I have a third machine which holds the [homes] and [profiles] share. This machine is simply joined to the domain and is an LDAP client only at the OS level (i.e. with nss_ldap). Here is its smb.conf (ALDAP1 and ALDAP2 are netbios aliases for the 2 DCs): [global] workgroup = MIAGE netbios name = CAPELLA security = DOMAIN name resolve order = wins bcast wins server = castor netbios aliases = AHOMES APROFILES password server = ALDAP1 ALDAP2 [homes] comment = Home Directories valid users = %S read only = No browseable = No [Profiles] comment = Roaming Profile Share path = /export/profiles read only = No profile acls = Yes From a security and/or performance perpective, is it better to make my smb.conf ldap-aware (with passdb backend = ldapsam, etc...)? Regards, Thierry.