I have a webserver apache 2.0 with SSL and LDAP support compiled in and LDAP authentication is working fine.

I want to use same authentication information e.g user, password for other weblinks within that homepage to edit the pages etc e.g editing Twiki
My apache settings are:
######
<Directory "/data/www">
  Options None
  AuthType Basic
  AuthName "MY. Intranet"
  #AuthAuthoritative on
  #AuthUserFile /data/htaccess/.htpasswd
  LDAP_Server mail.xxx.com
  LDAP_Port 389
  Base_DN "o=action.com"
  UID_Attr uid
  AuthAuthoritative off
  AuthLDAPAuthoritative on
  Require user1 user2 user3
</Directory>
#####

problem is when i edit Twiki from therein it does't picks up the autenticated information e.g user ynagar which i suppied just before. It takes Main.TWikiGuest mean REMOTE_USER variable is not set?
Same thing is works for apache 1.3.27

Browsers test mozilla 1.5 and IE

Any pointers etc will be highly appreciated

Regards
-Yash



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-india-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to