-
Notifications
You must be signed in to change notification settings - Fork 0
/
package_compatible.xml
61 lines (59 loc) · 2.78 KB
/
package_compatible.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.1" xmlns="http://pear.php.net/dtd/package-2.1" 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 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.1 http://pear.php.net/dtd/package-2.1.xsd">
<name>UNL_LDAP</name>
<channel>pear.unl.edu</channel>
<date>2012-06-24</date>
<time>08:12:05</time>
<version>
<release>0.5.0</release>
<api>0.4.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>Feature Release
Communication with the UNL LDAP servers now uses StarTLS and LDAP v3
Clients may need to modify settings to connect securely. See the IDM LDAP
documentation for more information: https://idm.unl.edu/using-unls-ldap-service
</notes>
<contents>
<dir name="/">
<file role="test" name="test/pear.unl.edu/UNL_LDAP/UNL_LDAPTest.php"/>
<file role="php" name="php/UNL/LDAP/Result.php"/>
<file role="php" name="php/UNL/LDAP/People.php"/>
<file role="php" name="php/UNL/LDAP/Exception.php"/>
<file role="php" name="php/UNL/LDAP/Entry/Attribute.php"/>
<file role="php" name="php/UNL/LDAP/Entry.php"/>
<file role="php" name="php/UNL/LDAP.php"/>
<file role="doc" name="doc/pear.unl.edu/UNL_LDAP/examples/examples/twodirectories.php"/>
<file role="doc" name="doc/pear.unl.edu/UNL_LDAP/examples/examples/simpleSearch.php"/>
<file role="doc" name="doc/pear.unl.edu/UNL_LDAP/examples/examples/dept_search.php"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.8</min>
</pearinstaller>
</required>
</dependencies>
<phprelease>
<filelist>
<install name="doc/pear.unl.edu/UNL_LDAP/examples/examples/dept_search.php" as="UNL_LDAP/examples/examples/dept_search.php"/>
<install name="doc/pear.unl.edu/UNL_LDAP/examples/examples/simpleSearch.php" as="UNL_LDAP/examples/examples/simpleSearch.php"/>
<install name="doc/pear.unl.edu/UNL_LDAP/examples/examples/twodirectories.php" as="UNL_LDAP/examples/examples/twodirectories.php"/>
<install name="php/UNL/LDAP.php" as="UNL/LDAP.php"/>
<install name="php/UNL/LDAP/Entry.php" as="UNL/LDAP/Entry.php"/>
<install name="php/UNL/LDAP/Entry/Attribute.php" as="UNL/LDAP/Entry/Attribute.php"/>
<install name="php/UNL/LDAP/Exception.php" as="UNL/LDAP/Exception.php"/>
<install name="php/UNL/LDAP/People.php" as="UNL/LDAP/People.php"/>
<install name="php/UNL/LDAP/Result.php" as="UNL/LDAP/Result.php"/>
<install name="test/pear.unl.edu/UNL_LDAP/UNL_LDAPTest.php" as="UNL_LDAP/UNL_LDAPTest.php"/>
</filelist>
</phprelease>
</package>