Changes between Version 3 and Version 4 of UserGuide/Authentication


Ignore:
Timestamp:
08/08/2010 12:28:41 PM (14 years ago)
Author:
johnnyg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuide/Authentication

    v3 v4  
    11== Authentication == 
    2 The daemon looks at the file ~/.config/deluge/auth for doing authentication.  The format of this file is straightforward, each line contains a username:password:level tuple in plaintext. There should always be a 'localclient' entry for use by the UIs running locally by your user. 
     2The daemon looks at the file [http://dev.deluge-torrent.org/wiki/Faq#WheredoesDelugestoreitssettingsconfig <config folder>]/auth for doing authentication. 
     3 
     4The format of this file is straightforward, each line contains a username:password:level tuple in plaintext. 
     5 
     6There should always be a 'localclient' entry for use by the UIs running locally by your user. 
    37 
    48'''Note:''' 
     
    1620Currently, authentication levels aren't used for much but will be in the future. 
    1721 
    18 '''Example of auth file:''' 
     22'''Example of an auth file:''' 
    1923{{{ 
    2024localclient:a7bef72a890:10 
     
    2226user3:anotherpass:5 
    2327}}} 
    24 '''Add new user:''' 
     28'''Example of adding a new user under Linux:''' 
    2529{{{ 
    2630echo "username:password:level" >> ~/.config/deluge/auth