]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/mldonkey/users.ini
HinzugefĆ¼gt:
[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 *)
9 (************************************)
10
11
12
13 (* Depreciated option, kept for compatibility reasons - used by MLDonkey < 2.7.5 *)
14 users = [
15 (admin, "31D6CFE0D16AE931B73C59D7E0C089C0");]
16
17
18 (************************************)
19 (* SECTION : Users *)
20 (* User accounts on the core (new format) *)
21 (************************************)
22
23
24
25 (* The users that are defined on this core. The default user is
26 called 'admin', and uses an empty password. To create new users,
27 login as admin in mldonkey, and use the 'useradd' command. *)
28 users2 = [
29 { user_name = admin
30 user_pass = "31D6CFE0D16AE931B73C59D7E0C089C0"
31 user_mail = ""
32 };]