blob: fe6abcf9d55c1f2367b988f040e9940d956cbef2 [file] [log] [blame]
<?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.
*/
@package Org_Apache_Oodt_Security
@author Chris A. Mattmann
@author Andrew F. Hart
@version $Revision$
-->
<package version="2.0" xmlns="http://pear.php.net/dtd/package-2.0"
xmlns:tasks="http://pear.php.net/dtd/tasks-1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>Apache_OODT_Security</name>
<channel>pear.apache.org/oodt</channel>
<summary>OODT Single Sign On Package</summary>
<description>
This package provides a PHP library for single sign-on for
OODT applications which authenticate and authorize against an
LDAP server.
</description>
<lead>
<name>Andrew Hart</name>
<user>ahart</user>
<email>andrew.f.hart@jpl.nasa.gov</email>
<active>yes</active>
</lead>
<date>2013-06-29</date>
<version>
<release>0.6.0</release>
<api>0.6.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License 2.0</license>
<notes>
This package provides a PHP library for single sign-on for
OODT applications which authenticate and authorize against an
LDAP server.
</notes>
<contents>
<dir name="/" baseinstalldir="Org/Apache/Oodt/Security">
<file name="Config.php" role="php"/>
<file name="SingleSignOn.php" role="php"/>
</dir><!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>5.1.6</min>
</php>
<pearinstaller>
<min>1.6.1</min>
</pearinstaller>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2009-03-04</date>
<license uri="http://oodt.jpl.nasa.gov">OODT License</license>
<notes>
This is the initial release of the OODT CAS Security utility as a PEAR package.
</notes>
</release>
</changelog>
</package>