mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
* 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
33 lines
900 B
INI
33 lines
900 B
INI
|
|
|
|
(************************************)
|
|
(* 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 = ""
|
|
};]
|