Luis Ortega <[EMAIL PROTECTED]> said: > --- [EMAIL PROTECTED] wrote: > > > > > No ... but I do want to see more configuration > > stored (possibly) in LDAP. > > That is the way to go, no doubt in my mind. > > Originally, when I checked the wiki page on libconf I > felt that it would be more interesting if the config > information was stored in XML. That way, with some > API, the configuration modules could be written in any > language, not necessarily Perl. If anyone feels more > comfortable in, say, Python one could more easily > contribute modules. And in the case of Python the > interpreter would be readily in the basic distro. And > IIRC it is also available in Gentoo.
libconf doesn't store the config information elsewhere than where they are - in the config files. Libconf provides a mapping of these information into a convenient perl structure. It is planed to have an xml output, and a ldap output. You would then be able to ask libconf to write an xml file from a standard config file. Or to feed a ldap base. If you think this should be done in priority, I can work on it soon. But we should agere on a dtd then. > > As a system admin I am always looking for ways to make > my job easier. What you mentioned about LDAP being the > depository for configuration info is in my opinion the > correct approach. Maybe XML could be an intermediate state. I would prefer directly put the infos in ldap then :) -- dams