2528N/A/*
2528N/A * CDDL HEADER START
2528N/A *
2528N/A * The contents of this file are subject to the terms of the
2528N/A * Common Development and Distribution License, Version 1.0 only
2528N/A * (the "License"). You may not use this file except in compliance
2528N/A * with the License.
2528N/A *
2528N/A * You can obtain a copy of the license at
2528N/A * trunk/opends/resource/legal-notices/OpenDS.LICENSE
2528N/A * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
2528N/A * See the License for the specific language governing permissions
2528N/A * and limitations under the License.
2528N/A *
2528N/A * When distributing Covered Code, include this CDDL HEADER in each
2528N/A * file and include the License file at
2528N/A * trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
2528N/A * add the following below this CDDL HEADER, with the fields enclosed
2528N/A * by brackets "[]" replaced with your own identifying information:
2528N/A * Portions Copyright [yyyy] [name of copyright owner]
2528N/A *
2528N/A * CDDL HEADER END
2528N/A *
2528N/A *
3231N/A * Copyright 2008 Sun Microsystems, Inc.
2528N/A */
2528N/A
2528N/A
2528N/A
2528N/A/**
2528N/A * This package provides a source file stub for the LDAPSocketFactory class
2528N/A * that is part of the Mozilla LDAP SDK for Java and is required to build the
2528N/A * org.opends.server.protocols.internal.InternalMozillaLDAPSocketFactory class.
2528N/A * This class provides a simple way to use the Mozilla LDAP SDK for Java to
2528N/A * perform internal operations in OpenDS.
2528N/A *
2528N/A * This code is not acutally used in any way other than to allow other code to
2528N/A * compile, and it should not be included in any JAR files or other bundles
2528N/A * that we ship as part of OpenDS.
2528N/A */
2528N/Apackage netscape.ldap;
2528N/A