y...@seiner.com writes:
>I am trying to get the LDAPAuthentication extension working.
>My latest attempt:...

Here are some other configuration variables you might need.

// Search string for username, if you're using domain\user format in AD
$wgLDAPSearchStrings = array( 'HPM' => "HPM\\USER-NAME" );

// MediaWiki uses capitalized usernames; perhaps AD uses lowercase?
$wgLDAPLowerCaseUsername = array( 'HPM' => true );

// If you're connecting to AD via SSL
$wgLDAPEncryptionType = array( 'HPM' => "ssl" );

DanB
_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to