Re: Global admin fails via saslauthd and ldap

2005-12-29 Thread imap
> >> 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

Re: Global admin fails via saslauthd and ldap

2005-12-29 Thread Igor Brezac
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

Re: Global admin fails via saslauthd and ldap

2005-12-29 Thread imap
> 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

Re: Global admin fails via saslauthd and ldap

2004-08-19 Thread imap
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.

Re: Global admin fails via saslauthd and ldap

2004-08-19 Thread Igor Brezac
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

Re: Global admin fails via saslauthd and ldap

2004-08-18 Thread imap
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