Ignore:
Timestamp:
Nov 10, 2011, 9:32:23 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: EVFSGUI 2.5.x: Support WINS, store credentials

File:
1 edited

Legend:

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

    r638 r660  
    124124    IF options.!debug == 1 THEN say '  Samba smb.conf = "'samba.!smbconf'"'
    125125
     126    /* complete shadow copy of smb.conf in temporary directory - should always be created on the fly */
     127    /* before reading from it */
     128    samba.!shadowsmbconf = TempDir||'smb.conf'
     129
     130    /* lmhosts */
     131    samba.!lmhosts = ETC'\samba\lmhosts'
     132    if \VRFileExists(samba.!lmhosts) then call _ErrorDataFileNotFound samba.!lmhosts' is not present.'
     133    IF options.!debug == 1 THEN say '  Samba lmhosts  = "'samba.!lmhosts'"'
     134
     135    /* FIXME: Needs to be changed for Samba 3.3+ */
    126136    /* upcase table files - several utilities need these */
    127137    if (\VRFileExists(samba.!bin'\lib\upcase.dat')) |,
Note: See TracChangeset for help on using the changeset viewer.