Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
Mar 6, 2007, 10:28:45 AM (17 years ago)
Author:
Paul Smedley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.10.3 =
     1Samba Server for OS/2 & eComStation
    22
    3 Trac is a '''minimalistic''' approach to '''web-based''' management of
    4 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress.
     3URL for build with some support for EA's is: http://download.smedley.info/samba-3.0.24-os2-20070226r2.zip
    54
    6 All aspects of Trac have been designed with the single goal to
    7 '''help developers write great software''' while '''staying out of the way'''
    8 and imposing as little as possible on a team's established process and
    9 culture.
     5URL for build of v3.0.25pre1 is http://download.smedley.info/samba-3.0.25pre1-os2-20070302.zip
    106
    11 As all Wiki pages, this page is editable, this means that you can
    12 modify the contents of this page simply by using your
    13 web-browser. Simply click on the "Edit this page" link at the bottom
    14 of the page. WikiFormatting will give you a detailed description of
    15 available Wiki formatting commands.
     7As mentioned - this doesn't rely on Security/2 in any way, shape or form.
    168
    17 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created
    18 a new Trac environment, containing a default set of wiki pages and some sample
    19 data. This newly created environment also contains
    20 [wiki:TracGuide documentation] to help you get started with your project.
     9Instead - it uses libc's user/group functions to determine if a user is
     10valid or not.
    2111
    22 You can use [wiki:TracAdmin trac-admin] to configure
    23 [http://trac.edgewall.org/ Trac] to better fit your project, especially in
    24 regard to ''components'', ''versions'' and ''milestones''.
     121) set unixroot=x: where x: is the drive that has a /etc/ path
     132) Unzip ftp://ftp.netlabs.org/pub/gcc/alpha/baselayout.zip to the unixroot drive, then editing \etc\master.passwd and add the users that you need.
    2514
     15Note the syntax of master.passwd - first field before the colon is username, second is password (leave this blank), third is usernumber which much be unique - others aren't important right now.
    2616
    27 TracGuide is a good place to start.
     173) Remove the old pwd.db and spwd.db files from \etc then run pwd_mkdb
     18from \usr\sbin: pwd_mkdb \etc\master.passwd
    2819
    29 Enjoy! [[BR]]
    30 ''The Trac Team''
     204) Edit smb.conf which should be put into %ETC%\samba\*
     21    Note that the default config file smb.conf has provision for a guest account pcguest this user must be either added to master.passwd, the guest access commented out of smb.conf; or the user changed to a user that does exist in master.passwd
    3122
    32 == Starting Points ==
     235) Note that Samba expects the users to be added using smbpasswd.exe too.  Note that currently, smbpasswd.exe has problems generating the password, so users must be added with no password, ie:
     24smbpasswd.exe -a psmedley -n
     25To add user psmedley with no password.
    3326
    34  * TracGuide --  Built-in Documentation
    35  * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project
    36  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions
    37  * TracSupport --  Trac Support
     27Alternately, run smbpasswd on another machine and copy the resulting smbpasswd into %ETC%\samba\private\smbpasswd; or generate the Samba passwords using a Python script such as that found at http://www.cdf.toronto.edu/~agenkin/py/index.pyc/software and paste the password hash directly into smbpasswd
    3828
    39 For a complete list of local wiki pages, see TitleIndex.
     29Currently tested clients:
     30- eCS v2 beta with Netdrive 3.04 and Samba Client v3.0.9 (EA's partially work with 20070226 build)
     31- Windows 2000 running in Svista
     32- Windows XP Home
     33- Mandrake Linux 2006
     34- eCS v1.2 with IBM LAN Client (EA's appear to fully work with 20070226 build)
     35
     36Known Issues
     37
     38   1. EA's not working correctly with Netlabs Samba client
     39   2. Special characters like ÄÖÜäöüß do not display correctly, they display as _
     40
     41            NEW!! Workaround for this - add
     42
     43                unix charset = SYSTEM
     44
     45            to smb.conf - next build will have code to fix this
     46
     47Thanks for testing!