diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-February/002771.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-February/002771.html | 142 |
1 files changed, 142 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-February/002771.html b/zarb-ml/mageia-sysadm/2011-February/002771.html new file mode 100644 index 000000000..1c6fcd76c --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-February/002771.html @@ -0,0 +1,142 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] mediawiki + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20mediawiki&In-Reply-To=%3C201102171732.33528.bgmilne%40staff.telkomsa.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002769.html"> + <LINK REL="Next" HREF="002772.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] mediawiki</H1> + <B>Buchan Milne</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20mediawiki&In-Reply-To=%3C201102171732.33528.bgmilne%40staff.telkomsa.net%3E" + TITLE="[Mageia-sysadm] mediawiki">bgmilne at staff.telkomsa.net + </A><BR> + <I>Thu Feb 17 16:32:33 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002769.html">[Mageia-sysadm] mediawiki +</A></li> + <LI>Next message: <A HREF="002772.html">[Mageia-sysadm] mediawiki +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2771">[ date ]</a> + <a href="thread.html#2771">[ thread ]</a> + <a href="subject.html#2771">[ subject ]</a> + <a href="author.html#2771">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Thursday, 17 February 2011 12:40:51 Buchan Milne wrote: + +><i> The rest of the settings for LDAPAuthentication.php should be as follows. +</I>><i> Note that the option to pull preferences from LDAP includes the +</I>><i> perferredLanguage attribute (which we currently set on registration, but +</I>><i> the user is able to change it - we may want to try and constrain the +</I>><i> values that can be put there in future). +</I> +How is language selection done, purely by visiting wiki.mageia.org/$lang, or +is there also automatic detection, or based on user's prefs? + +BTW., regarding preferredLanguage: + +# ldapsearch objectClass=inetOrgPerson preferredLanguage|awk -F ': ' +'/^preferredLanguage/ {print $2}'|sort|uniq -c|sort -rn +SASL/EXTERNAL authentication started +SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth +SASL SSF: 0 + 44 fr + 36 en-us + 21 fr-fr + 9 en-gb + 8 es-es + 7 de-de + 6 ru-ru + 5 pt-br + 3 it-it + 3 fi-fi + 2 nl + 2 et-ee + 2 et + 2 es-ar + 2 en + 1 zh-tw + 1 zh-cn + 1 tr-tr + 1 sv-se + 1 sv + 1 ru + 1 pl-pl + 1 pl,en + 1 pl + 1 i-default + 1 fr-FR + 1 fr en ro + 1 fr-be + 1 fi + 1 es-pe + 1 en-en + 1 el + 1 de-ch + 1 cs-cz + 1 cs + 1 ca + 1 af + + +AFAICT, the following values listed above may be problematic: +- en-us +- fr-fr +- es-es +- de-de +- ru-ru +- it-it +- fi-fi +- et-ee +- es-ar +- tr-tr + + + +I guess I should filter these out, and replace with en,fr,es,ru,it,fi,et,es,tr +? I will fix the wrong ones in LDAP later. + +Regards, +Buchan +</PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002769.html">[Mageia-sysadm] mediawiki +</A></li> + <LI>Next message: <A HREF="002772.html">[Mageia-sysadm] mediawiki +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2771">[ date ]</a> + <a href="thread.html#2771">[ thread ]</a> + <a href="subject.html#2771">[ subject ]</a> + <a href="author.html#2771">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |