Index: trunk/CentralAuth/login.dia |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/CentralAuth/login.dia |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + application/octet-stream |
Index: trunk/CentralAuth/registration.dia |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/CentralAuth/registration.dia |
___________________________________________________________________ |
Added: svn:mime-type |
2 | 2 | + application/octet-stream |
Index: trunk/CentralAuth/evil-plans.txt |
— | — | @@ -173,7 +173,7 @@ |
174 | 174 | else if no such user: |
175 | 175 | -> INVALID STATE |
176 | 176 | else: |
177 | | - * coreAuth::atemptAuth($name, $hashedPass) |
| 177 | + * coreAuth::attemptAuth($name, $hashedPass) |
178 | 178 | if passed: |
179 | 179 | -> create local account |
180 | 180 | -> coreAuth::attachLocal($name, $dbname) |
— | — | @@ -203,6 +203,10 @@ |
204 | 204 | -> update local lock state, email, email confirmation |
205 | 205 | -> successful login. |
206 | 206 | |
| 207 | +See the diagramms made using dia ( http://www.gnome.org/projects/dia ): |
| 208 | + - login.dia |
| 209 | + - registration.dia |
| 210 | + |
207 | 211 | == Edge implementation == |
208 | 212 | |
209 | 213 | The AuthPlugin interface was written with the idea of creating local accounts |
Index: trunk/CentralAuth/extract-data.sh |
— | — | @@ -1,4 +1,9 @@ |
2 | 2 | #!/bin/bash |
| 3 | +# |
| 4 | +# Script to extract user data from the databases to csv files |
| 5 | +# It takes a bit more than one hour to extract the data. |
| 6 | +# |
| 7 | +# Author: Brion Vibber |
3 | 8 | |
4 | 9 | cluster=`cat /etc/cluster` |
5 | 10 | for db in `cat /home/wikipedia/common/$cluster.dblist` |