User talk:Ryan lane
Contents
| Thread title | Replies | Last modified |
|---|---|---|
| wikistats.wmflabs.org | 1 | 05:20, 22 May 2013 |
| Labs account | 3 | 03:53, 15 April 2013 |
| status update on database replication on Labs? | 1 | 20:04, 2 April 2013 |
| LDAP Help | 0 | 16:11, 18 January 2013 |
| Undefined offset: | 0 | 14:12, 7 November 2012 |
| can't seem to download the plugin | 0 | 09:41, 17 October 2012 |
| LDAP problems | 1 | 12:56, 19 September 2012 |
| Extension:SmoothGallery | 0 | 19:01, 2 July 2012 |
| Require an account on Wikimedia Labs | 1 | 06:06, 23 April 2012 |
| Request access to Labsconsole account | 2 | 16:39, 14 April 2012 |
| Requesting access to Labs. | 1 | 22:52, 7 April 2012 |
| Something about Labs | 0 | 00:32, 21 March 2012 |
| Want GIT Access | 2 | 20:02, 8 March 2012 |
| search attributes with a userdefined filter | 0 | 07:46, 8 March 2012 |
| File:Ryan_Lane_-_How_to_be_a_part_of_the_MediaWiki_developer_community.pdf | 1 | 23:52, 16 February 2012 |
| Labs | 1 | 22:17, 31 January 2012 |
| LDAP wsDomain error talk | 0 | 01:16, 26 January 2012 |
| Wikimedia Labs | 1 | 02:29, 2 December 2011 |
| Crap articles | 3 | 17:53, 22 November 2011 |
| LdapAuthentication.php | 7 | 23:08, 4 April 2011 |
I see you created the Nova Resource page. Might want to check out m:Talk:List_of_Wikipedias#Minangkabau_Wikipedia
Hi. Per Sumana, I'd like to get a Labsconsole account so I can submit merge requests. Username DCOLLINS, email address dcollinsn@gmail.com. I do not have a svn account.
Please ask here: http://www.mediawiki.org/wiki/Developer_access
Hi Ryan, I was unable to create an account there just now. I made a note of my attempt on Talk:Wikimedia_Labs#Create_account_26228.
Could you please post some kind of a Labs status update with the ETA for database replication? Many were hoping by the end of the month/quarter, and the main Labs page says something about the end of February, but no status updates since last year. It would help to plan.
Hi, I am running mediawiki on a 2008 windows server.
Mediawiki 1.20.2
PHP 5.3.19 (cgi-fcgi)
MySQL 5.5.29
I am trying to set up an active directory with my work where it will access the employee database so everyone can log in with their username and password. It's not working, plus it even says that the admin username and password are incorrect. I have uncommented the php_ldap.dll extension and downloaded the LDAP authentication extension.
Local Settings:
require_once( “$IP/extensions/LdapAuthentication/ LdapAuthentication.php” );
$wgAuth = new LdapAuthenticationPlugin();
$wgLDAPDomainNames = array( “my.work.com” );
$wgLDAPServerNames = array( “my.work.com” => “my.domain.my.work.com” );
$wgLDAPEncryptionType = array( “my.work.com” => “clear” );
$wgLDAPUseSSL = array( “my.work.com” => false );
$wgLDAPRetrievePrefs = array( “my.work.com” => true );
$wgLDAPMinimalPasswordLength = 1;
$wgLDAPSearchStrings = array( “my.work.com” => “my\\USER-NAME” );
$wgLDAPBaseDNs = array( “my.work.com” => “dc=my, dc=work, dc=com” );
I have some group permissions in my local settings as well and can post those if needed.
Hello,
I try to use your Extension, but I get
Notice: Undefined offset: 0 in C:\xampp\htdocs\vorlage\extensions\Ldap\LdapAuthentication.php on line 1639 Notice: Undefined offset: 0 in C:\xampp\htdocs\vorlage\extensions\Ldap\LdapAuthentication.php on line 1640
after I try to login
My settings:
require_once('extensions/Ldap/LdapAuthentication.php'); $wgAuth = new LdapAuthenticationPlugin(); $wgLDAPServerNames = array('SK_LDAP' => 'ldap.server.com'); $wgLDAPDomainNames = array('SK_LDAP'); $wgLDAPSearchAttributes = array('SK_LDAP' => 'cn'); $wgLDAPBaseDNs = array('SK_LDAP' => 'o=SK'); $wgLDAPUseSSL = false; $wgMinimalPasswordLength = 1; $wgLDAPRequiredGroups = array('SK_LDAP' => array('cn=local_admin,ou=group,ou=DE,o=SK')); $wgLDAPGroupUseFullDN = array('SK_LDAP' => true); $wgLDAPGroupObjectclass = array('SK_LDAP' => 'groupOfNames'); $wgLDAPGroupAttribute = array('SK_LDAP' => 'member'); $wgLDAPGroupSearchNestedGroups = array('SK_LDAP' => false);
Can you help me?
whenever I try to download the plugin, I get the following error:
"Invalid response from Extension Distributor remote client."
I would really like to implement this, is there another way to get the plugin?
Hello,
where i can search for advices on how to confgure LDAP authentication?
i'm trying to make auth over Win 2008 AD. mediawiki installed on ubuntu. and i've tried to look on http://www.mediawiki.org/wiki/Extension:LDAP_Authentication_Configuration_Examples#Configuration_for_an_AD_server but i get incorrect password and all. (
Hi,
Do you have any plans to update the Extension:SmoothGallery and/or to move it from SVN to GIT?
I'm a contributor on Chinese Wikipedia, and have lots of contributions on Chinese Wikipedia, and I'm interested in mediawiki developing. Besides that, I'm going to attend the Hackathon on Wikimania 2012 in Washinton D.C., I want to require an account on Wikimedia Labs to have some experiments and practice on mediawiki before the Hackathon.
I've already submitted my require on developer access page.
Thx~
Thank you~ --Shujenchang (talk) 06:06, 23 April 2012 (UTC)
Hi, Ryan! I am the maintainer of Extension:GeoGebra and Extension:FormelApplet. I was requested to move my code to GIT. At this page you are told to be the recommended contactee.
Username: Rudolf.Grossmann
Email: rg58(at)gmx.de
No SVN account.
Please leave your request at http://www.mediawiki.org/wiki/Developer_access
Done! Tnx for your advice. What comes next? Please see also Help_talk:SSH
Next step is here: Git/New_repositories#Step_3:_Request_space_for_your_extension
Thank you, Sumanah, for your patience at IRC.
Gday Ryan. I am doing some work on a project with Dirk Beetstra, which he has running on Labs. Beestra is after some support and menial work and suggested that I should contact you to get access to Labs so that I could assist. Is that possible? It is a number of years since I have done shell work, though did act as postmaster and listmaster for RootsWeb for a number of years and that included about ten years of shell access. Thanks for your consideration on this matter. — billinghurst sDrewth 09:17, 18 March 2012 (UTC)
Please ask here: http://www.mediawiki.org/wiki/Developer_access
Hi Ryan,
may you give me access to Git ? I need it as new way to publish my Extension:Mail2Facebook.
Hi Ryan,
please give me a hint, if this the wront place to request the GIT access.
Regards,
You should ask sumanah, or ^demon, or reedy on IRC in #mediawiki on freenode.
Hey Ryan,
please give me a hint. I'am searching for a possibility to access a special colum at the ldap. For example, if a user want to log in, at first, I want to check if this user exists or not. After this step, I want to check a special attribute. Only User, which have an entry at these attribute are allowed to log in. But I don't know how and where to set these filter. I thought, perhaps here at the LocalSettings.php? but I'am really not sure.
$wgLDAPSearchAttributes = array( "array"=>"uid" xx>>here?<< );
xxI want to search for something like: "eduPersonEntitlement = urn:mace:dir:entitlement...."
Thanks for help.
Best regards
Hey. I was reading your File:Ryan_Lane_-_How_to_be_a_part_of_the_MediaWiki_developer_community.pdf that you had linked on the mailing list. It looks like quite a good introduction for newbies, but one thing that was bothering me is on page 11 you had:
$escID = $dbr->addQuotes( $id ); $dbr->query( "SELECT * FROM foo WHERE foo_id= $escID" );
as acceptable. Really to be acceptable, foo needs to be escaped with $dbr->tableName('foo') or the code won't work on wikis that use db prefixes.
It's acceptable from a "you're not going to get owned" POV. There's a reason I mention later that there's a recommended way.
Hello. I'm interested in running my en.wikipedia bots on Labs. If possible, could I please have a labs account? Thanks,
Hi Ryan,
Spent the last few hours scouring all sorts of info over the wsDomain issues. I see that there is still no fix, and still lots of confusion.
I just finished an installation of Mediawiki + Ldap and immediatly ran into the issue. config: Apache 2, Server 2008 r2 x64, Mysql, Php 5.2 thread safe - vc6, xcache for php 5.2
I was trying to dig into it, and to do so i did a quick "search in all files" in the mediawiki root dir for "wsdomain" (not case sensitive). I got 133 hits in 3 files, only 4 of which were not in LdapAuthentication.php. In fact those 4 are the only hits outside of the LDAP plugin at all. (My resutls might be a *slight* bit off as i have added some of the "fixes" ive read about...nothing is working) I can produce this error ever time, by simply visiting the main wiki page and then clicking login. I have so far *only* seen it when a user is *not* logged in. Logging in makes it go away, and in fact possibly not come back. I logged in and out on Firefox and the problem went away...so i had to use Chrome to see it again. As long as i dont log in on Chrome i can make it happen over and over.
The question is...where is $_SESSSION['wsDomain'] being set? I cant find it? Everywhere i find it, its being refrenced, not set.
Id like to help fix this. I can collect any information you want, and if needed we may even be able to give you remmote access to examine the setup/system.
Interested in development of Wikimedia Labs as a tool for extension development. I have SVN commit access - would it be possible to get that linked to a Labs account? Thank you!
Yep. Labs isn't fully set up for an easy extension development environment right now, but if you are willing to set most things up manually right now, it'll work. I need the following information from you:
- Your preferred wiki user name
- Your SVN account name
- Your preferred email address
You can send me this via wiki email, or via rlane at wikimedia dot org.
In the ACTRIAL discussion you said:
Why don't we instead make a policy that marks "crap" articles as being poor quality, then funnel our efforts into make them good? Instead of deleting something, why don't you take a few minutes to make it better?
Maybe that was just rhetoric, but if it was a serious question, the reason is that, though many articles are indeed flagged for improvement, when we refer to crap articles created as first edit by non-autoconfirmed users, we mean "articles" like "Ryan X born 7 August 1997 is the coolest man in the universe" or "Tommy Z is gay and has no friends" or (a few from my recent deletion log):
"dandrummerdan" is a youtube page of a boy named Danny. He is a musician, skater, and does all kinds of stuff. Recently, he started getting paid for his video views. His youtube Channel is [www.youtube.com/dandrummerdan] www.youtube.com/dandrummerdan
hello ,welcome to my page . Hope you enjoy your stay here . Share my favourite cheap louis vuitton bags from http://www.louisvuitton30.com with you , hope you like the discount louis vuitton handbags as well , very appreciate for your opinion .
<name redacted> is a talented young girl who has a passion for music. She is 13 years old and was born in Gillingham. She plays guitar, saxophone and she has an incredible singing voice. She attends Rainham Mark Grammar School and she is currently choosing her options.
What really sets a car dealership apart these days? Convenient Location: To visit our dealership, check our Map and Location and Department Hours. We would like to meet you in person and help you with your car ownership needs. Our dealership is conveniently located next door with Cliffs Ice cream and worth the drive. (details omitted)
A fuu prii prounounced (four-pwu) originates from the 2011 word fuu plu, this word from the language fuu prii also icludes famous words such as possibrably
Yes, and there are examples of legitimate content and non-crap stub articles being deleted because the person didn't cite sources, or it's a stub. In the old days this content would be marked as [citation needed], or marked as a stub. This leaves around content that others see as needing citation or being a stub and it entices them to make it better.
Yes, certainly there are examples of that, but you seemed to be saying that deletion is always bad because it removes information that could have been improved. People often say that who do not know what the actual new page list of an anyone-can-edit site looks like. My point was to illustrate that many new "articles" are not amenable to improvement, and those are the "crap articles" people were talking about.
Did you read Special:Code/MediaWiki/78427#c12153?
I thought I had gone back and fixed the rest of it. I had forgotten. Thanks for the reminder. Fixed.