Re: [Toolserver-l] Regular Maintenance at 8. February

2012-02-09 Thread Dr. Trigon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Try to sleep well and focus on exams (it is an fact the same I am doing
at the moment ;) - thus; I wish you success!

Greetings
DrTrigon

ps.: Thanks for the support and service anyway!


On 09.02.2012 00:55, DaB. wrote:
 Hello all,
 
 the dumping of commons on rosemary take longer than I thought it
 would and I have to go to bed now. So the replication of the
 commons-database on rosemary will be stoped until tomorrow
 (Thurday) afternoon/evening (I have an exam tomorrow) and the
 importing of the dump on z-dat-s4-a will be postponed too. If Nosy
 is arround tomorrow morning or noon, she can restart the
 replication too. If you need just to READ commons, please use the
 -rr-version of our servers [1] and you will have no problems at
 all. I am sorry that everything will take longer now, but I can't
 change it.
 
 Sincerly, DaB.
 
 [1] https://wiki.toolserver.org/view/Database_access
 
 
 
 
 ___ Toolserver-l
 mailing list (Toolserver-l@lists.wikimedia.org) 
 https://lists.wikimedia.org/mailman/listinfo/toolserver-l Posting
 guidelines for this list:
 https://wiki.toolserver.org/view/Mailing_list_etiquette

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8znVkACgkQAXWvBxzBrDDfVACfaVTR/EPQJhywVKaPEDoPd6dY
FykAoN/RvD2HcLY7aUB/qKsIFIumsSln
=+0IV
-END PGP SIGNATURE-

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette


Re: [Toolserver-l] External authentication?

2012-02-09 Thread Victor Vasiliev
On Thu, Feb 9, 2012 at 3:37 PM, Magnus Manske
magnusman...@googlemail.com wrote:
 Hi all,

 on my talk page, [[User:Pathoschild]] raised the idea of allowing
 OpenID authentication to operate toolserver tools that currently rely
 on TUSC. While I'd rather go for browserID [1] (not mutually
 exclusive), it raised the point of which authentication is good
 enough for using some toolserver tools, especially those that edit or
 upload on Wiki(m|p)edia projects.

 Would these non-TUSC accounts need to be linked to Wiki(m|p)edia user
 names? If so, how would this be done? If Wiki(m|p)edia were to provide
 openID/browserID authentication, it would be a non-issue, but as it
 stands, this would need to be done on the toolserver in some form,
 which would most likely be more cumbersome than the current TUSC
 account creation.

 Ideas?


 Magnus


Well, Wikimedia should become OpenID/OAuth provider for that.

--vvv

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette


Re: [Toolserver-l] External authentication?

2012-02-09 Thread Magnus Manske
On Thu, Feb 9, 2012 at 1:08 PM, Victor Vasiliev vasi...@gmail.com wrote:
 On Thu, Feb 9, 2012 at 3:37 PM, Magnus Manske
 magnusman...@googlemail.com wrote:
 Hi all,

 on my talk page, [[User:Pathoschild]] raised the idea of allowing
 OpenID authentication to operate toolserver tools that currently rely
 on TUSC. While I'd rather go for browserID [1] (not mutually
 exclusive), it raised the point of which authentication is good
 enough for using some toolserver tools, especially those that edit or
 upload on Wiki(m|p)edia projects.

 Would these non-TUSC accounts need to be linked to Wiki(m|p)edia user
 names? If so, how would this be done? If Wiki(m|p)edia were to provide
 openID/browserID authentication, it would be a non-issue, but as it
 stands, this would need to be done on the toolserver in some form,
 which would most likely be more cumbersome than the current TUSC
 account creation.

 Ideas?


 Magnus


 Well, Wikimedia should become OpenID/OAuth provider for that.

So, no change before 2020 then? ;-)

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette


Re: [Toolserver-l] External authentication?

2012-02-09 Thread Jesse (Pathoschild)
On Thu, Feb 9, 2012 at 06:37, Magnus Manske magnusman...@googlemail.com wrote:
 on my talk page, [[User:Pathoschild]] raised the idea of allowing
 OpenID authentication to operate toolserver tools that currently rely
 on TUSC. While I'd rather go for browserID [1] (not mutually
 exclusive), it raised the point of which authentication is good
 enough for using some toolserver tools, especially those that edit or
 upload on Wiki(m|p)edia projects.

 Would these non-TUSC accounts need to be linked to Wiki(m|p)edia user
 names? If so, how would this be done?


Hi Magnus,

My idea is to extend your TUSC tool. The user would log in with OpenID
(or browserID), and associate this login with their Wikimedia account
the same way TUSC already does (e.g., the user makes an edit with a
given token).

Once that is done, we could provide a nice API for other Toolserver
scripts to use. For example:
?php
$user = new ToolserverAuthentication()-getUser('Pathoschild'); // get
a specific user by their on-wiki name (e.g., for checking opt-in)
$user = new ToolserverAuthentication()-getUser();
// get the current user (from session / cookies)

$user-hasWikiAccount();   // whether the user has associated their
Toolserver account with an on-wiki global account
$user-getWikiAccount();    // the name of their on-wiki global account
$user-getGlobalGroups();  // an array of their on-wiki global groups
$user-getPreference('opt-in', 'some-tool-name');  // maybe?
?

This would make it very easy for tools to require authentication or
opt-in, allow user preferences, or provide different features
depending on the account or roles (e.g., a non-steward user might not
want to see their results filled with links to steward-only pages).

--
Yours cordially,
Jesse (Pathoschild)

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette