Coder Social home page Coder Social logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Ups I forgot to mention the port, it uses the 1001/tcp

Original comment by [email protected] on 24 May 2009 at 12:58

from shellinabox.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
This was a result of OpenBSD not being able to automatically load 
"libcrypto.so" as
dependency of "libssl.so". No idea, why that doesn't work on OpenBSD. I now 
fixed the
code to link against both libraries explicitly (when run-time loading has been
disabled in "./configure"), or to load "libcrypto.so" with "dlopen()", if 
resolving
symbols from "libssl.so" otherwise fails.

The upshot is, that everything should work correctly now, if you build the 
latest SVN
release on OpenBSD.

PAM support is still not available, but that seems to be a short-coming of 
OpenBSD.
So, you will not be able to use the "AUTH" token in any service definitions. Use
"LOGIN" and run as "root" instead, or provide your own authentication module in 
your
web server; for the latter, you should use the "--cgi" option.

I also noticed that on OpenBSD, "shellinaboxd" cannot retrieve symbolic group 
names.
This appears to be a permission problem. Just use numeric group names instead.

Sorry for all these caveats when running on OpenBSD. That OS is just a little 
more
restrictive and tends to make different design choices than other operating 
systems.
So, it is sometimes not possible to support every feature. If you are aware of
OpenBSD-specific work-arounds, please let me know, though.

Original comment by [email protected] on 25 May 2009 at 6:25

  • Changed state: Fixed

from shellinabox.

Related Issues (20)

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.