| Dirk Heimann 2005-05-11, 5:45 pm |
| Hi Jeffrey,
works your configuration bevor 6.5.2?
In no, you will create a LDAPProxy-User first. See TID's 10062428 and10084506.
All 'reauire valid-user' need RF rights on the VOL1:/web/secure directory.
regards
Dirk
[vbcol=seagreen]
after several weeks i was able to fix some problems myself.
now i am trying to use LDAP to secure one particular folder. i have the
following in my apache config.
<Directory VOL1:/web/secure/>
Options ExecCGI Includes MultiViews
AllowOverride None
Order deny,allow
Allow from all
AuthType Basic
AuthName "Protected"
AuthLDAPAuthoritative On
AuthLDAPURL ldaps://server-dns-name/o=crrm?uid?sub
require valid-user
</Directory>
the server is nw6.5.2. apache is 2.0.49. DSTRACE on the server shows no
activity after DSTRACE SCREEN ON and DSTRACE +LDAP and trying the SECURE
link after inputing various forms of credentials. i have softerra ldap
browser 2.6 which can browse LDAP on port 389.
all i am trying to do is setup a helpdesk am having 0.00000% luck. any
advice?
|