]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/mldonkey/users.ini
Start core47.
[people/pmueller/ipfire-2.x.git] / config / mldonkey / users.ini
1
2
3 (************************************)
4 (* Never edit options files when *)
5 (* the daemon is running *)
6 (************************************)
7 (* SECTION : Users *)
8 (* User accounts on the core (new format) *)
9 (************************************)
10
11
12
13 (* The groups that are defined on this core.
14
15 group_admin = Are members of this group MLDonkey admins?
16 Only members of this group can change settings and see uploads.
17 *)
18 groups = [
19 { group_name = mldonkey
20 group_admin = true
21 };]
22
23 (* The users that are defined on this core. The default user is
24 called 'admin', and uses an empty password. To create new users,
25 login as admin in mldonkey, and use the 'useradd' command.
26
27 user_groups = Files belonging to one of these groups can be seen by the user.
28 user_default_group = New downloads by this user will belong to this group.
29 user_commit_dir = Commit files to <incoming>/<user_commit_dir>
30 user_mail = Address used to sent confirmation mails after comitting a download
31 user_max_concurrent_downloads = Maximum number of downloads allowed, 0 = unlimited
32 *)
33 users2 = [
34 { user_name = admin
35 user_pass = "31D6CFE0D16AE931B73C59D7E0C089C0"
36 user_groups = [
37 mldonkey;]
38 user_default_group = mldonkey
39 user_mail = ""
40 user_commit_dir = ""
41 user_max_concurrent_downloads = 0
42 };]
43
44
45 (************************************)
46 (* SECTION : Users *)
47 (* User accounts on the core (old format) *)
48 (************************************)
49
50
51
52 (* Depreciated option, kept for compatibility reasons - used by MLDonkey < 2.7.5 *)
53 users = [
54 (admin, "31D6CFE0D16AE931B73C59D7E0C089C0");]