Mailing List Archive

1.19 - 1.31 AD login with LDAPAuthentication extension
Hi all,

Anyone had difficulty implementing LDAP connection using the LDAPAuthentication2 extension? The old one back in 1.19 version of mediawiki was working fine but now after upgrading it’s not working.

Anyone got a sample they can share how you configured all the necessary files? I keep getting “cannot bind” or “cannot fine server”. My ldap server connection is the same I use for other apps and they have no problem. Any help would be appreciated. Thanks in advance.

Kevin

_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: 1.19 - 1.31 AD login with LDAPAuthentication extension [ In reply to ]
Hi Kevin!

There are already some documentation, examples and discussions available on that topic. Here are a few links that should get you started:
* https://www.mediawiki.org/wiki/LDAP_hub
* https://www.mediawiki.org/wiki/LDAP_hub/Migration_from_extension_LDAPAuthentication
* https://www.mediawiki.org/wiki/LDAP_hub#Debugging
* https://www.mediawiki.org/wiki/Manual:Active_Directory_Integration

If you are getting "cannot bind" or "cannot find server", it's probably some issue in your connection configuration. Have a look at https://www.mediawiki.org/wiki/Extension:LDAPProvider#Domain_config_settings

--
Robert

Am Freitag, den 17.04.2020, 11:37 -0400 schrieb Kdeal108--- via MediaWiki-l:

Hi all,


Anyone had difficulty implementing LDAP connection using the LDAPAuthentication2 extension? The old one back in 1.19 version of mediawiki was working fine but now after upgrading it’s not working.


Anyone got a sample they can share how you configured all the necessary files? I keep getting “cannot bind” or “cannot fine server”. My ldap server connection is the same I use for other apps and they have no problem. Any help would be appreciated. Thanks in advance.


Kevin


_______________________________________________

MediaWiki-l mailing list

To unsubscribe, go to:

https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


--

Robert Vogel Team Lead Product and Software Development Hallo Welt! GmbH Postfach 11 02 09?93015 Regensburg Germany Telefon: +49 (0) 941 - 660 80-0 Fax: +49 (0) 941 - 660 80-189 hallowelt.com vogel@hallowelt.com Sitz: Regensburg Amtsgericht: Regensburg Handelsregister: HRB 10467 E.USt.Nr.: DE 253050833 Geschäftsführer: Anja Ebersbach, Markus Glaser, Dr. Richard Heigl Besuchen Sie unsere aktuellen BlueSpice-Webinare: https://de.bluespice.com/webinar
_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: 1.19 - 1.31 AD login with LDAPAuthentication extension [ In reply to ]
Hi Robert,
Thank you so much for taking the time to reply. I have reviewed most of the guides on mediawiki and have just been unable to get it to work even following the guides. I must say, it might just be my technical skills when it comes to this one. However, I did get the binding error to go away but now i am getting an error that should not come up since i've enabled autocreateaccount and create account for all users. I've googled so many times and they all point to the autocreateaccount and createaccount being set correctly. I've verified database user has full permission on the database. I've also testing using the root account just to see if that would help but nothing. Do you know what might be causing this off the top of your head? Again, any help would be much appreciated. Thanks!
Error: 
"The supplied credentials are not associated with any user on this wiki."


LocalSettings.php :

$wgGroupPermissions['*'    ]['createaccount']   = true;$wgGroupPermissions['*'    ]['autocreateaccount']   = true;$wgGroupPermissions['*'    ]['read']            = false;$wgGroupPermissions['*'    ]['edit']            = false;$wgGroupPermissions['*'    ]['createpage']      = false;$wgGroupPermissions['*'    ]['createtalk']      = false;



On Monday, April 20, 2020, 10:36:06 AM EDT, Robert Vogel <vogel@hallowelt.com> wrote:

Hi Kevin!

There are already some documentation, examples and discussions available on that topic. Here are a few links that should get you started:
* https://www.mediawiki.org/wiki/LDAP_hub
* https://www.mediawiki.org/wiki/LDAP_hub/Migration_from_extension_LDAPAuthentication
* https://www.mediawiki.org/wiki/LDAP_hub#Debugging
* https://www.mediawiki.org/wiki/Manual:Active_Directory_Integration

If you are getting "cannot bind" or "cannot find server", it's probably some issue in your connection configuration. Have a look at https://www.mediawiki.org/wiki/Extension:LDAPProvider#Domain_config_settings

--
Robert

Am Freitag, den 17.04.2020, 11:37 -0400 schrieb Kdeal108--- via MediaWiki-l:

Hi all,


Anyone had difficulty implementing LDAP connection using the LDAPAuthentication2 extension? The old one back in 1.19 version of mediawiki was working fine but now after upgrading it’s not working.


Anyone got a sample they can share how you configured all the necessary files? I keep getting “cannot bind” or “cannot fine server”. My ldap server connection is the same I use for other apps and they have no problem. Any help would be appreciated. Thanks in advance.


Kevin


_______________________________________________

MediaWiki-l mailing list

To unsubscribe, go to:

https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


--

Robert Vogel Team Lead Product and Software Development  Hallo Welt! GmbH Postfach 11 02 09?93015 Regensburg Germany  Telefon: +49 (0) 941 - 660 80-0 Fax: +49 (0) 941 - 660 80-189  hallowelt.com vogel@hallowelt.com  Sitz: Regensburg Amtsgericht: Regensburg Handelsregister: HRB 10467 E.USt.Nr.: DE 253050833 Geschäftsführer: Anja Ebersbach, Markus Glaser, Dr. Richard Heigl  Besuchen Sie unsere aktuellen BlueSpice-Webinare: https://de.bluespice.com/webinar
_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: 1.19 - 1.31 AD login with LDAPAuthentication extension [ In reply to ]
Hi Kevin,

please open a topic on https://www.mediawiki.org/wiki/Talk:LDAP_hub and share all of your configuration (without sensitive information of course). I'm sure we can find a solution, but the mailing list is not the appropriate site to do this.

--
Robert

Am Montag, den 20.04.2020, 14:50 +0000 schrieb Kevin via MediaWiki-l:

Hi Robert,

Thank you so much for taking the time to reply. I have reviewed most of the guides on mediawiki and have just been unable to get it to work even following the guides. I must say, it might just be my technical skills when it comes to this one. However, I did get the binding error to go away but now i am getting an error that should not come up since i've enabled autocreateaccount and create account for all users. I've googled so many times and they all point to the autocreateaccount and createaccount being set correctly. I've verified database user has full permission on the database. I've also testing using the root account just to see if that would help but nothing. Do you know what might be causing this off the top of your head? Again, any help would be much appreciated. Thanks!

Error:

"The supplied credentials are not associated with any user on this wiki."



LocalSettings.php :


$wgGroupPermissions['*' ]['createaccount'] = true;$wgGroupPermissions['*' ]['autocreateaccount'] = true;$wgGroupPermissions['*' ]['read'] = false;$wgGroupPermissions['*' ]['edit'] = false;$wgGroupPermissions['*' ]['createpage'] = false;$wgGroupPermissions['*' ]['createtalk'] = false;




On Monday, April 20, 2020, 10:36:06 AM EDT, Robert Vogel <vogel@hallowelt.com<mailto:vogel@hallowelt.com>> wrote:



Hi Kevin!


There are already some documentation, examples and discussions available on that topic. Here are a few links that should get you started:

* https://www.mediawiki.org/wiki/LDAP_hub

* https://www.mediawiki.org/wiki/LDAP_hub/Migration_from_extension_LDAPAuthentication

* https://www.mediawiki.org/wiki/LDAP_hub#Debugging

* https://www.mediawiki.org/wiki/Manual:Active_Directory_Integration


If you are getting "cannot bind" or "cannot find server", it's probably some issue in your connection configuration. Have a look at https://www.mediawiki.org/wiki/Extension:LDAPProvider#Domain_config_settings


--

Robert


Am Freitag, den 17.04.2020, 11:37 -0400 schrieb Kdeal108--- via MediaWiki-l:


Hi all,



Anyone had difficulty implementing LDAP connection using the LDAPAuthentication2 extension? The old one back in 1.19 version of mediawiki was working fine but now after upgrading it’s not working.



Anyone got a sample they can share how you configured all the necessary files? I keep getting “cannot bind” or “cannot fine server”. My ldap server connection is the same I use for other apps and they have no problem. Any help would be appreciated. Thanks in advance.



Kevin



_______________________________________________


MediaWiki-l mailing list


To unsubscribe, go to:


https://lists.wikimedia.org/mailman/listinfo/mediawiki-l



--


Robert Vogel Team Lead Product and Software Development Hallo Welt! GmbH Postfach 11 02 09?93015 Regensburg Germany Telefon: +49 (0) 941 - 660 80-0 Fax: +49 (0) 941 - 660 80-189 hallowelt.com vogel@hallowelt.com<mailto:vogel@hallowelt.com> Sitz: Regensburg Amtsgericht: Regensburg Handelsregister: HRB 10467 E.USt.Nr.: DE 253050833 Geschäftsführer: Anja Ebersbach, Markus Glaser, Dr. Richard Heigl Besuchen Sie unsere aktuellen BlueSpice-Webinare: https://de.bluespice.com/webinar

_______________________________________________

MediaWiki-l mailing list

To unsubscribe, go to:

https://lists.wikimedia.org/mailman/listinfo/mediawiki-l



_______________________________________________

MediaWiki-l mailing list

To unsubscribe, go to:

https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


--

Robert Vogel Team Lead Product and Software Development Hallo Welt! GmbH Postfach 11 02 09?93015 Regensburg Germany Telefon: +49 (0) 941 - 660 80-0 Fax: +49 (0) 941 - 660 80-189 hallowelt.com vogel@hallowelt.com Sitz: Regensburg Amtsgericht: Regensburg Handelsregister: HRB 10467 E.USt.Nr.: DE 253050833 Geschäftsführer: Anja Ebersbach, Markus Glaser, Dr. Richard Heigl Besuchen Sie unsere aktuellen BlueSpice-Webinare: https://de.bluespice.com/webinar
_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Re: 1.19 - 1.31 AD login with LDAPAuthentication extension [ In reply to ]
Absolutely. Sorry about misusing this thread. I will go ahead and post it on LDAP_Hub. Appreciate your help!

> On Apr 20, 2020, at 11:14 AM, Robert Vogel <vogel@hallowelt.com> wrote:
>
> ?Hi Kevin,
>
> please open a topic on https://www.mediawiki.org/wiki/Talk:LDAP_hub and share all of your configuration (without sensitive information of course). I'm sure we can find a solution, but the mailing list is not the appropriate site to do this.
>
> --
> Robert
>
> Am Montag, den 20.04.2020, 14:50 +0000 schrieb Kevin via MediaWiki-l:
>
> Hi Robert,
>
> Thank you so much for taking the time to reply. I have reviewed most of the guides on mediawiki and have just been unable to get it to work even following the guides. I must say, it might just be my technical skills when it comes to this one. However, I did get the binding error to go away but now i am getting an error that should not come up since i've enabled autocreateaccount and create account for all users. I've googled so many times and they all point to the autocreateaccount and createaccount being set correctly. I've verified database user has full permission on the database. I've also testing using the root account just to see if that would help but nothing. Do you know what might be causing this off the top of your head? Again, any help would be much appreciated. Thanks!
>
> Error:
>
> "The supplied credentials are not associated with any user on this wiki."
>
>
>
> LocalSettings.php :
>
>
> $wgGroupPermissions['*' ]['createaccount'] = true;$wgGroupPermissions['*' ]['autocreateaccount'] = true;$wgGroupPermissions['*' ]['read'] = false;$wgGroupPermissions['*' ]['edit'] = false;$wgGroupPermissions['*' ]['createpage'] = false;$wgGroupPermissions['*' ]['createtalk'] = false;
>
>
>
>
> On Monday, April 20, 2020, 10:36:06 AM EDT, Robert Vogel <vogel@hallowelt.com<mailto:vogel@hallowelt.com>> wrote:
>
>
>
> Hi Kevin!
>
>
> There are already some documentation, examples and discussions available on that topic. Here are a few links that should get you started:
>
> * https://www.mediawiki.org/wiki/LDAP_hub
>
> * https://www.mediawiki.org/wiki/LDAP_hub/Migration_from_extension_LDAPAuthentication
>
> * https://www.mediawiki.org/wiki/LDAP_hub#Debugging
>
> * https://www.mediawiki.org/wiki/Manual:Active_Directory_Integration
>
>
> If you are getting "cannot bind" or "cannot find server", it's probably some issue in your connection configuration. Have a look at https://www.mediawiki.org/wiki/Extension:LDAPProvider#Domain_config_settings
>
>
> --
>
> Robert
>
>
> Am Freitag, den 17.04.2020, 11:37 -0400 schrieb Kdeal108--- via MediaWiki-l:
>
>
> Hi all,
>
>
>
> Anyone had difficulty implementing LDAP connection using the LDAPAuthentication2 extension? The old one back in 1.19 version of mediawiki was working fine but now after upgrading it’s not working.
>
>
>
> Anyone got a sample they can share how you configured all the necessary files? I keep getting “cannot bind” or “cannot fine server”. My ldap server connection is the same I use for other apps and they have no problem. Any help would be appreciated. Thanks in advance.
>
>
>
> Kevin
>
>
>
> _______________________________________________
>
>
> MediaWiki-l mailing list
>
>
> To unsubscribe, go to:
>
>
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
>
>
> --
>
>
> Robert Vogel Team Lead Product and Software Development Hallo Welt! GmbH Postfach 11 02 09
> 93015 Regensburg Germany Telefon: +49 (0) 941 - 660 80-0 Fax: +49 (0) 941 - 660 80-189 hallowelt.com vogel@hallowelt.com<mailto:vogel@hallowelt.com> Sitz: Regensburg Amtsgericht: Regensburg Handelsregister: HRB 10467 E.USt.Nr.: DE 253050833 Geschäftsführer: Anja Ebersbach, Markus Glaser, Dr. Richard Heigl Besuchen Sie unsere aktuellen BlueSpice-Webinare: https://de.bluespice.com/webinar
>
> _______________________________________________
>
> MediaWiki-l mailing list
>
> To unsubscribe, go to:
>
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
>
>
> _______________________________________________
>
> MediaWiki-l mailing list
>
> To unsubscribe, go to:
>
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
>
> --
>
> Robert Vogel Team Lead Product and Software Development Hallo Welt! GmbH Postfach 11 02 09
> 93015 Regensburg Germany Telefon: +49 (0) 941 - 660 80-0 Fax: +49 (0) 941 - 660 80-189 hallowelt.com vogel@hallowelt.com Sitz: Regensburg Amtsgericht: Regensburg Handelsregister: HRB 10467 E.USt.Nr.: DE 253050833 Geschäftsführer: Anja Ebersbach, Markus Glaser, Dr. Richard Heigl Besuchen Sie unsere aktuellen BlueSpice-Webinare: https://de.bluespice.com/webinar
> _______________________________________________
> MediaWiki-l mailing list
> To unsubscribe, go to:
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l