Ignore:
Timestamp:
Jun 18, 2009, 10:45:43 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Updates in the shared code for the GUI tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-1.0/shared/swat.vrs

    r269 r277  
    22*/
    33_FindHtpasswd:
     4    IF options.!debug == 1 THEN say '_FindHtpasswd() started'
    45    /* htpasswd.exe - required for SWAT but not really part of Samba */
    56    samba.!htpasswdexe = ""
     
    5960        swatusers = ETC'\samba\private\swatusers'
    6061    end
     62    IF options.!debug == 1 THEN say '_FindHtpasswd() done'
    6163return
Note: See TracChangeset for help on using the changeset viewer.