Subversion Repositories Kolibri OS

Rev

Rev 2554 | 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]
11
pass=		; leavy empty for none
12
home=/rd/1/
2598 hidnplayr 13
mode=3
2554 hidnplayr 14
 
2598 hidnplayr 15
[test]
16
pass=1234
17
home=/rd/1/
18
mode=31
19