Re: CVM access from perl?
Scott Gifford <[email protected]>
| Newsgroups | gmane.comp.sysutils.bgware |
|---|---|
| Message-ID | <[email protected]> |
Charlie Brady <[email protected]> writes: > Does anyone have some code they'd like to share which would allow a > perl client to authenticate against cvm-unix (via the unix domain > socket form, FWIW)? I don't, but if I were writing it, I'd use Inline::C to link directly with the CVM libraries. Good luck, and if you come up with something, please post it to CPAN; I've wanted something like this in the past, but never badly enough to actually code it up. Something that was mod_perl compatible, so it could be loaded into an Apache config to do HTTP authentication, would be very cool. ----ScottG.