-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathldapadauthentication.html
More file actions
34 lines (23 loc) · 1.48 KB
/
ldapadauthentication.html
File metadata and controls
34 lines (23 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: default
head_title: "LESK: LDAP/AD authentication"
title: LDAP/AD authentication
---
<div class="row">
<div class="12u">
<p>To enable the optional LDAP/AD authentication module, set the <em>eloquent-ldap.enabled</em> variable to <em>true</em> in the <em>.env</em>
file as shown below:</p>
<pre><code>eloquent-ldap.enabled=true</code></pre>
<p>By default, the LDAP/AD authentication module is set to off or false, as it requires some extra configuration on your part.
For more information on how to configure the module, refer to the documentation of the underlying package at
<a href="https://github.com/sroutier/eloquent-ldap">sroutier/eloquent-ldap</a>. Additionally, every option is explained in the config file
<em>/config/eloquent-ldap.php</em>.</p>
<P>With the LDAP/AD integration enabled, a few features are added:</P>
<ul>
<li>Automatically creates local accounts for LDAP/AD users during initial login.</li>
<li>Automatic assignment of users to local roles based on matching LDAP/AD group membership.</li>
<li>Automatically refresh role assignment on user login.</li>
</ul>
</div>
</div>
{% include footer.html prev_page="authenticationandauthorization" prev_title="Authentication & authorization" next_page="menusystem" next_title="Menu system" %}