Hi, by example:

$ more /etc/pam.d/dovecot
auth       sufficient     pam_ldap.so
account    sufficient     pam_ldap.so
session    optional     pam_ldap.so

$ cat /etc/ldap.conf
host xxxxxx
base cn=Users,dc=xxx,dc=com
port 389
scope sub
timelimit 120
bind_timelimit 120
idle_timelimit 3600
pam_login_attribute uid
ssl no
tls_cacertdir /etc/openldap/cacerts
pam_password md5

Frank Bonnet escribió:
Hello

I'm searching infos on using Dovecot with pam_ldap and FreeBSD 6.2
any pointers welcome :-)

Thanks

Reply via email to