https://github.com/ssiva13/drupal_ad
The Active Directory(LDAP) for Drupal module provides configurable integration with active directory using the ldap php extension. For the description of the module visit: https://www.drupal.org/project/drupal_ad
https://github.com/ssiva13/drupal_ad
drupal php
Last synced: about 2 months ago
JSON representation
The Active Directory(LDAP) for Drupal module provides configurable integration with active directory using the ldap php extension. For the description of the module visit: https://www.drupal.org/project/drupal_ad
- Host: GitHub
- URL: https://github.com/ssiva13/drupal_ad
- Owner: ssiva13
- License: gpl-3.0
- Created: 2022-05-10T13:49:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T08:48:35.000Z (almost 4 years ago)
- Last Synced: 2025-10-29T15:48:26.945Z (8 months ago)
- Topics: drupal, php
- Language: PHP
- Homepage:
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Active Directory(LDAP) for Drupal
-------------------------------------
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
The Active Directory(LDAP) for Drupal module provides configurable integration with active directory using the ldap php extension.

* For the description of the module visit:
https://www.drupal.org/project/drupal_ad
REQUIREMENTS
------------
This module requires the following php extensions.
- **ldap** : Follow the link to set up ldap [setting up php-ldap](https://gist.github.com/ssiva13/16480feae02061ae90b9ac3a4718ba0d)
- **openssl**
This module requires the following modules outside of Drupal core.
- **field_group** : Use this command to install it ``` composer require drupal/field_group ```
- **fontawesome** : Use this command to install it ``` composer require drupal/fontawesome ```
- **jquery** : Use this command to install it ``` composer require drupal/jquery ```
INSTALLATION
------------
Install the Active Directory(LDAP) for Drupal module using composer.
```
composer require 'drupal/drupal_ad-drupal_ad:^1.2'
```
Visit [how to install modules](https://www.drupal.org/node/1897420) for further information.
CONFIGURATION
-------------
- Enabling the module via the administrator module or the cli.
- Navigate to Administration > Extend and enable the module.
- Enable using ``` drush en drupal_ad ```
- Navigate to Administration > Configuration > System > Active Directory for Drupal and configure the module.
MAINTAINERS
-----------
* Simon Siva - [Drupal](https://www.drupal.org/u/ssiva)
* Simon Siva - [Github](https://github.com/ssiva13)