Changeset 574


Ignore:
Timestamp:
Jun 13, 2011, 10:38:07 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: SSCC: Workgroup/Domain can be set during installation

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
     1Version 1.0.1 13-06-2011
     2                         +Added: Workgroup/Domain can set during installation
    23                         *Changed: Internal names of objects
    34Version 1.0.0 13-03-2010
  • branches/guitools-1.0/install/sscc.vrp

    r569 r574  
    66RunDirectory: E:\Dev\REXX\VXREXX\Projects\Samba\install
    77VRXWindow: __VREMainWindow,1,1987,5059,891,7263
    8 VRXWindow: __VRESectionListWindow,1,2048,9877,8974,4890
    9 VRXWindow: __VREToolsWindow,1,2674,4481,6480,1665
    10 VRXWindow: __VREWindListWindow,1,193,14406,2650,3150
     8VRXWindow: __VRESectionListWindow,1,3071,10551,8974,4890
     9VRXWindow: __VREToolsWindow,1,1590,337,6483,1667
     10VRXWindow: __VREWindListWindow,1,422,10551,2650,3150
    1111UserFile: 1
    1212UserWindow: Main,1
     13UserWindow: Installer,1
  • branches/guitools-1.0/install/sscc.vrx

    r569 r574  
    10821082        section       = '[global]'
    10831083        call lineout smbconf, section
    1084         call lineout smbconf, Indent||'workgroup = WORKGROUP'
     1084        call lineout smbconf, Indent||'workgroup = 'VRGet("EF_Workgroup_Initial","value")
    10851085        call lineout smbconf, Indent||'netbios name = 'value('HOSTNAME',,'OS2ENVIRONMENT')
    10861086        call lineout smbconf, Indent||'server string = %h Samba Server for eCS (OS/2)'
     
    27392739*/
    27402740PB_Install_Default_Click:
     2741    if VRGet("EF_Workgroup_Initial","Value") = "" then return
     2742
    27412743    if \VRGet("CB_NoRoot","Set") then do
    27422744        if \_SambaRootPWCheck() then return
     
    27652767*/
    27662768PB_Install_Migration_Click:
     2769    if VRGet("EF_Workgroup_Initial","Value") = "" then return
     2770
    27672771    if \VRGet("CB_NoRoot","Set") then do
    27682772        if \_SambaRootPWCheck() then return
  • branches/guitools-1.0/smbusers/readme.smbusers

    r490 r574  
    1 Local Samba users and groups 0.9.9
    2 ==================================
     1Local Samba users and groups 0.9.10-test
     2========================================
    33
    44NOTE: If smbusers.exe detects an error during startup (inspect the console
     
    1111NOTE: Ticket #59 seems to be gone in Samba 3.3.x!     
    1212
    13 NOTE: smbusers.exe needs rexxini.dll, drctl017.dll and vrobj.dll somewhere
    14       in the LIBPATH. In case you installed a recent Samba WPI this is
    15       requirement is fullfilled.
     13NOTE: 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.
    1616     
    1717NOTE: 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.