Ignore:
Timestamp:
Jun 6, 2017, 2:59:26 PM (8 years ago)
Author:
Herwig Bauernfeind
Message:

GUITools: Update CltInit and SambaInit in order to support ACLS browser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/guitools/shared/cltinit.vrs

    r1023 r1027  
    146146    IF options.!debug == 1 THEN say '  rpcclient.exe  = "'samba.!rpcclientexe'"'
    147147
     148    /* smbcacls.exe */
     149    samba.!smbcaclsexe = samba.!bin'\smbcacls.exe'
     150    if \VRFileExists(samba.!smbcaclsexe) then call _ErrorBinaryNotFound " could not find smbcacls.exe!"
     151    IF options.!debug == 1 THEN say '  smbcacls.exe  = "'samba.!smbcaclsexe'"'
     152
    148153    /* smb.conf */
    149154    samba.!smbconf = ETC'\samba\smb.conf'
Note: See TracChangeset for help on using the changeset viewer.