|
Home > Archive > Netware Webserver > May 2005 > mod_edir, home directories, remote server - not working
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 |
mod_edir, home directories, remote server - not working
|
|
| tshrum@bryantschools.org 2005-05-06, 5:45 pm |
| I would also like to add that when I browse LDAP and look for the entries
that are required: Home Directory, Host Resource Name, and Host Server,
that info doesn't show for the public user. I do see NDSHomeDirectory
when I bind to LDAP with Admin as the username. Does that help?
Also, here is the configuration I have setup in Apace for the home
directory stuff:
<IfModule mod_edir.c>
eDirServer ldap.bryantschools.org 636 secure
hDirUserSubDirectory public_html
RemoteDirEnabled on
HomeDirEnabled on
eDirRootCerts sys:/public/RootCert.der
hDirSearchContexts ou=BPSD
</IfModule>
Again I would really appreciate any help!!
Thanks,
Tait Shrum
> Here is our situation:
> Novell Netware 6.5 sp3
> Apache 2.0.52
> mod_edir 1.00.08
>
> We have a webserver that is running the above and we have a Netware 6.5
> SP2 server that has our users home directories, amoung other things.
> What we want is to have a public_html file in users home directories so
> they can put "stuff" in there so it can be accessible from the web.
>
> That is all pretty standard, but we are getting some strange error
> messages that aren't really mentioned much here:
>
> [Fri May 06 10:25:23 2005] [error] [client 10.10.10.9] File does not
> exist: VOL1:/WEBS/~tshrum
> [Fri May 06 10:25:23 2005] [warn] [client 10.10.10.9] could not find
home
> directory for user tshrum
> [Fri May 06 10:25:23 2005] [error] [client 10.10.10.9] Could not
resolve
> the home direct due to an LDAP connection failure
> [Fri May 06 10:25:23 2005] [error] [client 10.10.10.9] Could not bind
to
> the LDAP server: Can't contact LDAP server
> [Fri May 06 10:25:23 2005] [debug] rdirutils.c(455): [client
10.10.10.9]
> Checking cache for entry tshrum
> [Fri May 06 10:25:23 2005] [debug] rdirutils.c(534): Checking mod_eDir
> cache for purgible entries
> [Fri May 06 10:22:59 2005] [info] Server built: Nov 3 2004 12:18:24
> [Fri May 06 10:22:59 2005] [notice] Apache/2.0.52 (NETWARE)
> mod_perl/1.99_12 Perl/v5.8.4 mod_nsn/1.0_0 PHP/5.0.3 mod_jk/1.2.6a
> configured -- resuming normal operations
> [Fri May 06 10:22:59 2005] [debug] util_ldap.c(1432): INIT global mutex
> sys:/tmp/T-000093.TMP in child 1
> Attempting to create a server identity. Result Code: 0
> [Fri May 06 10:22:59 2005] [notice] LDAP: SSL support available
> [Fri May 06 10:22:59 2005] [notice] LDAP: Built with Novell LDAP SDK
>
> On the client side we get, Object Not Found, Error 404. Can anyone
help
> us with this? We are out of ideas on this one!
> Thanks,
> Tait Shrum
> Bryant Public Schools
|
|
|
|
|