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/sambainit.vrs

    r1023 r1027  
    178178    if \VRFileExists(samba.!nmblookupexe) then call _ErrorBinaryNotFound 'Could not find "'samba.!nmblookupexe'"!'
    179179    IF options.!debug == 1 then say '  nmblookup.exe  = "'samba.!nmblookupexe'"'
     180   
     181    /* smbspool.exe */
     182    samba.!smbspoolexe = samba.!bin'\smbspool.exe'
     183    if \VRFileExists(samba.!smbspoolexe) then call _ErrorBinaryNotFound " could not find smbspool.exe!"
     184    IF options.!debug == 1 THEN say '  smbspool.exe   = "'samba.!smbspoolexe'"'
     185
     186    /* rpcclient.exe */
     187    samba.!rpcclientexe = samba.!bin'\rpcclient.exe'
     188    if \VRFileExists(samba.!rpcclientexe) then call _ErrorBinaryNotFound " could not find rpcclient.exe!"
     189    IF options.!debug == 1 THEN say '  rpcclient.exe  = "'samba.!rpcclientexe'"'
     190
     191    /* smbcacls.exe */
     192    samba.!smbcaclsexe = samba.!bin'\smbcacls.exe'
     193    if \VRFileExists(samba.!smbcaclsexe) then call _ErrorBinaryNotFound " could not find smbcacls.exe!"
     194    IF options.!debug == 1 THEN say '  smbcacls.exe  = "'samba.!smbcaclsexe'"'
    180195
    181196    /* pwd_mkdb */
Note: See TracChangeset for help on using the changeset viewer.