HOW TO INSTALL SAMBA ON FREEBSD

2009-05-13 00:47:07来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

HOW TO INSTALL SAMBA ON FREEBSD
ASSUMPTIONS:
  • You are familiar with computers, and probably know either Windows or Linux fairly well.
  • You have already installed FreeBSD.  If not, then click here:
    How to Install FreeBSD
  • You have configured the FreeBSD shell.  If not, then click here:
    How to Configure the FreeBSD Shell
  • Your 'ports tree' is up to date.  If you don't know, then it probably isn't current.  Update the ports tree by issuing one of these commands:
    Update the Ports Tree Using CVSup
  • Here is how to configure your computer so that
    CVSup is run on a regular basis
    NOTE WELL:
  • In the Samba configuration file, (as is true with many Unix type files), a hash/pound sign '#', and a semi-colon ';' at the beginning of a line means that the computer should ignore the rest of the line.  Typically, these 'ignore' characters are for your benefit--they usually contain comments about what is taking place. Hence, when a line begins with # or ; it is 'commented out'. Sometimes double slashes '//' have the same 'ignore' effect--it just depends on what type of program is reading the file.
    BEGIN INSTALLATION
  • You can find samba in the this directory:
    /usr/ports/net/samba3
    At the present time (2004 September) '/samba3' will contain the 3.x series.  '/samba' will contain 2.x series, which is obsolete.
  • Enter:
    make install
  • Will look for file and download it from an FTP server if the file doesn't happen to be already in /usr/ports/distfiles/.  The current version of the file (2004 September) is 3.0.7,1 and the file name is samba-3.0.7.tar.gz.
  • Once the file is downloaded and checked for integrity, the screen shows a number of options:
    Options for samba 3.0.7,1 [X] LDAP                      With LDAP support
    [X] ADS                       With Active Directory support
    [X] CUPS                      With CUPS printing support
    [X] WINBIND                   With WinBIND support
    [ ] ACL_SUPPORT               With ACL support
    [ ] SYSLOG                    With Syslog support
    [ ] QUOTAS                    With Quota support
    [X] UTMP                      With UTMP support
    [ ] MSDFS                     With MSDFS support
    [ ] SAM_XML                   With XML smbpasswd backend

    标签:

    版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
    特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

  • 上一篇:FreeBSD网站平台建设全过程(五、安装配置E-mail服务器)

    下一篇:*BSD PF 的一些有用的功能