Changes between Version 1 and Version 2 of WikiStart
- Timestamp:
- Mar 6, 2007, 11:28:45 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v1 v2 1 = Welcome to Trac 0.10.3 = 1 Samba Server for OS/2 & eComStation 2 2 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. 3 URL for build with some support for EA's is: http://download.smedley.info/samba-3.0.24-os2-20070226r2.zip 5 4 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. 5 URL for build of v3.0.25pre1 is http://download.smedley.info/samba-3.0.25pre1-os2-20070302.zip 10 6 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. 7 As mentioned - this doesn't rely on Security/2 in any way, shape or form. 16 8 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. 9 Instead - it uses libc's user/group functions to determine if a user is 10 valid or not. 21 11 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''. 12 1) set unixroot=x: where x: is the drive that has a /etc/ path 13 2) 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. 25 14 15 Note 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. 26 16 27 TracGuide is a good place to start. 17 3) Remove the old pwd.db and spwd.db files from \etc then run pwd_mkdb 18 from \usr\sbin: pwd_mkdb \etc\master.passwd 28 19 29 Enjoy! [[BR]] 30 ''The Trac Team'' 20 4) 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 31 22 32 == Starting Points == 23 5) 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: 24 smbpasswd.exe -a psmedley -n 25 To add user psmedley with no password. 33 26 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 27 Alternately, 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 38 28 39 For a complete list of local wiki pages, see TitleIndex. 29 Currently 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 36 Known 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 47 Thanks for testing!