[Samba] Samba on FreeBSD 7.0

2008-06-13 Thread white list
Hello ALL,
does any body know the options to enable when installing samba from ports
collection?
cd /usr/ports/net/samba3
make config
shows a list of options such as LDAP  or ADS support.
can anybody help?

Thanks in advance!
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba on FreeBSD 7.0

2008-06-13 Thread Thierry Lacoste
On Friday 13 June 2008 20:40, white list wrote:
 Hello ALL,
 does any body know the options to enable when installing samba from ports
 collection?
It depends what you intend to do with samba.
A good start could be the first part of samba 3 by example
http://us1.samba.org/samba/docs/man/Samba-Guide/ExNetworks.html
6 implementations are described so that you can choose the closest
to your needs; after that the options become clearer.

If it is just for testing samba without a particular goal in mind yet,
I guess you probably can enable everything.
The other way round would be compiling with no options and when
you're stuck with something you can't do, recompile with the correct
option(s).

You chould check
 LDAPif you want to store users and machines in LDAP
 ADS if you want your samba server joined to a windows AD domain
 CUPSif you want a print server
 WINBIND if windows will store users who will ues your samba server
 ACL_SUPPORT if you want windows-type ACLs
 etc...

HTH

Thierry


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