~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to config/mldonkey/users.ini

  • Committer: Daniel Glanzmann
  • Date: 2008-09-26 17:05:28 UTC
  • mto: (1394.1.12)
  • mto: This revision was merged to the branch mainline in revision 1401.
  • Revision ID: git-v1:19ac4d1b6e234e1391b3d406381e3b74e92c40dd
added new useragent thunderbird

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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");]