6 | | '''A:''' While the feature set of the utilities will grow over time, you can use the [http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en Microsoft Windows Server 2003 Resource Kit Tools] in order to configure options presently not found in the OS/2 utilities. Both SRVMGR.EXE and USRMGR.EXE work very well with the Samba Server for eCS (OS/2) when run from a Windows workstation.[[BR]] |
7 | | ''Note: Unfortunately these utilities cannot be run using Odin/InnoWin.'' |
| 6 | '''A:''' While the feature set of the utilities will grow over time, you can use the [http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en Microsoft Windows Server 2003 Resource Kit Tools] in order to configure options presently not found in the OS/2 utilities. Both SRVMGR.EXE and USRMGR.EXE work very well with the Samba Server for eCS (OS/2) when run from a Windows NT/2000/XP workstation.[[BR]][[BR]] |
| 7 | Another possibility is the [http://download.microsoft.com/download/win95upg/tool_r/1.0/w95/en-us/nexus.exe Microsoft Nexus package]. This package comes with functionally equivalent versions of SRVMGR.EXE and USRMGR.EXE, but designed to run on Windows 95/98/ME machines.[[BR]][[BR]] |
| 8 | ''Note: Unfortunately none of utilities cannot be run using Odin/InnoWin.'' |
10 | | '''A:''' Yes, that is possible. The sscc.exe installer utility version 0.5.7 that comes with the 3.0.31 WPI package is able to create a smb.conf suitable for a Primary Domain Controller, however it cannot migrate an existing smb.conf. Please note, that it is recommended to use tdbsam backend instead of standard smbpasswd backend if you intend to run a Primary Domain Controller. Use pdbedit with the -i and -e switches to migrate users and groups from smbpasswd backend to tdbsam backend. (pdbedit -i smbpasswd -e tdbsam) |
| 11 | '''A:''' Yes, that is possible. The sscc.exe installer utility version 0.5.7 or better that comes with the 3.0.31 WPI package is able to create a smb.conf suitable for a Primary Domain Controller, however it cannot migrate an existing smb.conf.[[BR]] |
| 12 | |
| 13 | ''Note: It is strongly recommended to use tdbsam backend instead of standard smbpasswd backend if you intend to run a Primary Domain Controller. Use pdbedit in order to migrate users and groups from smbpasswd backend to tdbsam backend.[[BR]] |
| 14 | |
| 15 | Commandline to migrate backend from smbpasswd to tdbsam:[[BR]] |
| 16 | {{{ |
| 17 | pdbedit -i smbpasswd -e tdbsam |
| 18 | }}} |
| 19 | |
| 20 | Afterwards edit smb.conf and add the following line to the [global] section and restart Samba: |
| 21 | {{{ |
| 22 | [global] |
| 23 | ... |
| 24 | passdb backend = tdbsam |
| 25 | ... |
| 26 | }}} |