Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleNote

After saving changes you can use Test Connection option to check if HostBill can connect/login to domain controller using admin user/password specified.

After confirming you can connect you can also use "Test user" feature in module description to verify whether module can find user entered in test field using current module settings, without the need of re-login


Recovering default login method on lockout

...

Once module is enabled and no fallback login method is enabled, you may not be able to login in case ldap connection fails for some reason.

To revert to defaultĀ  authentication method you need to disable module in database directly. In order to do so perform following sql query against your HostBill database:

Code Block
languagesql
UPDATE hb_modules_configuration SET active = 0 WHERE filename = 'class.auth_ldap.php';




AD/LDAP auth flow

...