[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Hobbit Authentication with LDAP or NIS
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Hobbit Authentication with LDAP or NIS
- From: "Steve Holmes" <sholmes42 (at) mac.com>
- Date: Wed, 23 Jul 2008 08:49:44 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type:references :x-google-sender-auth; bh=h+ThkZBPYhS9qmHTCWVxCqtI0M8/cbsd45XU8RAc8Y0=; b=kda6R5uUpJMSeAeS2tsXGHe2hdJGBzgaVEZd5GFkGl0V8iQtX6iHNPvF6/g33XsMls kdqwqmYkbKQdPLLZOfi0snQ0LfAOO5G0RSn34Gu6/uLTksn/uigjP/NE1faUsj/moPF9 p1/G+APzHOzRnMG7PM9ejemYWHo05mKTdJAmU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=huYr0hOPYwBE1DuCaZqbW+l4a7AACFRZoy+RPnDJW3FmZLf+50KvJ2JrCoE4mEC7xJ owhwy2WOKhp6ikzNAFMNoUm9O7BknKSAvc7LqOks3UOxbDITwNOOt5Qki5/UyaUuEy3H dSTo0ha/XNK+CAg4ParA6HhbkIIfnbIVMwNcA=
- References: <961092e10807222241h6800ad23xf05680aa046940e6 (at) mail.gmail.com> <BAC1D28A5AB852439A6914CA7AB4E63F06208CC8 (at) permls05.wde.woodside.com.au> <1d23acab0807230345p4df719aev21f64ddfa2db5071 (at) mail.gmail.com>
On Wed, Jul 23, 2008 at 6:45 AM, Stewart L <stewartl42 (at) gmail.com> wrote:
> I've actually got our Hobbit authing against AD by using LDAP. Works very
> well.
>
> mod_authnz_ldap is the way to go. I can send you a sanitized hobbit.conf if
> you like to show how we did it...
>
> I've done it on RHEL3 using Apache::AuthNetLDAP and RHEL5 using
> mod_authz_ldap
>
> Stewart
>
>
>
> On Wed, Jul 23, 2008 at 3:45 AM, Everett, Vernon <
> Vernon.Everett (at) woodside.com.au> wrote:
>
>> And authentication to AD is also Apache's job, I presume?
>>
>> I am seeing a pattern evolving here :-)
>>
>> Thanks
>> Vernon
>>
>> ------------------------------
>> *From:* Josh Luthman [mailto:josh (at) imaginenetworksllc.com]
>> *Sent:* Wednesday, 23 July 2008 1:42 PM
>> *To:* hobbit (at) hswn.dk
>> *Subject:* Re: [hobbit] Hobbit Authentication with LDAP or NIS
>>
>> This is Apache's job. It can be done.
>>
>> http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html
>> http://www.math.tu-clausthal.de/~matsa/linux/apache-nis/<http://www.math.tu-clausthal.de/%7Ematsa/linux/apache-nis/>
>>
>> Josh Luthman
>> Office: 937-552-2340
>> Direct: 937-552-2343
>> 1100 Wayne St
>> Suite 1337
>> Troy, OH 45373
>>
>> Those who don't understand UNIX are condemned to reinvent it, poorly.
>> --- Henry Spencer
>>
>> On Tue, Jul 22, 2008 at 9:53 PM, Everett, Vernon <
>> Vernon.Everett (at) woodside.com.au> wrote:
>>
>>> Hi all
>>>
>>> I was asked this morning if we can authenticate Hobbit users against our
>>> company LDAP or NIS.
>>> We have multiple hobbit "administrators" and it would be good to keep
>>> track of who acknowledged or updated issues, but maintaining the passwords
>>> manually will be a pain.
>>>
>>> Has anybody done this before?
>>> If so, how?
>>>
>>> Regards
>>> Vernon
>>>
>>>
>>> --
> Stewart
> --
>
We use pubcookie. Works very well if you have real (not self-signed)
certificates. See pubcookie.org.Steve.
--