[us...@httpd] *Hibuddy~~

2010-08-04 Thread Marc Boorshtein
http://medwite.chat.ru - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from

Re: [EMAIL PROTECTED] Apache SSO with LDAP

2007-01-02 Thread Marc Boorshtein
On 1/2/07, Gayal <[EMAIL PROTECTED]> wrote: Dear Marc, I couldn't find any decent How to's or Tutorials on mod_kerberos. Instead found mod_kerb. Are these both the same? Thanx yes, my mistake - The official User-To-User supp

Re: [EMAIL PROTECTED] Apache SSO with LDAP

2007-01-02 Thread Marc Boorshtein
ntials into my Linux Apache Server to authenticate users to view the web. Since the intranet comprise different web applications i am hoping to implement SSO as well. Any help from you is highly appreciated. Regards, Gayal On 1/2/07, Marc Boorshtein <[EMAIL PROTECTED]> wrote: > >

Re: [EMAIL PROTECTED] Apache SSO with LDAP

2007-01-02 Thread Marc Boorshtein
do you want sso or authentication against an AD domain? Also, what is your ldap config and logs? On 1/2/07, Gayal <[EMAIL PROTECTED]> wrote: Hi, I m trying to implement Seamless Authentication in Apache for Active Directory Users. When i enable the mod_auth_ldap module within the Apache con

Re: [EMAIL PROTECTED] Single Sign On via Windows Active Directory credentials

2006-12-29 Thread Marc Boorshtein
On 12/28/06, Genesis X1 <[EMAIL PROTECTED]> wrote: Is this a GUESS or are u sure abt it? Why don't you read about it and see - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.ap

Re: [EMAIL PROTECTED] Single Sign On via Windows Active Directory credentials

2006-12-27 Thread Marc Boorshtein
mod_kerberos should give you SSO with an existing AD environment - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMA

[EMAIL PROTECTED] Re-writing cookie names?

2006-12-15 Thread Marc Boorshtein
Is there a way to use mod_rewrite in apache 1.3 to rename cookies? It looks like mod_rewrite will let me use cookies, but not change them. Any help would be appreciated. Thanks Marc - The official User-To-User support forum of

[EMAIL PROTECTED] mod_ldap and require-group based on URL?

2006-03-15 Thread Marc Boorshtein
Hello, I was wondering if it is possible to perform a require-group based on the URL? For instance, if the user is accessing: http://myserver.com/dev/repo/MyProject/src/test.java I would like require-user to be able to check the group cn=MyProject Is this possible without hard coding it in th

Re: [EMAIL PROTECTED] Help building mod_auth_ldap.o against the netscape/mozilla SDK

2005-10-12 Thread Marc Boorshtein
`/home/mlb/downloads/httpd-2.0.54' make: *** [all-recursive] Error 1 Does this look familliar at all? Thanks MarcOn 10/12/05, Marc Boorshtein <[EMAIL PROTECTED]> wrote: Thanks Rocardo!  I'll give this a try. MarcOn 10/12/05, Ricardo Stella < [EMAIL PROTECTED]> wrote: Marc,It's

Re: [EMAIL PROTECTED] Help building mod_auth_ldap.o against the netscape/mozilla SDK

2005-10-12 Thread Marc Boorshtein
Thanks Rocardo!  I'll give this a try. MarcOn 10/12/05, Ricardo Stella <[EMAIL PROTECTED]> wrote: Marc,It's been a few weeks, so I'm going over my set of docs and hopefully Ididn't miss anything...a) Make sure the SDK works if you compiled it.  I did compiled theMozilla SDK under RedHat but used a

Re: [EMAIL PROTECTED] Help building mod_auth_ldap.o against the netscape/mozilla SDK

2005-10-11 Thread Marc Boorshtein
Thanks Ricardo, I'm getting closer but am still having a problem.  I've tried compiling against netscape, sun and mozilla and every time I run configure I get the following warning: checking for ldap_init in -lldap... yes   setting APRUTIL_EXPORT_LIBS to "-lldap -llber"   setting APRUTIL_LIBS to "

[EMAIL PROTECTED] Help building mod_auth_ldap.o against the netscape/mozilla SDK

2005-09-29 Thread Marc Boorshtein
Hello all, I'm trying to build the mod_ldap and mod_auth_ldap modules on fedora core 4 and am running into some  issues.  These are the steps I took: 1.  download and extract httpd-2.0.54 source 2.  copy the netscape sdk to srclib/ldap 3;  run "./configure --enable-ldap --enable-auth-ldap" 4.  ru