Displaying 5 results from an estimated 5 matches for "ekits".
Did you mean:
edits
2007 Mar 26
2
Custom Mail Directory for some users
...ail/%d/%n
auth default {
machanisms = plain
passdb ldap {
args = /etc/dovecot/dovecot-ldap.com
}
userdb ldap {
args = /etc/dovecot/dovecot-ldap.com
}
userdb static {
args = uid=vmail gid=vmail
user = dovecot
}
and dovecot-ldap.conf:
hosts = localhost
dn = cn=admin,dc=ekits,dc=de
dnpass = secret
auth_bind = yes
ldap_version = 3
base = ou=mailsystem,dc=ekits,dc=de
scope = subtree
user_attrs = mailDirectory=mail
user_filter = (&(objectClass=ekitsMailAccount)(uid=%u))
pass_attrs = uid=user,userPassword=password
pass_filter = (&(objectClass=ekitsMailAccount)(uid...
2014 Jan 01
0
[Bug 1457] X11 Forwarding doesn't work anymore on a solaris 10 host where ipv6 has not been enabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1457
Ian Donaldson <iand at ekit-inc.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |iand at ekit-inc.com
--- Comment #6 from Ian Donaldson <iand at ekit-inc.com> ---
Any updates on this? I
2015 Sep 07
0
[Bug 1457] X11 Forwarding doesn't work anymore on a solaris 10 host where ipv6 has not been enabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1457
--- Comment #7 from Ian Donaldson <iand at ekit-inc.com> ---
FYI had to apply the same patch to 7.1p1
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
2015 Sep 09
0
[Bug 1457] X11 Forwarding doesn't work anymore on a solaris 10 host where ipv6 has not been enabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1457
--- Comment #9 from Ian Donaldson <iand at ekit-inc.com> ---
Ok agreed, my patch reopens that CVE.
The problem is that on Solaris 9 and Solaris 10 if you don't
have IPv6 addresses configured, getaddrinfo() returns both AF_INET and
AF_INET6 entries, and it returns AF_INET6 *first*.
An attempted bind() to an AF_INET6 address on a system
2004 Mar 30
6
[Bug 701] With 'PermitRootPassword without-password' set, root w/pass can still log in with a using 'keyboard-int/pam'
http://bugzilla.mindrot.org/show_bug.cgi?id=701
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |iand at ekit-inc.com
------- Additional Comments From dtucker at zip.com.au 2004-03-30 12:00 -------
*** Bug 713 has been marked as a