4330N/A#!/usr/bin/env python
4330N/A# -*- coding: utf-8 -*-
4330N/A#
4330N/A# CDDL HEADER START
4330N/A#
4330N/A# The contents of this file are subject to the terms of the
4330N/A# Common Development and Distribution License, Version 1.0 only
4330N/A# (the "License"). You may not use this file except in compliance
4330N/A# with the License.
4330N/A#
4330N/A# You can obtain a copy of the license at
4330N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
4330N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
4330N/A# See the License for the specific language governing permissions
4330N/A# and limitations under the License.
4330N/A#
4330N/A# When distributing Covered Code, include this CDDL HEADER in each
4330N/A# file and include the License file at
4330N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
4330N/A# add the following below this CDDL HEADER, with the fields enclosed
4330N/A# by brackets "[]" replaced with your own identifying information:
4330N/A# Portions Copyright [yyyy] [name of copyright owner]
4330N/A#
4330N/A# CDDL HEADER END
4330N/A#
4330N/A#
4330N/A# Copyright 2009 Sun Microsystems, Inc.
4330N/A#
4330N/Apkg = {
4330N/A "name" : "opends-dsml-gateway",
4330N/A "version" : "@{version}",
4330N/A "attributes" : {
4330N/A "pkg.summary" : "OpenDS DSML Gateway",
4588N/A "info.classification" : ":Directory Services",
4588N/A "pkg.description" : "OpenDS supports DSML through a DSML gateway, \
4588N/Awhich is implemented as a Web application that can run in an application server. A DSML \
4588N/Agateway (or DSML-to-LDAP gateway) is a special type of network daemon that is used to \
4588N/Atranslate between DSML and LDAP. In general, a DSML gateway accepts DSML requests from \
4588N/Aclients, converts them to LDAP requests that it forwards to a directory server for \
4588N/Aprocessing. It then translates the LDAP response from the directory server back \
4588N/Ato DSML to return to the client. ",
4588N/A "pkg.detailed_url" : "https://www.opends.org/wiki",
4588N/A "info.maintainer_url" : "http://www.opends.org/",
4588N/A "info.upstream_url" : "http://www.opends.org/",
4330N/A },
4330N/A
4330N/A "dirs" : {
4330N/A "opends" : {"mode" : "0755"},
4330N/A "opends/dsml" : {"mode" : "0755"},
4330N/A },
4330N/A
4330N/A "dirtrees" : [ "opends/dsml" ],
4330N/A
4330N/A "licenses" : {
4330N/A "opends/dsml/legal-notices/OpenDS.LICENSE" : {"license" : "CDDLv1.0" },
4330N/A }
4330N/A}
4330N/A