|
Home > Archive > Netware Webserver > August 2005 > Netware 6.5sp3 apache 2.0.52
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Netware 6.5sp3 apache 2.0.52
|
|
|
| Netware 6.5sp3 apache 2.0.52
Do to our tree having aliases, LDAP authentication for secure web pages does not work well. Is there a way around this problem? From what I have read the Mod_Edir uses LDAP also for authentication.
Has this given any one else problems?
here is my httpd.conf part where I control access
<Directory VOL1:/Apache/nwdocs/portal>
Options Indexes Multiviews
AllowOverride None
Order allow,deny
Allow from all
AuthType Basic
AuthName "Portal"
AuthLDAPAuthoritative On
AuthLDAPURL ldap://server/o=network?cn?sub
require valid-user
</Directory>
| |
|
| This is what dstrace looks like when users with aliases try to authenticateto the apache server.
DoSearch on connection 0x445bdc40
Search request:
base: "o=novoco"
scope:2 dereference:3 sizelimit:0 timelimit:0 attrsonly:0
filter: "(&(objectclass=*)(cn=watkkev))"
attribute: "cn"
Sending search result entry "cn=WATKKEV,ou=SF,o=NOVOCO" to connection0x445bdc40
Sending search result entry "cn=WATKKEV,ou=SF,o=NOVOCO" to connection0x445bdc40
Sending operation result 0:"":"" to connection 0x445bdc40
And here is the Apache error log
[Sun Jul 31 14:00:26 2005] [notice] LDAP: Built with Novell LDAP SDK
[Sun Jul 31 14:00:26 2005] [notice] LDAP: SSL support available
[Sun Jul 31 14:00:28 2005] [notice] Apache/2.0.52 (NETWARE) mod_jk/1.2.6a configured -- resuming normal operations
[Tue Aug 02 11:42:04 2005] [warn] [client 10.10.10.145] [22] auth_ldap authenticate: user watkkev authentication failed; URI /portal [User is not unique (search found two or more matches)][No such object]
[Tue Aug 02 11:44:34 2005] [warn] [client 10.10.10.145] [24] auth_ldap authenticate: user watkkev authentication failed; URI /portal [User is not unique (search found two or more matches)][No such object]
|
|
|
|
|