|
Home > Archive > Netware Webserver > December 2005 > MediaWiki and LDAP authentication
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 |
MediaWiki and LDAP authentication
|
|
| Erick Larson 2005-12-17, 5:45 pm |
| I have MediaWiki 1.5.3 installed and running on OES-NW w/SP4a (worked my way
through the ":" and ";" snafu, then found the fix here ;-) The powers want
it LDAP authenticated and it refuses to pop a login dialog. I have other
sites using "any valid user" and have configured this one identically.
Doesn't ask for login:
<Directory APACHE:/webroot/wiki1>
Options IncludesNOEXEC MultiViews
AllowOverride None
Order deny,allow
Allow from all
AuthLDAPDereferenceAliases finding
AuthType Basic
AuthName "Protected"
require valid-user
AuthLDAPAuthoritative On
AuthLDAPURL ldaps://LDAPServer/ou=OU3,ou=OU2,ou=OU1,o=TheBigO?cn?sub
</Directory>
Works:
<Directory APACHE:/webroot/secure1>
Options IncludesNOEXEC MultiViews
AllowOverride None
Order deny,allow
Allow from all
AuthLDAPDereferenceAliases finding
AuthType Basic
AuthName "Protected"
require valid-user
AuthLDAPAuthoritative On
AuthLDAPURL ldaps://LDAPServer/ou=OU3,ou=OU2,ou=OU1,o=TheBigO?cn?sub
</Directory>
Erick Larson
Perkins Library
Duke University
| |
| Automatic Reply 2005-12-21, 5:45 pm |
| Erick,
It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
- Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
- You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://support.novell.com/forums/
|
|
|
|
|