From: Graham B. <gb...@us...> - 2003-05-09 12:05:12
|
Update of /cvsroot/perl-ldap/ldap In directory sc8-pr-cvs1:/tmp/cvs-serv13723 Modified Files: MANIFEST Log Message: Change root_dse to return a RootDSE object instead of an Entry Remove supported_* methods from Net::LDAP as they are now methods in the RootDSE class Index: MANIFEST =================================================================== RCS file: /cvsroot/perl-ldap/ldap/MANIFEST,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- MANIFEST 8 May 2003 19:46:22 -0000 1.22 +++ MANIFEST 9 May 2003 12:05:09 -0000 1.23 @@ -75,6 +75,7 @@ lib/Net/LDAP/Message.pod lib/Net/LDAP/RFC.pod lib/Net/LDAP/Reference.pod +lib/Net/LDAP/RootDSE.pm lib/Net/LDAP/Schema.pm lib/Net/LDAP/Schema.pod lib/Net/LDAP/Search.pm |