From 9b8b84dc91eb1df47baf9008d31682908d33afec Mon Sep 17 00:00:00 2001 From: Moodle HQ git importer Date: Mon, 11 Jan 2010 10:43:40 +0000 Subject: [PATCH] Fixing drift between CVS and git --- auth/ldap/db/install.php | 13 +++++++++++++ auth/mnet/db/install.php | 11 +++++++++++ auth/nntp/db/install.php | 11 +++++++++++ auth/pam/db/install.php | 11 +++++++++++ auth/pop3/db/install.php | 11 +++++++++++ auth/radius/db/install.php | 11 +++++++++++ auth/shibboleth/db/install.php | 11 +++++++++++ 7 files changed, 79 insertions(+) create mode 100644 auth/ldap/db/install.php create mode 100644 auth/mnet/db/install.php create mode 100644 auth/nntp/db/install.php create mode 100644 auth/pam/db/install.php create mode 100644 auth/pop3/db/install.php create mode 100644 auth/radius/db/install.php create mode 100644 auth/shibboleth/db/install.php diff --git a/auth/ldap/db/install.php b/auth/ldap/db/install.php new file mode 100644 index 00000000000..f508bf843b8 --- /dev/null +++ b/auth/ldap/db/install.php @@ -0,0 +1,13 @@ +set_field('user', 'password', 'not cached', array('auth'=>'ldap')); + } + +} diff --git a/auth/mnet/db/install.php b/auth/mnet/db/install.php new file mode 100644 index 00000000000..4f17f6d2bb0 --- /dev/null +++ b/auth/mnet/db/install.php @@ -0,0 +1,11 @@ +set_field('user', 'password', 'not cached', array('auth'=>'mnet')); + +} diff --git a/auth/nntp/db/install.php b/auth/nntp/db/install.php new file mode 100644 index 00000000000..bfca5565125 --- /dev/null +++ b/auth/nntp/db/install.php @@ -0,0 +1,11 @@ +set_field('user', 'password', 'not cached', array('auth'=>'nntp')); + +} diff --git a/auth/pam/db/install.php b/auth/pam/db/install.php new file mode 100644 index 00000000000..1e94b9fb584 --- /dev/null +++ b/auth/pam/db/install.php @@ -0,0 +1,11 @@ +set_field('user', 'password', 'not cached', array('auth'=>'pam')); + +} diff --git a/auth/pop3/db/install.php b/auth/pop3/db/install.php new file mode 100644 index 00000000000..d5cc2dd6cac --- /dev/null +++ b/auth/pop3/db/install.php @@ -0,0 +1,11 @@ +set_field('user', 'password', 'not cached', array('auth'=>'pop3')); + +} diff --git a/auth/radius/db/install.php b/auth/radius/db/install.php new file mode 100644 index 00000000000..5387cef44f7 --- /dev/null +++ b/auth/radius/db/install.php @@ -0,0 +1,11 @@ +set_field('user', 'password', 'not cached', array('auth'=>'radius')); + +} diff --git a/auth/shibboleth/db/install.php b/auth/shibboleth/db/install.php new file mode 100644 index 00000000000..3033583142b --- /dev/null +++ b/auth/shibboleth/db/install.php @@ -0,0 +1,11 @@ +set_field('user', 'password', 'not cached', array('auth'=>'shibboleth')); + +}