From: Moodle HQ git importer Date: Mon, 11 Jan 2010 10:43:40 +0000 (+0000) Subject: Fixing drift between CVS and git X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9b8b84dc91eb1df47baf9008d31682908d33afec;p=moodle.git Fixing drift between CVS and git --- diff --git a/auth/ldap/db/install.php b/auth/ldap/db/install.php new file mode 100644 index 0000000000..f508bf843b --- /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 0000000000..4f17f6d2bb --- /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 0000000000..bfca556512 --- /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 0000000000..1e94b9fb58 --- /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 0000000000..d5cc2dd6ca --- /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 0000000000..5387cef44f --- /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 0000000000..3033583142 --- /dev/null +++ b/auth/shibboleth/db/install.php @@ -0,0 +1,11 @@ +set_field('user', 'password', 'not cached', array('auth'=>'shibboleth')); + +}