Netware Webserver - LDAP Authentication

This is Interesting: Free IT Magazines  
Home > Archive > Netware Webserver > June 2007 > 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 LDAP Authentication
MOMO

2007-06-05, 1:12 pm

hello,

I am new already in the group and have I a problem: -)!

I have a Wiki under Xampp installs .the wiki contain data and
information over coworker of the company.
in order to come on the Wiki main side ,must the coworkers log in on
one "index.php" side .

that logging in runs over a LDAP .

the LDAP Authentication plugin its already downloded.

that problem : with input a correct one login and passwords ,i get
the empty side but not the Wiki main side .
can someone me help.

thanks in advance

momo

Anders Gustafsson

2007-06-05, 1:12 pm

Momo,
> that problem : with input a correct one login and passwords ,i get
> the empty side but not the Wiki main side .
> can someone me help.
>

The best way to troubleshoot this would be to look at an LDAP trace
when you log in. Is the WIKI and LDAP on the same, physical, server?

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2600

MOMO

2007-06-11, 1:12 pm

I habeE NOTHING understood WHICH IT WITH LDAP TRACE MEANT?
The WIKI was at that time UNDER WIN 2000 and now I was the wiki under
windows 2003 servers migrated !

they could say to me, how I can examine it whether both LDAp and wiki
under that-same pysikal is ?

thanks in advance

Anders Gustafsson

2007-06-11, 1:12 pm

OK. The Wiki is running on a windows box?
It is authenticating to a netware server?
Running what wiki software?

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2600

MOMO

2007-06-11, 1:12 pm

Wiki is under a Xampp. exactly under htdocs are wiki php file.
on more browser I give that left to mine wiki: http://servername/wiki.de,
to it it points itself HTML side, on which by means of LDap each
coworker must itself log in.

if login is correct, wiki the main side is shown. the problem by me
is : despite a correct login I always get a white side.:-)


Ps:the Xampp under stands wiki is on a Win 2003 servers

Thanks

Anders Gustafsson

2007-06-11, 1:12 pm

Momo,
> Ps:the Xampp under stands wiki is on a Win 2003 servers
>

I have zero experience with Xampp, sorry. It appears to be this:
http://sourceforge.net/projects/xampp/

What software is used for the Wiki?

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2600

MOMO

2007-06-11, 7:12 pm

wiki as a Versionn installed from the following page!
http://www.mediawiki.org/wiki/MediaWiki. under xampp it stand a MYsql
data base of the Wiki and a Phpmyadmin and a Apache Web server .

Under media wiki , it was automatich the following Plugin
"LDAP_Authentication" installed: under the following left
http://www.mediawiki.org/wiki/Exten..._Authentication .

and then I wrote the following one configuration into a
Locationsetting.php file. The code sees general such as the following,
I it from the Internet down loaded.


# LDAP Authentication patch
require_once( "includes/LdapAuthentication.php" );
$wgAuth = new LdapAuthenticationPlugin();
$wgLDAPDomainNames = array( "unseredomain" );
$wgLDAPServerNames =
array( "unseredomain"=>"domaincontroller.unseredomain.firma.net" );
$wgLDAPSearchStrings = array( "unseredomain"=>"unseredomain\USER-
NAME" ); //do not change "USER-NAME"!
$wgLDAPUseSSL = false; //not recommended but OK for testing
$wgLDAPUseLocal = false;
$wgMinimalPasswordLength = 1;
$wgLDAPRetrievePrefs = false;
$wgLDAPBaseDNs =
array( "unseredomain"=>"dc=unseredomain,dc=firma,dc=net" );


Note: that problem : before that I wiki from windows server 2000 to
windows to server2003 migrate, has everything completely normally
functioned. now under the new server windows 2003 I have this
problem.

Thanks


Anders Gustafsson

2007-06-11, 7:12 pm

But you setting seem to indicate you are using a Windows server for
LDAP? Is that correct? If that is the case, then I cannot help you.

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2600

MOMO

2007-06-11, 7:12 pm

I have for wiki the server used however for LDAp am my HTML file you
not here kannd with you to look at!
########################################
#################################

<html>

<body>
<center>

<br><br><br><br><br><br><br>
<?
echo;
?>

<br>
<br><br>
<table>
<form name=3D"userlogin" id=3D"userlogin" method=3D"post" action=3D"/htdocs/
index.php?title=3DSpezial:Userlogin&action=3Dsubmitlogin">

<table border=3D'0' style=3D"font-family:Verdana; font-size:small">
<tr>
<td align=3D'right'><label for=3D'wpName'>Login: </label></td>

<td align=3D'left'>
<input tabindex=3D'1' type=3D'text' name=3D"wpName" id=3D"wpName"
value=3D"" size=3D'20' />
</td
<td align=3D'left'>
<input tabindex=3D'3' type=3D'checkbox' name=3D"wpRemember"
value=3D"1" id=3D"wpRemember"
/><label for=3D"wpRemember">Dauerhaftes Einloggen</label>
</td>
</tr>
<tr>

<td align=3D'right'><label for=3D'wpPassword'>Passwort: </label></td>
<td align=3D'left'>
<input tabindex=3D'2' type=3D'password' name=3D"wpPassword" id=3D"wpPasswo=
rd"
value=3D"" size=3D'20' />
</td>
<td align=3D'left'>
<input tabindex=3D'4' type=3D'submit' name=3D"wpLoginattempt"
value=3D"Anmelden" />
</td>
</tr>

<tr>
<td align=3D'right'>Dom=E4ne: </td>
<td align=3D'left'>
<select tabindex=3D'11' name=3D"wpDomain" value=3D"invaliddomain">
<option> LDAP</option>
<option>Local</option>
</select>


</td>

</tr>

</table>
</form>

<br>
<!--<font style=3D"font-family:Verdana; font-size:medium"
color=3D"#ff0000">(BETA-Status)</font>-->
</center>
</body>
</html>
########################################
###################################=
##

Thinks

Anders Gustafsson

2007-06-11, 7:12 pm

Momo,
> I have for wiki the server used however for LDAp am my HTML file you
> not here kannd with you to look at!
>

Sorry. I do not understand. Where is the Novell server in this
equation?

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2600

MOMO

2007-06-15, 7:12 am


The novel server is tehe Windows 2003

Anders Gustafsson

2007-06-15, 7:12 am

Momo,
> The novel server is tehe Windows 2003
>

Now you lost me completely? A server cannot be a Novell NetWare and
Windows 2003 at the same time.'

Perhaps if I asked one of the sysops that speak german or French? Would
that help?

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2600

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com