From: Mark W. <mew...@un...> - 2000-05-26 00:56:21
|
Hi, Here's my first version of Net::DSML (and the helper module XML::DSML which you could use seperately, but it's probably easier to use Net::DSML). For those who don't know about DSML, it's Directory Services Markup Language which is the XML standard for exchanging directory services data. While it will likely replace LDIF as the primary mechanism to exchange LDAP data, it is also designed to exchange other directory service data like NIS and NDS. This is useful when you must load data between disparate directory services asynchrously (sp). Currently it will write and read only entry elements, schema support will come in a future version (DSML schema is handled differently from entries, I need to figure the best way to handle this & I may need to make some changes/additions to Net::LDAP::Schema). enjoy! Mark |