Displaying 4 results from an estimated 4 matches for "samaaccountname".
Did you mean:
samaccountname
2010 Nov 09
1
Help! LDAP/AD Problem with dovecot
...r at mydomain
dnpass = mypass
#ldap_version = 3
base = DC=base,DC=com
deref = never
scope = subtree
user_attrs = sAMAccountName=mail=maildir:/home/vmail/%$/.EMAIL,
=uidNumer=5000, =gidNumber=5000
user_filter =
(&(objectClass=user)(|(sAMAccountName=%u)(mail=%u)(othermailbox=%u)))
pass_attrs = sAMAaccountName=user,userPassword=password
pass_filter = (&(objectClass=person)(sAMAaccountName=%u))
My errors are:
- While logging in with IMAP
2010-11-10 00:32:30 imap-login: Error: Timeout waiting for handshake
from auth server. my pid=16293, input bytes=0
- manual execution of deliver -d myuser at dom...
2004 Sep 09
2
Problem using pam_winbind to authenticate with Windows 2003 Active Directory Server.
...the instructions in the HOW-TO samba documentation on
setting up windbind, kerberos, and pam_winbind.
I've successfully logged into the LINUX box with certain AD user
credentials but not with others, which are the majority.
Here is what I've observed about the 2 sets of user accounts:
If sAMAaccountName = UserPrincipalName
user can Log in
Else
can't ( The error message from pam_winbind is: PAM error was 10, NT
error was NT_STATUS_NO_SUCH_USER )
Why is this occuring? Do I need to use other programs in conjunction
with samba to get this to work and if so are there
some instructions to do...
2010 Aug 09
1
dovecot 1.2 and quota_rules from AD
...aildir:User quota
#quota_rule = *:storage=2M // tried with and without this line
}
dovecot-ldap.conf:
...
user_attrs = sAMAccountName=mail=maildir:/var/vmail/%$/Maildir,
quotaMail=quota_rule=*:storage=%$
user_filter = (&(objectClass=person)(|(mail=%u)(sAMAccountName=%u)))
pass_attrs = sAMAaccountName=user,userPassword=password
pass_filter = (&(objectClass=person)(sAMAaccountName=%u))
Quotas are set by the quotaMail in AD. And here is the log:
Aug 9 11:41:37 vm29 dovecot: auth(default): master in:
USER#0111#011testeti at teste.mydomain#011service=deliver
Aug 9 11:41:37 vm29 dovecot: au...
2014 Oct 21
0
Multiple user attributes in LDAP userdb query strings
...lar user (Login: user1, smtp: user1 at domain1.com, alias
smtp: user1_alias at domain1.com) the variables will be:
home: /Mailboxes/AdmUsers/user1/
mail: /Mailboxes/AdmUsers/user1/Maildir
Active Directory has the values in: mail:(user1 at domain1.com),
proxyAddresses:(user1_alias at domain1.com), sAMAaccountName(user1).
I have defined home and mail in dovecot-ldap.conf.
# User attributes are given in LDAP-name=dovecot-internal-name list. The
# internal names are:
# uid - System UID
# gid - System GID
# home - Home directory
# mail - Mail location
#
# There are also other special fields which c...