You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2014/03/20 20:38:47 UTC

git commit: KNOX-316: Create windows service template file for LDAP server

Repository: knox
Updated Branches:
  refs/heads/v0.4.0 d96450eec -> 73000f5f8


KNOX-316: Create windows service template file for LDAP server


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/73000f5f
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/73000f5f
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/73000f5f

Branch: refs/heads/v0.4.0
Commit: 73000f5f88f294a54848cab265b624b6eb619ad3
Parents: d96450e
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Thu Mar 20 15:38:42 2014 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Thu Mar 20 15:38:42 2014 -0400

----------------------------------------------------------------------
 gateway-release/home/bin/ldap.xml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/73000f5f/gateway-release/home/bin/ldap.xml
----------------------------------------------------------------------
diff --git a/gateway-release/home/bin/ldap.xml b/gateway-release/home/bin/ldap.xml
new file mode 100644
index 0000000..68ce0e5
--- /dev/null
+++ b/gateway-release/home/bin/ldap.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<service>
+  <id>knox-demo-ldap</id>
+  <name>knox-demo-ldap</name>
+  <description>This service runs the Knox demonstration LDAP server.</description>
+  <executable>"cmd"</executable>
+  <arguments> /c ldap.cmd</arguments>
+</service>