[gentoo-user] IMAP Server - authenticating off a Windows Domain?

2005-12-04 Thread Stroller
Hi there, Does anyone have any experience of this, please? I have a number of users with roaming profiles on a Windows Domain Controller (SBS 2003). I don't want to use Exchange as a mailserver but instead an IMAP sever such as Courier (which I'm familiar with). Each user will have to change

Re: [gentoo-user] IMAP Server - authenticating off a Windows Domain?

2005-12-05 Thread Jose Gonzalez Gomez
2005/12/5, Stroller <[EMAIL PROTECTED]>: Hi there,Does anyone have any experience of this, please? I have a number ofusers with roaming profiles on a Windows Domain Controller (SBS 2003).I don't want to use Exchange as a mailserver but instead an IMAP sever such as Courier (which I'm familiar with)

Re: [gentoo-user] IMAP Server - authenticating off a Windows Domain?

2005-12-05 Thread Sean Johnson
On 12/5/05, Stroller <[EMAIL PROTECTED]> wrote: > Hi there, > > Does anyone have any experience of this, please? I have a number of > users with roaming profiles on a Windows Domain Controller (SBS 2003). > I don't want to use Exchange as a mailserver but instead an IMAP sever > such as Courier (wh

Re: [gentoo-user] IMAP Server - authenticating off a Windows Domain?

2005-12-05 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stroller wrote: > to authenticate against the domain controller everytime the user logs on > to their email? You have many approaches, each of them with specific complications: 1) Samba+Winbind+PAM = You really want samba on a mail server? 2) Kerbero

Re: [gentoo-user] IMAP Server - authenticating off a Windows Domain?

2005-12-10 Thread Stroller
On Dec 5, 2005, at 2:34 pm, Arturo 'Buanzo' Busleiman wrote: Stroller wrote: to authenticate against the domain controller everytime the user logs on to their email? You have many approaches, each of them with specific complications: ... 3) PAM_LDAP and use courier with authpam: May probe

Re: [gentoo-user] IMAP Server - authenticating off a Windows Domain?

2005-12-13 Thread Jose Gonzalez Gomez
2005/12/10, Stroller <[EMAIL PROTECTED]>: On Dec 5, 2005, at 2:34 pm, Arturo 'Buanzo' Busleiman wrote:>> Stroller wrote:>> to authenticate against the domain controller everytime the user logs>> on>> to their email? >> You have many approaches, each of them with specific complications:>> ...> 3) PA

Re: [gentoo-user] IMAP Server - authenticating off a Windows Domain?

2005-12-13 Thread Stroller
On Dec 13, 2005, at 8:36 am, Jose Gonzalez Gomez wrote: Finally, we need to add users to both the Linux server and the Windows domain.  Here lies an obvious deficiency with this solution.  We have provided an enterprise-scalable authentication mechanism but not an enterprise-sca

Re: [gentoo-user] IMAP Server - authenticating off a Windows Domain?

2005-12-13 Thread Hans-Werner Hilse
Hi, > That's the problem I'm getting at the moment - the user authenticates > ok (using Samba's winbind & PAM) but the IMAP server exits because it > can't "chdir" into the user's home directory (which doesn't exist). I'm > told I can use `pam_mkhomedir` to solve this, but I'm beginning to > wonde