You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2014/11/08 20:09:09 UTC

incubator-argus git commit: ARGUS-166:Added Apache License Header for contextXML fragments

Repository: incubator-argus
Updated Branches:
  refs/heads/master a9b633131 -> 38fc24cd5


ARGUS-166:Added Apache License Header for contextXML fragments

Signed-off-by: sneethiraj <sn...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/38fc24cd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/38fc24cd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/38fc24cd

Branch: refs/heads/master
Commit: 38fc24cd5d8cc7e338fe51c565efb4553c0de9d3
Parents: a9b6331
Author: vperiasamy <vp...@hortonworks.com>
Authored: Fri Nov 7 19:33:36 2014 -0500
Committer: sneethiraj <sn...@apache.org>
Committed: Sat Nov 8 14:08:56 2014 -0500

----------------------------------------------------------------------
 .../META-INF/contextXML/ad_bean_settings.xml      | 18 +++++++++++++++++-
 .../META-INF/contextXML/ad_security_settings.xml  | 16 ++++++++++++++++
 .../META-INF/contextXML/ldap_bean_settings.xml    | 16 ++++++++++++++++
 .../contextXML/ldap_security_settings.xml         | 16 ++++++++++++++++
 .../META-INF/contextXML/unix_bean_settings.xml    | 16 ++++++++++++++++
 .../contextXML/unix_security_settings.xml         | 16 ++++++++++++++++
 6 files changed, 97 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/38fc24cd/security-admin/src/main/webapp/META-INF/contextXML/ad_bean_settings.xml
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/META-INF/contextXML/ad_bean_settings.xml b/security-admin/src/main/webapp/META-INF/contextXML/ad_bean_settings.xml
index c865ca5..30811b3 100644
--- a/security-admin/src/main/webapp/META-INF/contextXML/ad_bean_settings.xml
+++ b/security-admin/src/main/webapp/META-INF/contextXML/ad_bean_settings.xml
@@ -1,4 +1,20 @@
-<beans:bean id="activeDirectoryAuthenticationProvider"
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+    <beans:bean id="activeDirectoryAuthenticationProvider"
         class="org.springframework.security.ldap.authentication.ad.ActiveDirectoryLdapAuthenticationProvider">
     <beans:constructor-arg value="${xa_ldap_ad_domain}" />
     <beans:constructor-arg value="${xa_ldap_ad_url}" />

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/38fc24cd/security-admin/src/main/webapp/META-INF/contextXML/ad_security_settings.xml
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/META-INF/contextXML/ad_security_settings.xml b/security-admin/src/main/webapp/META-INF/contextXML/ad_security_settings.xml
index 9b36272..de05286 100644
--- a/security-admin/src/main/webapp/META-INF/contextXML/ad_security_settings.xml
+++ b/security-admin/src/main/webapp/META-INF/contextXML/ad_security_settings.xml
@@ -1 +1,17 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 	<security:authentication-provider ref="activeDirectoryAuthenticationProvider"/>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/38fc24cd/security-admin/src/main/webapp/META-INF/contextXML/ldap_bean_settings.xml
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/META-INF/contextXML/ldap_bean_settings.xml b/security-admin/src/main/webapp/META-INF/contextXML/ldap_bean_settings.xml
index fd380f1..802ee0d 100644
--- a/security-admin/src/main/webapp/META-INF/contextXML/ldap_bean_settings.xml
+++ b/security-admin/src/main/webapp/META-INF/contextXML/ldap_bean_settings.xml
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
     <beans:bean id="ldapContextSource" class="org.springframework.security.ldap.DefaultSpringSecurityContextSource">
         <beans:constructor-arg value="${xa_ldap_url}"/>
         <!-- Set bind user values and uncomment below two lines, if your LDAP settings require this -->

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/38fc24cd/security-admin/src/main/webapp/META-INF/contextXML/ldap_security_settings.xml
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/META-INF/contextXML/ldap_security_settings.xml b/security-admin/src/main/webapp/META-INF/contextXML/ldap_security_settings.xml
index 54b28d3..2648fdc 100644
--- a/security-admin/src/main/webapp/META-INF/contextXML/ldap_security_settings.xml
+++ b/security-admin/src/main/webapp/META-INF/contextXML/ldap_security_settings.xml
@@ -1 +1,17 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <security:authentication-provider ref="ldapAuthProvider" />
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/38fc24cd/security-admin/src/main/webapp/META-INF/contextXML/unix_bean_settings.xml
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/META-INF/contextXML/unix_bean_settings.xml b/security-admin/src/main/webapp/META-INF/contextXML/unix_bean_settings.xml
index 930cf3a..ba846b4 100644
--- a/security-admin/src/main/webapp/META-INF/contextXML/unix_bean_settings.xml
+++ b/security-admin/src/main/webapp/META-INF/contextXML/unix_bean_settings.xml
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 <beans:bean id="jaasAuthProvider" class="org.springframework.security.authentication.jaas.DefaultJaasAuthenticationProvider">
 		<beans:property name="configuration">
 			<beans:bean

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/38fc24cd/security-admin/src/main/webapp/META-INF/contextXML/unix_security_settings.xml
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/META-INF/contextXML/unix_security_settings.xml b/security-admin/src/main/webapp/META-INF/contextXML/unix_security_settings.xml
index 9be19a0..6c7818d 100644
--- a/security-admin/src/main/webapp/META-INF/contextXML/unix_security_settings.xml
+++ b/security-admin/src/main/webapp/META-INF/contextXML/unix_security_settings.xml
@@ -1 +1,17 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 	<security:authentication-provider ref="jaasAuthProvider"/>