Displaying 1 result from an estimated 1 matches for "userprinicipalname".
Did you mean:
userprincipalname
2010 Oct 11
1
Samba4 Active Directory and Doveadm
...r: User init failed
doveadm: Error: Failed to iterate through some users
hosts =FQDN
base = dc=example,dc=com
ldap_version = 3
user_attrs = =homeDirectory=/home/vmail/%d/%n,
=mail=maildir:/home/vmail/%d/%n, uid=vmail, gid=vmail
user_filter =
(&(objectClass=person)(|(mail=%u)(sAMAccountName=%u)(userPrinicipalName=%u)))
# For using doveadm -A:
iterate_attrs = uid=samaccountname
iterate_filter = (objectClass=person)
I can receive email and login just fine. The problem is when doing
doveadm stuff. I do not know ldap (learning as I go). I need to set the
uid/guid to vmail (500 in this case if vmail can't b...