Changeset 574
- Timestamp:
- Jun 13, 2011, 10:38:07 AM (14 years ago)
- Location:
- branches/guitools-1.0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-1.0/install/changes
r569 r574 1 Version 1.x.x xx-xx-2011 1 Version 1.0.1 13-06-2011 2 +Added: Workgroup/Domain can set during installation 2 3 *Changed: Internal names of objects 3 4 Version 1.0.0 13-03-2010 -
branches/guitools-1.0/install/sscc.vrp
r569 r574 6 6 RunDirectory: E:\Dev\REXX\VXREXX\Projects\Samba\install 7 7 VRXWindow: __VREMainWindow,1,1987,5059,891,7263 8 VRXWindow: __VRESectionListWindow,1, 2048,9877,8974,48909 VRXWindow: __VREToolsWindow,1, 2674,4481,6480,166510 VRXWindow: __VREWindListWindow,1, 193,14406,2650,31508 VRXWindow: __VRESectionListWindow,1,3071,10551,8974,4890 9 VRXWindow: __VREToolsWindow,1,1590,337,6483,1667 10 VRXWindow: __VREWindListWindow,1,422,10551,2650,3150 11 11 UserFile: 1 12 12 UserWindow: Main,1 13 UserWindow: Installer,1 -
branches/guitools-1.0/install/sscc.vrx
r569 r574 1082 1082 section = '[global]' 1083 1083 call lineout smbconf, section 1084 call lineout smbconf, Indent||'workgroup = WORKGROUP'1084 call lineout smbconf, Indent||'workgroup = 'VRGet("EF_Workgroup_Initial","value") 1085 1085 call lineout smbconf, Indent||'netbios name = 'value('HOSTNAME',,'OS2ENVIRONMENT') 1086 1086 call lineout smbconf, Indent||'server string = %h Samba Server for eCS (OS/2)' … … 2739 2739 */ 2740 2740 PB_Install_Default_Click: 2741 if VRGet("EF_Workgroup_Initial","Value") = "" then return 2742 2741 2743 if \VRGet("CB_NoRoot","Set") then do 2742 2744 if \_SambaRootPWCheck() then return … … 2765 2767 */ 2766 2768 PB_Install_Migration_Click: 2769 if VRGet("EF_Workgroup_Initial","Value") = "" then return 2770 2767 2771 if \VRGet("CB_NoRoot","Set") then do 2768 2772 if \_SambaRootPWCheck() then return -
branches/guitools-1.0/smbusers/readme.smbusers
r490 r574 1 Local Samba users and groups 0.9. 92 ================================== 1 Local Samba users and groups 0.9.10-test 2 ======================================== 3 3 4 4 NOTE: If smbusers.exe detects an error during startup (inspect the console … … 11 11 NOTE: Ticket #59 seems to be gone in Samba 3.3.x! 12 12 13 NOTE: smbusers.exe needs rexxini.dll, drctl017.dll and vrobj.dll somewhere14 in the LIBPATH. In case you installed a recent Samba WPI thisis15 requirement is fullfilled.13 NOTE: smbusers.exe needs rexxini.dll, drctl017.dll, rxcrypt.dll and vrobj.dll 14 somewhere in the LIBPATH. In case you installed a recent Samba WPI this 15 is requirement is fullfilled. 16 16 17 17 NOTE: Version 0.5.0 or better are designed to work with the new usermod.cmd
Note:
See TracChangeset
for help on using the changeset viewer.