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:41:02 UTC

git commit: KNOX-316: Create windows service template file for LDAP server (cherry picked from commit 73000f5f88f294a54848cab265b624b6eb619ad3)

Repository: knox
Updated Branches:
  refs/heads/master bc5440045 -> 1152a293d


KNOX-316: Create windows service template file for LDAP server
(cherry picked from commit 73000f5f88f294a54848cab265b624b6eb619ad3)


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

Branch: refs/heads/master
Commit: 1152a293d4f326f72adadd9b087ebf1c0f4a2741
Parents: bc54400
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:40:54 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/knox/blob/1152a293/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>