Re: [users@httpd] Re: Single Sign-On windows AD authentication with Windows Apache web server

2015-09-07 Thread Ashish Mistry
Hi Yann, That seems useful. Thank you so much for your efforts. I will try that and let you know the results. Regards, *Ashish Mistry* Hi, On Mon, Sep 7, 2015 at 7:53 AM, Ashish Mistry wrote: I have gone through many articles by searching on Google. I have tried

Re: [users@httpd] Re: Single Sign-On windows AD authentication with Windows Apache web server

2015-09-07 Thread Yann Ylavic
Hi, On Mon, Sep 7, 2015 at 7:53 AM, Ashish Mistry wrote: > I have gone through many articles by searching on Google. I have tried > searching the below terms > - "Apache web server single sign-on for window AD server" > - "Single sign-on for windows AD for apache web

Re: [users@httpd] Re: Single Sign-On windows AD authentication with Windows Apache web server

2015-09-07 Thread Curtis Maurand
This will probably help. windows active directory is essentially a hacked version of LDAP. More notably as with other services in windows, it's probably in violation of gnu licensing. It also uses kerberos. I digress. Since it is a glorified LDAP server, you can use ldap facilities.

Re: [users@httpd] Re: Single Sign-On windows AD authentication with Windows Apache web server

2015-09-07 Thread Curtis Maurand
Here's one from Microsoft. https://support.microsoft.com/en-us/kb/555092 --Curtis On 9/7/2015 12:52 AM, Ashish Mistry wrote: Hi Kurtis, Thank you so much for your kind reply. :-) I don't have access to the related servers as of now, so I am gathering information to implement the solution.

Re: [users@httpd] Re: Single Sign-On windows AD authentication with Windows Apache web server

2015-09-07 Thread Curtis Maurand
Here is another. http://fm4dd.com/security/apache-ldap-active-directory.htm On 9/7/2015 12:44 AM, Kurtis Rader wrote: On Sun, Sep 6, 2015 at 9:24 PM, Ashish Mistry > wrote: Hi All, Can anyone please help me on this? It

Re: [users@httpd] Re: Single Sign-On windows AD authentication with Windows Apache web server

2015-09-07 Thread Ashish Mistry
Thanks a lot Curtis for your efforts. Thanks & Regards, *Ashish Mistry* _**_ On 9/7/2015 8:00 PM, Curtis Maurand wrote: Here's one from Microsoft. https://support.microsoft.com/en-us/kb/555092 --Curtis On 9/7/2015 12:52 AM, Ashish Mistry wrote: Hi Kurtis, Thank you so much for your kind

Re: [users@httpd] Re: Single Sign-On windows AD authentication with Windows Apache web server

2015-09-06 Thread Kurtis Rader
On Sun, Sep 6, 2015 at 9:52 PM, Ashish Mistry wrote: > Hi Kurtis, > > Thank you so much for your kind reply. :-) > I don't have access to the related servers as of now, so I am gathering > information to implement the solution. As I stated earlier I have gone > through

Re: [users@httpd] Re: Single Sign-On windows AD authentication with Windows Apache web server

2015-09-06 Thread Ashish Mistry
I have gone through many articles by searching on Google. I have tried searching the below terms - "Apache web server single sign-on for window AD server" - "Single sign-on for windows AD for apache web server installed on windows machine - "Apache http server on windows + Single sign-on +

[users@httpd] Re: Single Sign-On windows AD authentication with Windows Apache web server

2015-09-06 Thread Ashish Mistry
Hi All, Can anyone please help me on this? It is very critical project for me... Thanks & Regards, *Ashish Mistry* On 9/3/2015 12:23 PM, Ashish Mistry wrote: I want to know step by step procedure to do Single Sign-On setup for Windows AD authentication on apache web server (http server). And

Re: [users@httpd] Re: Single Sign-On windows AD authentication with Windows Apache web server

2015-09-06 Thread Kurtis Rader
On Sun, Sep 6, 2015 at 9:24 PM, Ashish Mistry wrote: > Hi All, > > Can anyone please help me on this? It is very critical project for me... > We (random people on the Internet) are not going to do your job for you. If you make a good faith attempt to implement a

Re: [users@httpd] Re: Single Sign-On windows AD authentication with Windows Apache web server

2015-09-06 Thread Ashish Mistry
Hi Kurtis, Thank you so much for your kind reply. :-) I don't have access to the related servers as of now, so I am gathering information to implement the solution. As I stated earlier I have gone through multiple articles since last two/three weeks but I have not got the proper solution. So,