Samba 3.0 alpha1

Mike Papper mike at digitalpipe.net
Mon Dec 10 13:10:24 GMT 2001


What is the cvs command to get this -i.e., is it in another project separate 
from the samba module?

The following gets the latest, is that where the 3.- code is?:

cvs -d :pserver:cvs at pserver.samba.org:/cvsroot co samba 

Or is it in the module named alpha?

cvs -d :pserver:cvs at pserver.samba.org:/cvsroot co alpha1

or possibly in a particular revision in alpha

cvs -d :pserver:cvs at pserver.samba.org:/cvsroot co -r SAMBA_3_0 alpha1 

-----------------------------------------
Also, heres what I did to build a previous version of samba, is this the same 
sequence for every new CVS build?

1) cd samba/source
2) <use vi to edit configure and change the following line:
    # Any additions from configure.in:
    ac_default_prefix=/usr/local/samba
To:
    # Any additions from configure.in:
    ac_default_prefix=/usr/local/samba-2_2
to chnage where the code is installed>
3) ./configure
4) make 
5) make install

then edit /etc/rc.d/init.d/smb.conf to point to /usr/local/samba-2_2/...

Does this seem correct?

Mike Papper

On Wednesday 05 December 2001 04:32 am, you wrote:
> I've just released Samba 3.0 alpha1.
>
> Changes in alpha1
>
>  - winbindd now uses LDAP and works correctly with an ADS server in
>    native mode
>  - XFS quotas code on Linux
>  - group mapping code from JFM
>  - "net rpc join" command replaces smbpasswd -j
>  - fixed winbind initgroups
>
> See the recent checkins button on http://build.samba.org/ for a more
> detailed list.
>
> Cheers, Tridge




More information about the samba-technical mailing list