LDAP paid modules installtion
Premium Module Installation
Steps:
-
Run the command to add the Premium version of the module to the composer configuration:
composer config repositories.ldap_auth_premium vcs https://github.com/miniorange-drupal/ldap_auth_premium.git
-
Run the command to add/update the module to your site:
composer require "miniorange/ldap_auth"
-
You will be prompted to enter the token (one-time only).
- For token, reach out to us at drupalsupport@xecurify.com
-
Once done please run the update script using the URL below:
{BASE_URL_OF_DRUPAL_SITE}/update.php
All Inclusive Module Installation
Steps:
-
Run the command to add the All Inclusive version of the module to the composer configuration:
composer config repositories.ldap_auth_all_inclusive vcs https://github.com/miniorange-drupal/ldap_auth_all_inclusive.git
-
Run the command to add/update the module to your site:
composer require "miniorange/ldap_auth"
-
You will be prompted to enter the token (one-time only).
- For token, reach out to us at drupalsupport@xecurify.com
-
Once done please run the update script using the URL below:
{BASE_URL_OF_DRUPAL_SITE}/update.php