Subversion Repositories Kolibri OS

Rev

Rev 2598 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2598 hidnplayr 1
;  Access modes
2
;
3
; List		= 1
4
; Read		= 2
5
; Write		= 4
6
; Delete		= 8
7
; Change directory	= 16
8
 
9
 
2554 hidnplayr 10
[anonymous]
2958 hidnplayr 11
; leavy pass empty to disable it
12
pass=
2554 hidnplayr 13
home=/rd/1/
2598 hidnplayr 14
mode=3
2554 hidnplayr 15
 
2598 hidnplayr 16
[test]
17
pass=1234
18
home=/rd/1/
19
mode=31
20