Re: Problem with Net::LDAP::DSML or XML::SAX::Writer

2005-04-14 Thread Gerd Schering
Graham Barr wrote: Did you call $dsml->end_dsml(); ? If not then your dsml will be incomplete. Graham. No, I did'nt. I apologize for not having read the man page carefully enough. Btw, I did'nt call start_dsml()either, but this seems to make no dif

Re: Problem with Net::LDAP::DSML or XML::SAX::Writer

2005-04-14 Thread Graham Barr
On Thu, April 14, 2005 4:52 am, Gerd Schering said: > Hi, > > when I dump a ldap entry in dsml format via > > $dsml->write_entry($entry), > > the final closing tags > > > Did you call $dsml->end_dsml(); ? If not then your dsml will be incomplete. Graham.

Problem with Net::LDAP::DSML or XML::SAX::Writer

2005-04-14 Thread Gerd Schering
Hi, when I dump a ldap entry in dsml format via $dsml->write_entry($entry), the final closing tags are missing. Because Net::LDAP::DSML calls XML::SAX::Writer for writing, I think it's more the fault of the latter (on which btw development seems to have stopped sinc 2002). Ha

DSML

2004-07-20 Thread Sevastian Foglia
Hi all... I have just seen on CPAN Net::LDAP::DSML... In description I have readed "...At the moment this module only writes DSML entry and schema entities. Reading DSML entities is a future project..." I just upload on PAUSE my first module, DSMLRPC, which get a DSML request

Net::LDAP::DSML : context error

2004-02-16 Thread Pierre Fayt
Hello Graham, Sorry to disturb you, but I'm writing about a problem I get in perl using the Net::LDAP::DSML module. As it seems to me that there is no activity around the CPAN bug report tools for perl-ldap, I was wondering if you were still involved in this project and if you could k

Re: converting dsml schema to ldapv3 ldif format?

2004-01-30 Thread Chris Ridd
On 30/1/04 9:59 am, Mike Jackson <[EMAIL PROTECTED]> wrote: > Hi, > Is Net::LDAP capable of doing the above task? If not, then can somebody > point me to some tools (no java, please) that can do the task? Net::LDAP has a DSML reader class (which relies on some other perl XML c

converting dsml schema to ldapv3 ldif format?

2004-01-30 Thread Mike Jackson
Hi, Is Net::LDAP capable of doing the above task? If not, then can somebody point me to some tools (no java, please) that can do the task? I am in quite a hurry, and if I don't find something ASAP then I'm going to fire up vi and start doing it manually... It is a quite large schema, however, so