From: Florent Bruneau Date: Sun, 25 May 2008 18:22:22 +0000 (+0200) Subject: Initial first step. X-Git-Url: http://git.polytechnique.org/?p=dotclear.git;a=commitdiff_plain;h=3f6bc75ff7a953f53d33361ad924dcbd54aee945 Initial first step. Signed-off-by: Florent Bruneau --- 3f6bc75ff7a953f53d33361ad924dcbd54aee945 diff --git a/_define.php b/_define.php new file mode 100644 index 0000000..5525f34 --- /dev/null +++ b/_define.php @@ -0,0 +1,11 @@ +registerModule( + /* Name */ "XorgAuth", + /* Description*/ "Xorg Authentication plugin", + /* Author */ "Florent Bruneau", + /* Version */ '0.1', + /* Permissions */ 'usage,contentadmin', + /* Priority */ 200 +); +?> diff --git a/_prepend.php b/_prepend.php new file mode 100644 index 0000000..5e332b5 --- /dev/null +++ b/_prepend.php @@ -0,0 +1,25 @@ + diff --git a/class.xorg.auth.php b/class.xorg.auth.php new file mode 100644 index 0000000..12d46ac --- /dev/null +++ b/class.xorg.auth.php @@ -0,0 +1,18 @@ +