Git Product home page Git Product logo

ruby-afs's Introduction

ruby-afs

This is a very simple native extension for interacting with the AFS protection server database. Perhaps it could be extended to other AFS interfaces, but we don't have any need for that.

We use this module internally as part of a process that imports AFS protection groups into LDAP. You probably shouldn't want to use it, and for now we are not releasing it under a permissive license so technically you can't. Feel free to read the code and learn from it.

This was mostly written by Garrett Wollman in the late 2000s, with only minimal effort expended since then.

The extconf.rb file is unfortunately very specific to compiling on Debian/Ubuntu. Pre-requisites: heimdal-multidev and libopenafs-dev.

ruby-afs's People

Contributors

gwollman avatar

Watchers

James Cloos avatar Jon Proulx avatar  avatar

ruby-afs's Issues

extconf.rb hurts my soul

The current OpenAFS .debs contain shared libraries for the interfaces that the native code needs to call, but for some reason, the dynamic linker is unable to find them. It links just fine if you manually drag in the _pic archive libraries instead of using the shared objects, but then you also have to find and link against the relevant Heimdal libraries to get the right set of crypto routines, and that's really not the Right Way, and it's highly operating-system-specific. What we have right now is only good for Debian/Ubuntu (only tested on Ubuntu 16.04 with the OpenAFS PPA).

We should figure out what the cross-OS Right Way is and do that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.