From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-April/003328.html | 103 +++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-April/003328.html (limited to 'zarb-ml/mageia-sysadm/2011-April/003328.html') diff --git a/zarb-ml/mageia-sysadm/2011-April/003328.html b/zarb-ml/mageia-sysadm/2011-April/003328.html new file mode 100644 index 000000000..f4e180c61 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-April/003328.html @@ -0,0 +1,103 @@ + + + + [Mageia-sysadm] Users authentication on forums + + + + + + + + + +

[Mageia-sysadm] Users authentication on forums

+ nicolas vigier + boklm at mars-attacks.org +
+ Mon Apr 11 14:39:20 CEST 2011 +

+
+ +
Hello,
+
+For authentication on the forums, we are currently using ldap. The user
+sends his login and passwords to phpbb which use it to authenticate on
+ldap server. Because of this, someone with root access on the forums
+server can access password of any user connecting to the forums. And
+because important passwords are transfered, the connection needs to be
+in SSL, so the *.mageia.org certificate also needs to be installed. So
+access to the server needs to be restricted to sysadmin team only, who
+also need to be able to check what is being done on forums, check it is
+secure, etc ... And I think this makes forums admins not happy.
+
+As we are using ldap for authentication only (not for groups or anything
+else), I think we could do authentication differently. Maybe we could
+setup a mageia OpenID server linked to the ldap server. Then on the
+forums use OpenID for authentication, when a user enter his login on
+the forums he is redirected to the mageia OpenID authentication page
+for the login entered. Then we can disable https on the forums, and
+forum admins can be root on the forums server. And passwords are better
+protected in case phpbb has a vulnerability.
+
+Sysadmin team would manage openid server. And forum team would manage
+forums server.
+
+I've seen this project for phpbb3 openid authentication (I didn't check
+if there are others) :
+http://sourceforge.net/projects/phpbb-openid/
+
+Login form looks like this :
+http://sourceforge.net/dbimage.php?id=91989
+We would need to modify it to remove Username/Password. Replace "OpenID"
+with "Mageia login" and automatically use Mageia OpenID server with the
+login entered. So that each account on the forum is still linked to a
+Mageia account.
+
+What do you think ?
+
+
+ + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1