Changeset 277 for branches/guitools-1.0/shared/swat.vrs
- Timestamp:
- Jun 18, 2009, 10:45:43 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-1.0/shared/swat.vrs
r269 r277 2 2 */ 3 3 _FindHtpasswd: 4 IF options.!debug == 1 THEN say '_FindHtpasswd() started' 4 5 /* htpasswd.exe - required for SWAT but not really part of Samba */ 5 6 samba.!htpasswdexe = "" … … 59 60 swatusers = ETC'\samba\private\swatusers' 60 61 end 62 IF options.!debug == 1 THEN say '_FindHtpasswd() done' 61 63 return
Note:
See TracChangeset
for help on using the changeset viewer.