Displaying 3 results from an estimated 3 matches for "saslauthd_path".
2009 Jan 30
2
Using dovecot sasl for authenticating in openldap
...cot-sasl.
So looking at this page:
http://www.openldap.org/doc/admin24/security.html
I figure it could be done using Pass-Through authentication.
For this, I need to create
/usr/lib/sasl2/slapd.conf
And adding a few config paremeters. This is a example
mech_list: plain
pwcheck_method: saslauthd
saslauthd_path: /var/run/sasl2/mux
I understand the mech_list parameter, but I have no Idea what to put in for the rest.
Any help?
Thanks!
Nathan
2005 Sep 06
3
Postfix+sasl Outlook problem.
I have mail server on CentOS 4.1. Sasl authorization for SMTP is
enabled. Thunderbird sends mail, but Outlook get an error 554, Relay
access denied, error number 0x800CCC79
Outlook has a login and password for SMTP enabled.
It is strange, because there is no any sign of authorize in maillog when
Outlook try to send mail.
--
____________________________________________________________________
D
2012 Aug 07
0
Authentication via SASL and LDAP?
...it is possible to use SASL with a different authentication method other than DIGEST-MD5. I would like to authenticate users via LDAP - is this possible? I configured LDAP authentication via SASL as follows:
/etc/sasl2/libvirt.conf
pwcheck_method: saslauthd
mech_list: PLAIN LOGIN
log_level: 5
saslauthd_path: /var/run/saslauthd/mux
auxprop_plugin: ldap
/etc/saslauthd.conf
ldap_servers: ldap://ldap_ip_addr:389/
ldap_search_base: ou=People,dc=x-es,dc=com
ldap_auth_method: none
ldap_filter: uid=%u
ldap_version: 3
/etc/default/saslauthd
START=yes
DESC="SASL Authentication Daemon"...