Re: Hi

2013-01-08 Thread Ken Dreyer
On Tue, Jan 8, 2013 at 3:02 AM,   wrote:
> Hi,
>
> Can you please help in setting up the kerberos ? Actually we already
> have a active directory and kerberos setup in our organization ? Only
> thing we need to do is to kerberize the Web Server.

What software does your web server run? Apache, or IIS?

If it's Apache, you should look into
http://modauthkerb.sourceforge.net/ . I recommend getting "Basic" auth
working first, then moving on and setting up "Negotiate" auth.

> We have lot of internal web sites on a web server in which users
> authenticate against active directory and log into the web site. But
> they have to do it for every web site they access in our company.

What specific software does this AD authentication? Is it Apache's
mod_authnz_ldap, or is it in PHP code?

If it's Apache's mod_authnz_ldap, it will probably be easier to drop
in mod_auth_kerb as an authentication replacement. If it's PHP code
that uses ldap_bind(), it will probably be trickier to implement
single sign-on.

- Ken

Kerberos mailing list   Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos


Re: Hi

2013-01-08 Thread toreachdeepak1
Hi,

Can you please help in setting up the kerberos ? Actually we already have a 
active directory and kerberos setup in our organization ? Only thing we need to 
do is to kerberize the Web Server. 

We have lot of internal web sites on a web server in which users authenticate 
against active directory and log into the web site. But they have to do it for 
every web site they access in our company.

The websites are PHP Sites.

Thanks

Deepak

On Friday, May 25, 2012 12:08:57 AM UTC+5:30, Neelam Shah wrote:
> Hi,
> 
> 
> 
> I have implemented Kerberos authentication in my organization. I have
> 
> implemented it in around 15 servers..
> 
> 
> 
> Its working fine for almost 4 months..but recently I am facing some
> 
> issues and need your help..
> 
> 
> 
> 1st issue -
> 
> 
> 
> When I type
> 
> 
> 
> okinit command, I am getting OSD error..


Kerberos mailing list   Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos