Topic on Extension talk:LDAP Authentication

93.174.39.177 (talkcontribs)

Hi,

I use your plugin. Now, to use Mediawiki, i can connect manually with my windows account (login and pasword).

But i want to connect automatically, like "autologin", without edit my login and password.

Can i this with your plugin and how ?

Regards.

Ryan lane (talkcontribs)
222.254.187.192 (talkcontribs)

Hello,

If you can connect to AD Windows account (login and password). Please help me.

I setup wiki 1.15.4 on Redhat Linux. I want to login wiki with account in AD Windows 2003, what should I do?

# Configuretion Authenticate with Active Directory here
# Enabling the plugin
require_once( "$IP/extensions/LdapAuthentication/LdapAuthentication.php" );
$wgAuth = new LdapAuthenticationPlugin();

# Setting the domain name
#$wgLDAPDomainNames = array( "PRU_VN" );
$wgLDAPDomainNames = array( "PRU_VN" );

# Setting the server names
#$wgLDAPServerNames = array( "PRU_VN" => "pmsspdc02.pru_vn.com" );
$wgLDAPServerNames = array( "PRU_VN" => "pmsspdc02.pru_vn.com" );

# Telling the plugin how to bind to the AD server
#$wgLDAPSearchStrings = array( "PRU_VN" => "USER-NAME@PRU_VN" );
$wgLDAPSearchStrings = array( "PRU_VN" => "USER-NAME@PRU_VN" );

This post was posted by 222.254.187.192, but signed as 222.254.179.169.

146.133.9.141 (talkcontribs)

Anyone has an idea to resolve this problem?

I'm running mediawiki 1.18 on Apache 2.2 on Windows 2003 machine.

I would like to allow an autologin functionality using this ext

Reply to "Autologin with LDAP"