opends_proto.py revision 6983
0N/A#!/usr/bin/env python
0N/A# -*- coding: utf-8 -*-
0N/A#
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License, Version 1.0 only
0N/A# (the "License"). You may not use this file except in compliance
0N/A# with the License.
0N/A#
0N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
0N/A# or http://forgerock.org/license/CDDLv1.0.html.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information:
0N/A# Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A#
0N/A# Copyright 2009 Sun Microsystems, Inc.
0N/A#
0N/A
0N/Apkg = {
0N/A "name" : "opends",
0N/A "version" : "@{version}",
0N/A "attributes" : {
0N/A "pkg.summary" : "OpenDS Open Source Java LDAP Directory Service",
0N/A "info.classification" : "Directory Services",
0N/A "pkg.description" : "Core components of the OpenDS Open Source Java LDAP \
0N/ADirectory Service. OpenDS is a free and comprehensive next generation directory service based on \
0N/ALDAP and DSML. OpenDS is designed to address large deployments, to provide high performance, \
0N/Ato be highly extensible, and to be easy to deploy, manage and monitor.",
0N/A "pkg.detailed_url" : "https://www.opends.org/wiki",
0N/A "info.maintainer_url" : "http://www.opends.org/",
0N/A "info.upstream_url" : "http://www.opends.org/",
0N/A },
0N/A
0N/A "dirs" : {
0N/A "opends" : {"mode" : "0755"},
0N/A },
0N/A
0N/A "excludefiles" : [
0N/A "opends/dsml/opends-dsml.war",
0N/A "opends/dsml/legal-notices/CDDLv1_0.txt",
0N/A ],
0N/A "files": {
0N/A "opends/config/messages/password-reset.template" : {"preserve":"strawberry"},
0N/A "opends/config/messages/account-unlocked.template" : {"preserve":"strawberry"},
0N/A "opends/config/messages/password-expired.template" : {"preserve":"strawberry"},
0N/A "opends/config/messages/account-expired.template" : {"preserve":"strawberry"},
0N/A "opends/config/messages/account-temporarily-locked.template" : {"preserve":"strawberry"},
0N/A "opends/config/messages/account-permanently-locked.template" : {"preserve":"strawberry"},
0N/A "opends/config/messages/password-expiring.template" : {"preserve":"strawberry"},
0N/A "opends/config/messages/account-idle-locked.template" : {"preserve":"strawberry"},
0N/A "opends/config/messages/account-disabled.template" : {"preserve":"strawberry"},
0N/A "opends/config/messages/account-enabled.template" : {"preserve":"strawberry"},
0N/A "opends/config/messages/password-changed.template" : {"preserve":"strawberry"},
0N/A "opends/config/messages/account-reset-locked.template" : {"preserve":"strawberry"},
0N/A "opends/config/MakeLDIF/cities" : {"preserve":"strawberry"},
0N/A "opends/config/MakeLDIF/first.names" : {"preserve":"strawberry"},
0N/A "opends/config/MakeLDIF/last.names" : {"preserve":"strawberry"},
0N/A "opends/config/MakeLDIF/states" : {"preserve":"strawberry"},
0N/A "opends/config/MakeLDIF/example.template" : {"preserve":"strawberry"},
0N/A "opends/config/MakeLDIF/streets" : {"preserve":"strawberry"},
0N/A "opends/config/config.ldif" : {"preserve":"strawberry"},
0N/A "opends/config/admin-backend.ldif" : {"preserve":"strawberry"},
0N/A "opends/config/java.properties" : {"preserve":"strawberry"},
0N/A "opends/config/wordlist.txt" : {"preserve":"strawberry"},
0N/A "opends/config/tools.properties" : {"preserve":"strawberry"},
0N/A "opends/config/buildinfo" : {"preserve":"strawberry"},
0N/A },
0N/A
0N/A "dirtrees" : [
0N/A "opends"
0N/A ],
0N/A
0N/A "licenses" : {
0N/A "opends/legal-notices/CDDLv1_0.txt" : {"license" : "CDDLv1.0" },
0N/A "opends/legal-notices/THIRDPARTYREADME.txt" : {"license" : "Third party" },
0N/A }
0N/A}
0N/A
0N/A