DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 13th March 2009
rifqi rifqi is offline
New User
 
Join Date: Jul 2008
Posts: 3
Default Dav+ldap

hi all..,
i've installed mod_dav+mod_auth_ldap on my obsd 4.4, this is my apache config
Alias /dav "/var/www/dav/"

<Directory "/var/www/dav">
DAV On
AuthName "LDAP Authentication"
AuthType Basic
AuthLDAPURL ldap://10.13.254.xx/ou=people,o=xx,dc=ac,dc=id?uid
Require valid-user
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
my ldap auth work fine, but i can't access my dav directory with webdav://server_name/dav/ with no error on my apache log
dav directory on /var/www is exist, and owned by www user

this is error report on konqueror

An error occurred while loading webdav://10.55.1.xx/dav/:
The file or folder webdav://10.55.1.xx/dav/ does not exist.

Thanks a lot
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba + Ldap... permission problem coppermine FreeBSD General 3 13th October 2008 10:00 AM
LDAP revzalot General software and network 0 16th August 2008 02:39 PM
Postfix, SASL w/ LDAP kronic OpenBSD General 2 19th June 2008 06:49 AM
NIS+ to ldap. meleehunt Solaris 4 20th May 2008 08:22 PM


All times are GMT. The time now is 05:13 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick