mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-02 00:02:55 +02:00
Hinzugefügt:
* Mldonkey 2.7.7 * Ocaml - letzte Version. * Net-Config ins Webinterface. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@226 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
36
config/mldonkey/old_config/users.ini
Normal file
36
config/mldonkey/old_config/users.ini
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
|
||||
(************************************)
|
||||
(* Never edit options files when *)
|
||||
(* the daemon is running *)
|
||||
(************************************)
|
||||
(* SECTION : Users *)
|
||||
(* User accounts on the core *)
|
||||
(************************************)
|
||||
|
||||
|
||||
|
||||
(* Depreciated option, kept for compatibility reasons - used by MLDonkey < 2.7.5 *)
|
||||
users = [
|
||||
(admin, "31D6CFE0D16AE931B73C59D7E0C089C0");]
|
||||
|
||||
|
||||
(************************************)
|
||||
(* SECTION : Users *)
|
||||
(* User accounts on the core (new format) *)
|
||||
(************************************)
|
||||
|
||||
|
||||
|
||||
(* The users that are defined on this core. The default user is
|
||||
called 'admin', and uses an empty password. To create new users,
|
||||
login as admin in mldonkey, and use the 'useradd' command. *)
|
||||
users2 = [
|
||||
{ user_name = admin
|
||||
user_pass = "31D6CFE0D16AE931B73C59D7E0C089C0"
|
||||
user_mail = ""
|
||||
};
|
||||
{ user_name = admin
|
||||
user_pass = "31D6CFE0D16AE931B73C59D7E0C089C0"
|
||||
user_mail = ""
|
||||
};]
|
||||
Reference in New Issue
Block a user