LoginSignup
2
2

More than 5 years have passed since last update.

Apache - Apache2.4でエラー「Unknown Authn provider: ldap」が出たときの対応手順

Last updated at Posted at 2016-01-22

Apache2.4でOpenLdapと連携させる時に以下のエラーがでて結構苦労したのでメモ

環境

  • OS:Ubuntu 14.04.1 LTS

エラーメッセージ

AH00526: Syntax error on line 8 of /etc/apache2/mods-enabled/FILENAME:
Unknown Authn provider: ldap
Action 'configtest' failed.

対応手順

sudo a2enmod ldap
sudo a2enmod authnz_ldap

参考

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2