Repository: cloudstack
Updated Branches:
  refs/heads/master d90a2d396 -> aeec24b2c


developer: enable saml plugin for developers by default

Deploydb with a -P developer profile will run developer-prefill, in that we
enable the SAML plugin by default but only for developers

Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3df104e2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3df104e2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3df104e2

Branch: refs/heads/master
Commit: 3df104e20d12de97f4733876e9126c1267c341af
Parents: d90a2d3
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
Authored: Fri Sep 12 13:40:20 2014 +0200
Committer: Rohit Yadav <rohit.ya...@shapeblue.com>
Committed: Fri Sep 12 13:40:20 2014 +0200

----------------------------------------------------------------------
 developer/developer-prefill.sql | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3df104e2/developer/developer-prefill.sql
----------------------------------------------------------------------
diff --git a/developer/developer-prefill.sql b/developer/developer-prefill.sql
index 7b423a1..5cd0a6d 100644
--- a/developer/developer-prefill.sql
+++ b/developer/developer-prefill.sql
@@ -63,4 +63,9 @@ INSERT INTO `cloud`.`configuration` (category, instance, 
component, name, value)
             VALUES ('Advanced', 'DEFAULT', 'management-server',
             'developer', 'true');
 
+-- Enable SAML plugin for developers by default
+INSERT INTO `cloud`.`configuration` (category, instance, component, name, 
value)
+            VALUES ('Advanced', 'DEFAULT', 'management-server',
+            'saml2.enabled', 'true');
+
 commit;

Reply via email to