This is a discussion on [Samba] Samba on FreeBSD 7.0 within the Samba forums, part of the Networking and Network Related category; Hello ALL, does any body know the options to enable when installing samba from ports collection? cd /usr/ports/net/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
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/...xNetworks.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 LDAP if you want to store users and machines in LDAP ADS if you want your samba server joined to a windows AD domain CUPS if 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 |