Commit Graph

14 Commits

Author SHA1 Message Date
awlx 53be46ed7d Changed the text to make it more clear what to change. 2016-02-02 11:37:23 +01:00
awlx a53f7c3df1 Added description of AD configuration options 2016-02-02 11:14:09 +01:00
Jameson Finney 8ec50f11cd Fixed some typos and formatting issues in docs 2016-01-30 22:37:28 -05:00
Jameson Finney 437d1fc40c Removed extra spaces from ends of lines. 2016-01-30 21:06:58 -05:00
Maximilian Wilhelm 64ce4f335f Add HTTP Authentication / LDAP Authorization module.
This Authentitation / Authorization module provides the ability to let
  the webserver (e.g. Apache) do the user Authentication (using Kerberos
  f.e.) and let libreNMS do the Authorization of the already known user.
  Authorization and setting of libreNMS user level is done by LDAP group
  names specified in the configuration file. The group configuration is
  basicly copied from the existing ldap Authentication module.

  To save lots of redundant queries to the LDAP server and speed up the
  libreNMS WebUI, all information is cached within the PHP $_SESSION as
  long as specified in $config['auth_ldap_cache_ttl'] (Default: 300s).

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
2016-01-21 21:49:08 +01:00
laf 57c802cd4e Updated active directory auth to support dashboards 2016-01-17 15:26:35 +00:00
laf 3a299584b0 Added ability to specify default userlevel 2015-12-14 21:52:15 +00:00
laf dcf4d0f378 Added docs and set default users to level 1 2015-12-13 15:51:15 +00:00
Falk Stern dda8ffd400 Updated Documentation for 'auth_ad_check_certificates' 2015-11-16 10:25:13 +01:00
Falk Stern 8e0a95ab2b Documented all config options 2015-10-30 17:22:46 +01:00
Falk Stern f87360bc0f Added actual documentation for active_directory auth 2015-10-22 09:13:42 +02:00
Daniel Preussker 290f9d0d18 Added php-ldap requirement to ldap-docs 2015-08-18 17:06:28 +00:00
laf 6ef66cc15d Added missing to 2015-05-06 11:22:50 +01:00
laf 3143018d22 Added docs on using varying authentication types 2015-05-06 01:44:22 +01:00