Displaying 2 results from an estimated 2 matches for "verystupid".
2020 Nov 22
2
Dovecot+Samba AD - authentication failure
Hi,
I have setup samba4 as AD and hoping to have dovecot authenticate users
against it. I am facing challenges though and I am unable to figure it out.
I could do with a third eye to help me spot what is wrong.
root at adc0:/etc# doveadm auth test -x service=imap odhiambo at newideatest.local
Password:
passdb: odhiambo at newideatest.local auth failed
extra fields:
temp
Warning: auth-client:
2020 Nov 24
0
Dovecot+Samba AD - authentication failure - SOLVED
...guishedName: CN=Odhiambo Washington,CN=Users,DC=newideatest,DC=local
>
For the record, this is what I finally came up with that worked -
dovecot-ldap.conf.ext:
##### BEGIN
uris = ldap://localhost/
dn = "dovecot at newideatest.local"
dnpass = "verystupid"
sasl_bind = no
tls = no
ldap_version = 3
deref = never
scope = subtree
base = cn=Users,dc=NEWIDEATEST,dc=LOCAL
auth_bind = yes
#user_filter = (mail=%u)
#pass_filter = (mail=%u)
#pass_attrs = mail=%u,= userPasswo...