]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Updated for ANONYMOUS
authorTimo Sirainen <tss@iki.fi>
Thu, 8 May 2003 03:47:01 +0000 (06:47 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 8 May 2003 03:47:01 +0000 (06:47 +0300)
--HG--
branch : HEAD

doc/auth.txt

index 02c71ec04495055eca35c600e15f321aa8b769b4..79e02b0eb5faeb0ed96b83dbc74cd9b8a10362f1 100644 (file)
@@ -8,6 +8,10 @@ Currently supported authentication mechanisms:
  - DIGEST-MD5: Should be quite secure by itself. It also supports
    integrity protecting and crypting the rest of the communication, but
    we don't support those yet.
+ - ANONYMOUS: No authentication required. User will be logged in as the user
+   specified by auth_anonymous_username setting (default "anonymous"). There's
+   no special restrictions given for anonymous users so you have to make sure
+   it doesn't have access to unwanted locations.
 
 Currently supported password databases:
 
@@ -58,6 +62,7 @@ nowadays so it doesn't usually work as password database. BSDs are an
 exception to this, they still set the password field even with shadow
 passwords.
 
+As an extension, if home directory ends with "/./", it will be chrooted to.
 
 shadow
 ------