Ja dat is mogelijk en ik heb het werkend.
zie onderstaand mail van helpdesk:
Van: Rod Lee [mailto:rodlee@synology.com]
Verzonden: woensdag 9 augustus 2006 13:55
Aan: *****@*****
Onderwerp: Re: Online Support #4381: [DS-106e 2.0.1 - 3.0368] [rodlee] [*****]
Dear *****
Thank you for your feedback.
About access control of the Web station, please refer to the below and attachment.
a. Create a "passwd" folder in the share "web".
b. Create a ".htaccess" file in the folder "passwd" (the file contents refer to attached file)
c. Create an "admin.pw" file of the Apache password from your PC and add a new user
"admin" in it. And then copy into the folder "passwd".
The "admin.pw" will be used in the folder "passwd" to avoid normal user see the contents
of folder "passwd". There should be only one user "admin" who can login to the webpasswd
to manage password.
d. Create a "normal.pw" file of the Apache password from your PC and add a new user "alex"
in it , And then copy into the folder "passwd".
The "normal.pw" will be used to protect other directories you want to protect.
e. Now, If you have a folder "secret" in the share "web". Please put the ".htaccess" file in
websecret. (The file contents refer to attached file but change the "admin.pw" to "normal.pw")
f. Now, you can have protected direct "secret" now. And your password directory is accessible by admin user only.
Should you have further questions, please contact me again. It would be my pleasure to assist you further.
Sincerely,
Rod Lee
in de .htaccess die in de passwd folder staat, moet het volgende staan, zodat alleen admin toegang heeft:
AuthName "admin"
AuthType "Basic"
AuthUserFile "/volume1/web/passwd/admin.pw"
require valid-user
AuthName kun je veranderen in wat je wil, zodat je weet welk password gebruikt word
om de bestanden admin.pw en normal.pw te maken heb je het bestand:
htpasswd.exe
voor een uitleg hoe je die moet gebruiken kijk je
hierdat bestand is ook daar te downloaden
de code in admin.pw en normal.pw ziet er als volgt uit als het gemaakt is met dat bestand:
admin.pw:
admin:cvdsfjnn.....bYj1ACOMXm7FE
normal.pw:
alex:fgpjhfpg....puvtNsWczYbgo
gebruik bovendstaande niet, zal niet werken. (password wordt versleuteld)
dus in de dir. die gebruikers moeten kunnen bekijken moet een .htaccess staan die vewijst naar normal.pw.
in voorbeeld van de helpdesk dus:
AuthName "users"
AuthType "Basic"
AuthUserFile "/volume1/web/passwd/normal.pw"
require valid-user
htpasswd.exe moet uigevooerd worden in een cmd promt op je eigen computer en dan de bestanden overzetten naar de ds106e
Ik hoop dat je aan deze info genoeg hebt