[users@httpd] require valid-user with ldap

2014-11-24 Thread Marc Patermann
Hi, I using the following .htaccess AuthBasicProvider ldap file AuthType Basic AuthzLDAPAuthoritative off Authname "..." AuthUserFile /srv/www/.htusers-mf AuthLDAPURL "ldap://ldapserver/ou=humans,ou=foo,c=de?mail??(mail=*@ofd-*.foo.de)" #Require ldap-group ou=Benutzer-Opst,ou=gruppen,ou=huma

[users@httpd] Proxy / Rewrite to Oracle Glasfish Application

2014-05-05 Thread Marc Patermann
Hi, I need to proxy our users to Oracle Glasfish Application (I cannot influence anything on the app server). The app URL is like this http://glasfish:8090/apex/radeln/f?p=148:1:0: From another server I like to proxy this with my apache in the form of http://apache/foo How do I do this,

Re: [users@httpd] Directory Index not displaying

2011-11-24 Thread Marc Patermann
Stan, Stan Laughlin schrieb (23.11.2011 22:26 Uhr): This is the HEADER.html "STAN'S DOC INDEX" This is the README.html "README FILE README FILE p>This is the readme file "If the file specified by HeaderName contains the beginnings of an HTML doc

Re: [us...@httpd] WebDAV: Is that possible to set owner and group of new files created in WebDAV share?

2010-09-21 Thread Marc Patermann
Hi, Chee Yang Chau schrieb am 16.09.2010 16:39 Uhr: I have my WebDAV share active in Apache 2.2 in Fedora 13. I also able to access the WebDAV from my Windows 7 desktop. I use the WebDAV from Win7 desktop just like normal samba share folder. However, I notice the owner and group of the new f

[us...@httpd] apache returns 301 on PROPFINDing directory

2010-06-03 Thread Marc Patermann
Hi, on one apache server (a) I get a 301 error on PROPFINDing a directory without a tailing "/" on another (b) I do not. Can someone please explain this to me and tell me how I make server a behave like server a (no 301)? Server a: 10.49.9.74 - user [03/Jun/2010:12:15:31 +0200] "PROPFIND /t

Re: [us...@httpd] .htaccess files not working from internet? intranetaccessfine

2009-10-13 Thread Marc Patermann
Kaya Saman schrieb: Using host: hostname from telnet I get this: You have to simulate what the browser would do. So "URL" or "hostname" must be http://the.url.you.never/told/us.here, OK? :) You could try Firefox and LiveHTTPHeaders add-on. http://www.mozilla-europe.org/de/firefox/ https://addon

Re: [us...@httpd] Filter by group attribute using mod authnz_ldap

2009-10-02 Thread Marc Patermann
Hi, Mxrgus Pxrt schrieb: Would it be possible to filter users not only by user attributes or groups but also by attributes of group using authnz_ldap? Example: Users: cn: First Last, ou: people, dc: lol cn: Second Last, ou: pople, dc: lol Groups: cn: lord, ou: group, dc: lol member: First

Re: [us...@httpd] group authorization via LDAP

2009-10-02 Thread Marc Patermann
Hi, Tom Evans schrieb: On Thu, 2009-10-01 at 17:18 -0400, Tony Rice (trice) wrote: This is how we do it: [...] AuthzLDAPAuthoritative "On" Require valid-user Require ldap-group cn=Department,ou=Groups,o=Company Does this work? When I read the docs: "Require valid-user If this directive exist

Re: [us...@httpd] SSI - file not included

2009-07-08 Thread Marc Patermann
Boyle Owen schrieb: Can the included file not be placed in an authentictaion protected directory ? Apparently not... Otherwise, it would be a way to circumvent authentication. Check what it says in the error_log; that should tell you more than "..stops working.." If there is a 401 Unauthorize

[us...@httpd] SSI - file not included

2009-07-08 Thread Marc Patermann
Hi, I tried a simple "include" with SSI. In the root directory I added a .htaccess file with AddType text/html .shtml AddOutputFilter INCLUDES .html In index-test.html i added This works fine. Now I moved the footer.html to another directory. This works fine, too. Now I moved the file aga

Re: [us...@httpd] authentication question

2009-05-12 Thread Marc Patermann
Hi, Ross Boylan schrieb: Suppose I have apache running in front of a web application and subversion. I don't use svn, but I think it is (in apache) somehow related with WebDAV, which we use. I am thinking of a scenario in which the web application provides a login page. However, the user ma

Re: [us...@httpd] Information about .DAV directory

2009-05-08 Thread Marc Patermann
Hi, Marc Patermann schrieb: in a WebDAV directory apache* creates a .DAV subdirectory in which files like document_in_dir_above.dir and document_in_dir_above.pag are stored. I think, this is for the "V" in "DAV" (Versioning), right? How can I make use of this DBM

[us...@httpd] Information about .DAV directory

2009-05-06 Thread Marc Patermann
Hi, in a WebDAV directory apache* creates a .DAV subdirectory in which files like document_in_dir_above.dir and document_in_dir_above.pag are stored. I think, this is for the "V" in "DAV" (Versioning), right? How can I make use of this DBM database file and or "control" them? Thanks! Marc

Re: [us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-27 Thread Marc Patermann
Ed Avis schrieb: Marc Patermann ofd-sth.niedersachsen.de> writes: You mean the DN contains a component with a space in it!? ou=WCL user,dc=foo,dc=bar Ah... 'ou'... I was using 'cn'. This was only an example. Actually I know nothing about the DIT in AD. :) The

Re: [us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-27 Thread Marc Patermann
Ed Avis schrieb: This means that to get the current code working, I must find the right LDAP search expression to locate users in the Directory. Yes. This might be complicated by the fact that they are under 'WCL users' which contains a space character. You mean the DN contains a component

Re: [us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-26 Thread Marc Patermann
Hi, Anton Yakimov schrieb: Hi everyone, I have a strange error with authnz_ldap_module. I have searched the web and tried a lot of combinations, but nothing helps. This list is my only hope (ok, not the only, I cab also try svnserve+sasl+ldap). Here is my subversion.conf: LoadModule dav_svn_

[us...@httpd] webdav LimitExcept Lightning

2009-02-18 Thread Marc Patermann
Hi, I have a WebDAV directory (apache httpd 2.2.8; Ubuntu 8.04) with an .ics file in it. The .ics file is used with Thunderbird Lightning. Authorization is configured in an .htaccess file in the directory as follows: AuthBasicProvider file AuthType Basic Authname "name" AuthUserFile /path/to/f

Re: [us...@httpd] mod_authnz_ldap and UTF-8

2009-02-17 Thread Marc Patermann
Hi Eric, Eric Covener schrieb: This a fringe option. What does that mean? You might have better luck trying to coerce browsers into sending utf-8 The authentication is on a WebDAV site. So there is no web page I could code charset headers in. (If that is what you mean.) I tried IndexOption

Re: [us...@httpd] mod_authnz_ldap and UTF-8

2009-02-16 Thread Marc Patermann
Hi, Marc Patermann schrieb: How do I get authentication with umlauts to work? Is AuthLDAPCharsetConfig the way to go? Why does it seg fault then, what do I have to put in charset.conv? No hints anyone? :( Marc - The

[us...@httpd] mod_authnz_ldap and UTF-8

2009-02-13 Thread Marc Patermann
Hi, I configured apache httpd 2.2.8 (from ubuntu 8.04 LTS*) with mod_authnz_ldap against an OpenLDAP server. # .htaccess AuthBasicProvider ldap AuthType Basic AuthzLDAPAuthoritative off Authname "test" AuthLDAPURL ldap://hostname/ Require ldap-user foo For users without umlauts this is workin