> >> We have the following set in the imapd.conf for 2.3.1 install:
> >> virtdomains: on
> >> admins: globaladmin [EMAIL PROTECTED]
> >> defaultdomain: xyz.com
> >>
> >> and in saslauthd.conf:
> >> ldap_default_realm: xyz.com
> >>
> >> Following cyradm logins fail for the 'globaladmin', whether or
On Thu, 29 Dec 2005 [EMAIL PROTECTED] wrote:
We have the following set in the imapd.conf for 2.3.1 install:
virtdomains: on
admins: globaladmin [EMAIL PROTECTED]
defaultdomain: xyz.com
and in saslauthd.conf:
ldap_default_realm: xyz.com
Following cyradm logins fail for the 'globaladmin', whethe
> We have the following set in the imapd.conf for 2.3.1 install:
> virtdomains: on
> admins: globaladmin [EMAIL PROTECTED]
> defaultdomain: xyz.com
>
> and in saslauthd.conf:
> ldap_default_realm: xyz.com
>
> Following cyradm logins fail for the 'globaladmin', whether or not
> FQDN is passed as a
Thanks Igor, it works now!
>
> You can add a separate entry for your admins in ldap.
>
We did setup a dummy ldap branch for the default domain (which
is specially setup for this). We use "ldap_auth_method: fastbind"
and use filter to get to base DN, which has domain as one of its
components.
On Wed, 18 Aug 2004 [EMAIL PROTECTED] wrote:
Hello,
I have done some digging into the code and found the following:
The login process is going thru following function calls:
cmd_login() -> imapd_canon_user() -> mysasl_canon_user() -> canonify_userid()
in canonify_userid() for default domain, domain
Hello,
I have done some digging into the code and found the following:
The login process is going thru following function calls:
cmd_login() -> imapd_canon_user() -> mysasl_canon_user() -> canonify_userid()
in canonify_userid() for default domain, domain part is getting dropped and
only mail