Re: Active Directory Authentication via Linux

2002-09-23 Thread Javier Gostling
On Mon, Sep 23, 2002 at 03:05:21PM -0700, Brian Lucas wrote: > OK, I'm the original poster of this message and here's what I discovered > that ultimately made it work. > > Using the PAM_SMB module, users that had complicated passwords with > special characters failed SMB authentication. I chan

RE: Active Directory Authentication via Linux

2002-09-23 Thread Rechenberg, Andrew
You can still do SMB authentication to a Windows 2000 domain running in native mode. -Original Message- From: Furnish, Trever G [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 1:22 PM To: '[EMAIL PROTECTED]' Subject: RE: Active Directory Authentication via Linux

RE: Active Directory Authentication via Linux

2002-09-23 Thread Rechenberg, Andrew
Are you trying to authenticate with pam_smb, Kerberos, or LDAP? Do your usernames in /etc/passwd match those in your AD? Are you not using /etc/passwd and using LDAP or NIS instead? Do you get an 'invalid password' error when you attempt to login? Pam_smb_auth.so is fairly straightforward to s

RE: Active Directory Authentication via Linux

2002-09-23 Thread Brian Lucas
Title: RE: Active Directory Authentication via Linux OK, I'm the original poster of this message and here's what I discovered that ultimately made it work. Using the PAM_SMB module, users that had complicated passwords with special characters failed SMB authentication.  I chang

Re: Active Directory Authentication via Linux

2002-09-23 Thread Javier Gostling
On Mon, Sep 23, 2002 at 03:43:59PM -0500, Furnish, Trever G wrote: > I'm under the impression that you are using the "old" nt method of > authentication here rather than kerberos. I would expect that as most sites > move to active directory they will eventually disable support for their old > au

RE: Active Directory Authentication via Linux

2002-09-23 Thread Furnish, Trever G
MAIL PROTECTED] > Subject: Re: Active Directory Authentication via Linux > > > On Mon, Sep 23, 2002 at 12:35:30PM -0700, Brian Lucas wrote: > > > This is the link that I used: > > > > http://www.csn.ul.ie/~airlied/pam_smb/ > > I was there, but there are i

Re: Active Directory Authentication via Linux

2002-09-23 Thread Javier Gostling
On Mon, Sep 23, 2002 at 12:35:30PM -0700, Brian Lucas wrote: > This is the link that I used: > > http://www.csn.ul.ie/~airlied/pam_smb/ I was there, but there are instructions for modifying the files by hand. Authconfig does it all for you. Cheers, -- Javier Gostling Ingeniero de Sistemas Vir

Re: Active Directory Authentication via Linux

2002-09-23 Thread Javier Gostling
On Mon, Sep 23, 2002 at 12:21:57PM -0500, Furnish, Trever G wrote: > Were you following instructions that told you to take those steps? If so, > where are those instructs so we can start from the same page. Actually, I was not following any web page. I had been fiddling with several methods of

RE: Active Directory Authentication via Linux

2002-09-23 Thread Brian Lucas
This is the link that I used: http://www.csn.ul.ie/~airlied/pam_smb/ -Original Message- From: Furnish, Trever G [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 11:22 AM To: '[EMAIL PROTECTED]' Subject: RE: Active Directory Authentication via Linux Were you

RE: Active Directory Authentication via Linux

2002-09-23 Thread Furnish, Trever G
Were you following instructions that told you to take those steps? If so, where are those instructs so we can start from the same page. I'd like to do the same thing...well, sort of... but I got lucky for now because the active directory domain I'm authenticating into is still providing a PDC em

Re: Active Directory Authentication via Linux

2002-09-23 Thread Javier Gostling
On Mon, Sep 23, 2002 at 09:18:50AM -0700, Brian Lucas wrote: > All, > > I am stumped. I have tried to setup my RH 7.2 box to authenticate against a > Win 2K Active Directory domain but have had no luck. > > Can anyone forward to me any great articles that have helped them do this? > > I have