Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Authentication for master users. Included from 10-auth.conf.
2
 
3
# By adding master=yes setting inside a passdb you make the passdb a list
4
# of "master users", who can log in as anyone else.
5
# <doc/wiki/Authentication.MasterUsers.txt>
6
 
7
# Example master user passdb using passwd-file. You can use any passdb though.
8
passdb {
9
  driver = passwd-file
10
  master = yes
11
  args = /etc/dovecot/master-users
12
 
13
  # Unless you're using PAM, you probably still want the destination user to
14
  # be looked up from passdb that it really exists. pass=yes does that.
15
  pass = yes
16
}