I guess you are referring to the debug file. I have tried this, but still no 
exit

-rw-rw-r-- 1 apache apache 0 2009-08-12 17:43 debug.log

thanks
Marc
________________________________________
De: [email protected] 
[[email protected]] En nom de 
[email protected] [[email protected]]
Enviat el: dimecres, 12 / agost / 2009 17:38
Per a: [email protected]
Tema: Re: [Mediawiki-l] MediaWiki/LDAP Authentication/encryption problem

Ive not done exactly this, but in other situations I find that you have to 
create the file and give it permissions so that it can be updated by httpd.

/Sam


-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Marc Noguera
Sent: 12 August 2009 16:34
To: [email protected]
Subject: [Mediawiki-l] MediaWiki/LDAP Authentication/encryption problem

Hi all,
I have just installed mediawiki at my site and I would like to use LDAP 
authentication in order to centralize user management.
We have a LDAPs server up and running and I am trying to use LDAP 
authentication extension 
(http://www.mediawiki.org/wiki/Extension:LDAP_Authentication).
The system is a Fedora Core 10 on a x86_64 I have followed the instruction on 
the web, at least I think so, and can't login with a valid LDAP user.
I ahve enabled LocalSettings.php in order to get debug info with:

$wgLDAPDebug=3;
$wgDebugLogGroups["ldap"]="/tmp/debug.log";

but the debug.log file is not created
The configuration in LocalSettins.php is:

--------------------------------------------------------
require_once( "$IP/extensions/LdapAuthentication/LdapAuthentication.php" ); 
$wgAuth = new LdapAuthenticationPlugin();


$wgLDAPDomainNames = array( "domain" );
$wgLDAPServerNames = array( "domain" => "127.0.0.1" ); #$wgLDAPPasswordHash = 
array ( "domain" => "ssl" ); $wgLDAPSearchStrings = array( "domain" => 
"uid=USER-NAME,ou=People,dc=genomica,dc=imppc,dc=org");
$wgLDAPSearchAttributes = array( "domain" => "uid" ); $wgLDAPBaseDNs = array( 
"domain" => "dc=domain,dc=foo,dc=org" );

$wgLDAPEncryptionType = array( "domain" => "ssl" );
------------------------------------------------------


I am quite lost at the moment and don't know what have to do next.

Any advice?

Thanks in advance
Marc



------------------------------------------------------
Marc Noguera i Julian, PhD
Genomics unit / Bioinformatics
Institut de Medicina Preventiva i Personalitzada del Càncer (IMPPC) B-10 Office
email: mnoguera_at_imppc.org
web: http://klingon.uab.es/marc
Tlf/Phone: 00 34 935543076
-------------------------------------------------------
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


This email was sent to you by Thomson Reuters, the global news and information 
company.
Any views expressed in this message are those of the individual sender, except 
where the sender specifically states them to be the views of Thomson Reuters.



_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to