|
Home > Archive > Netware Webserver > May 2005 > user home directories via apache 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 |
user home directories via apache not working
|
|
| stahler@!nospam!fsi.uiuc.edu 2005-04-26, 5:45 pm |
| I have recently upgraded to Netware 6.5 SP3 from Netware 6 SP4. I want to
be able to allow my users to publish from their home directories, but when
I enable the module and test the url all I get are 404 errors. I have
followed the appropriate TID regarding setting this feature up, and am not
having any luck getting it working. Is there a step I'm missing somewhere?
For reference, the TID in question is 10090225.
Also, here's is the section of my httpd.conf file that specifically relates
to the mod_edir section:
<IfModule mod_edir.c>
eDirServer --server address-- 636 secure
hDirUserSubDirectory public_html
RemoteDirEnabled off
HomeDirEnabled on
hDirSearchContexts o=champaign
hDirSearchAttr cn
eDirRootCerts sys:/public/RootCert.der
</IfModule>
| |
| gafaith 2005-05-04, 9:37 pm |
| quote: Originally posted by stahler@!nospam!fsi.uiuc.edu
I have recently upgraded to Netware 6.5 SP3 from Netware 6 SP4. I want to
be able to allow my users to publish from their home directories, but when
I enable the module and test the url all I get are 404 errors. I have
followed the appropriate TID regarding setting this feature up, and am not
having any luck getting it working. Is there a step I'm missing somewhere?
For reference, the TID in question is 10090225.
Also, here's is the section of my httpd.conf file that specifically relates
to the mod_edir section:
<IfModule mod_edir.c>
eDirServer --server address-- 636 secure
hDirUserSubDirectory public_html
RemoteDirEnabled off
HomeDirEnabled on
hDirSearchContexts o=champaign
hDirSearchAttr cn
eDirRootCerts sys:/public/RootCert.der
</IfModule>
| |
| gafaith 2005-05-04, 9:40 pm |
| quote: Originally posted by gafaith
Found TID: 10093667
Home Directories do not work if user is created before NW 6.5. All my users were created before upgrade to NW 6.5.
I used ConsoleOne to create a user, clicked on the Other tab to show attributes and there was a attribute of UniqueID which was the same as the users CN.
I modified the user who had a personal web page and added the UniqueID through ConsoleOne in the Other tab and it works. |
|
|
|
|