Adding defaults quota and policy table to phpunit
This commit is contained in:
parent
53c490ab7d
commit
6a8e3c0df3
|
@ -0,0 +1,65 @@
|
||||||
|
quotas:
|
||||||
|
-
|
||||||
|
uid : 2000
|
||||||
|
name : cron
|
||||||
|
total : 0
|
||||||
|
-
|
||||||
|
uid: 2000
|
||||||
|
name: dom
|
||||||
|
total: 1
|
||||||
|
-
|
||||||
|
uid: 2000
|
||||||
|
name: ftp
|
||||||
|
total: 2
|
||||||
|
-
|
||||||
|
uid: 2000
|
||||||
|
name: mail
|
||||||
|
total: 10
|
||||||
|
-
|
||||||
|
uid: 2000
|
||||||
|
name: mysql
|
||||||
|
total: 1
|
||||||
|
-
|
||||||
|
uid: 2000
|
||||||
|
name: piwik
|
||||||
|
total: 0
|
||||||
|
-
|
||||||
|
uid: 2000
|
||||||
|
name: stats
|
||||||
|
total: 1
|
||||||
|
-
|
||||||
|
uid : 2000
|
||||||
|
name : web
|
||||||
|
total : 51200
|
||||||
|
|
||||||
|
uid : 2001
|
||||||
|
name : cron
|
||||||
|
total : 0
|
||||||
|
-
|
||||||
|
uid: 2001
|
||||||
|
name: dom
|
||||||
|
total: 1
|
||||||
|
-
|
||||||
|
uid: 2001
|
||||||
|
name: ftp
|
||||||
|
total: 2
|
||||||
|
-
|
||||||
|
uid: 2001
|
||||||
|
name: mail
|
||||||
|
total: 10
|
||||||
|
-
|
||||||
|
uid: 2001
|
||||||
|
name: mysql
|
||||||
|
total: 1
|
||||||
|
-
|
||||||
|
uid: 2001
|
||||||
|
name: piwik
|
||||||
|
total: 0
|
||||||
|
-
|
||||||
|
uid: 2001
|
||||||
|
name: stats
|
||||||
|
total: 1
|
||||||
|
-
|
||||||
|
uid : 2001
|
||||||
|
name : web
|
||||||
|
total : 51200
|
|
@ -0,0 +1,13 @@
|
||||||
|
policy:
|
||||||
|
-
|
||||||
|
name : ftp
|
||||||
|
minsize : 0
|
||||||
|
maxsize : 66
|
||||||
|
classcount : 0
|
||||||
|
allowlogin : 0
|
||||||
|
-
|
||||||
|
name : mem
|
||||||
|
minsize : 0
|
||||||
|
maxsize : 64
|
||||||
|
classcount : 0
|
||||||
|
allowlogin: 0
|
Loading…
Reference in New Issue