docs icon indicating copy to clipboard operation
docs copied to clipboard

Check reference to /usr/lib64/shibboleth/mod_shib_24.so

Open phil-davis opened this issue 3 years ago • 0 comments

WHAT Needs to be Documented?

The linked in apache-2.4-configuration.conf has: LoadModule mod-shib /usr/lib64/shibboleth/mod_shib_24.so

The module is supposed to be called mod-shib (with a dash). But I am suspicious about mod_shib_24.so (with underscores). After I did this on my Ubuntu 20.04 system:

sudo apt-get install libapache2-mod-shib2
sudo shib-keygen

I don't even have a /usr/lib64 folder, and I have no file anywhere called mod_shib_24.so mod-shib_24.so or mod-shib-24.so

Maybe this example was for some older Ubuntu release? I don't want to go to far down the instructions, because I might mess up my working development oC10 installation that I use for testing.

"Someone" needs to check this.

WHERE Does This Need To Be Documented (Link)?

https://github.com/owncloud/docs/pull/3346/files#diff-0d087a38aec85f6c6e5cabeecd027fbbea33aafd74d4d0c10ba9e26a88382201

WHY Should This Change Be Made?

Make sure that the docs are accurate.

(Optional) What Type Of Content Change Is This?

  • [ ] New Content Addition
  • [ ] Old Content Deprecation
  • [ ] Existing Content Simplification
  • [x] Bug Fix to Existing Content

(Optional) Which Manual Does This Relate To?

  • [x] Admin Manual
  • [ ] Developer Manual
  • [ ] User Manual
  • [ ] Android
  • [ ] iOS
  • [ ] Branded Clients
  • [ ] Desktop Client
  • [ ] Other

phil-davis avatar Mar 15 '21 00:03 phil-davis