From 3f6bc75ff7a953f53d33361ad924dcbd54aee945 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sun, 25 May 2008 20:22:22 +0200 Subject: [PATCH] Initial first step. Signed-off-by: Florent Bruneau --- _define.php | 11 +++++++++++ _prepend.php | 25 +++++++++++++++++++++++++ class.xorg.auth.php | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 _define.php create mode 100644 _prepend.php create mode 100644 class.xorg.auth.php 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 @@ + -- 2.1.4