LDAP paid modules installtion

Premium Module Installation:

Steps:

  1. 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
    
  2. Run the command to update the module to your site:

     composer require "miniorange/ldap_auth"
  3. You will be prompted to enter the token (one-time only).

  4. Once done please run the update script using the URL below:

     {BASE_URL_OF_DRUPAL_SITE}/update.php

All Inclusive Module Installation:

Steps:

  1. 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
    
  2. Run the command to update the module to your site:

     composer require "miniorange/ldap_auth"
  3. You will be prompted to enter the token (one-time only).

  4. Once done please run the update script using the URL below:

     {BASE_URL_OF_DRUPAL_SITE}/update.php