02-26-2013 01:21 PM
Hi,
I am developing some distance-learning applications, and I need to make the Vi's only accessible by username and password, and the best solution to me so far is protecting my VI's with the tutorial found here. I did all the steps mentioned in this link, but when I try to open some vi that is in my labview/www folder, it opens normally without asking me to input username and password.
I dont know if I am doing something wrong, so any help will be aprreciated. In another thread, some person said that a plugin would be needed, I tryied to install it but it says that Internet Toolkit 6.0 its not properly installed( I guess that my Internet Toolkit is newer that 6.0).
These are my htaccess, grp and pwd files, they are all in my labview/www folder. I also attached a picture to show my G Web Server configuration. My LabVIEW Version is Professional, 2009.
HTACCESS:
AuthName "Test"
AuthUserFile pwd.txt
AuthGroupFile grp.txt
<Limit GET POST>
require group group1
require user fabio
require user aluno
</Limit>
GRP:
group1:fabio
group2:aluno
PWD:
fabio:eraoileiehlrmniplj
aluno:fuacbbdjfditmfmmmn
04-18-2013 02:02 PM