Displaying 3 results from an estimated 3 matches for "auth_pass".
Did you mean:
auth_passdb
2003 Mar 19
4
Samba print command only works on restart, help!
.../local/bin/ps2pdf';
my $output_location = '/var/spool/samba/perl-output.pdf';
my $smtp_server = '1.1.1.1';
my $msg_subject = 'subject';
my $msg_body = 'This is a pdf attachment.';
my $from_address = 'whatever@blah.com';
my $auth_user = 'user';
my $auth_pass = 'pass';
my $to_address = 'whatever@blah.com';
print "Variables set.\n";
@ps2pdfcmd = ($ps2pdf_location, $print_location, $output_location);
system(@ps2pdfcmd) == 0
or die "system @ps2pdfcmd failed: $?";
print "PDF generated.\n";
$sender = new Ma...
2006 Aug 02
0
Dovecot + Ldap problem
...plaintext_auth = no
login_user = dovecot
first_valid_uid = 101
last_valid_uid = 101
first_valid_gid = 101
last_valid_gid = 101
valid_chroot_dirs =/home/vmail/domains
default_mail_env = maildir:/home/vmail/domains/%d/%n
auth = default
auth_mechanisms = plain
auth_userdb = ldap /etc/dovecot-ldap.conf
auth_pass = ldap /etc/dovecot-ldap.conf
auth_executable = /usr/libexec/dovecot/dovecot-auth
auth_user = dovecot-auth
It is complaining about the auth_userdb parameter as var as I can see.
Can any-one advise me on a solution please
-------------- next part --------------
An HTML attachment was scrubbed......
2006 Aug 02
2
Cyrus + ldap
...plaintext_auth = no
login_user = dovecot
first_valid_uid = 101
last_valid_uid = 101
first_valid_gid = 101
last_valid_gid = 101
valid_chroot_dirs =/home/vmail/domains
default_mail_env = maildir:/home/vmail/domains/%d/%n
auth = default
auth_mechanisms = plain
auth_userdb = ldap /etc/dovecot-ldap.conf
auth_pass = ldap /etc/dovecot-ldap.conf
auth_executable = /usr/libexec/dovecot/dovecot-auth
auth_user = dovecot-auth
It is complaining about the auth_userdb parameter as var as I can see.
Can anyone help please.