Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 503 Bytes

internal_auth.rst

File metadata and controls

16 lines (11 loc) · 503 Bytes

Internal authentication

To enable internal authentication, please add "integrated" to the $authenticateAgainst array in $HRM_CONFIG/hrm_client_config.inc and in $HRM_CONFIG/hrm_server_config.inc

<?php
...
$authenticateAgainst = array("integrated");
...

This is the default value, so nothing needs to be changed in a fresh installation to use internal authentication.