Difference between revisions of "LDAP Configuration"
IVSWikiBlue (talk | contribs) |
IVSWikiBlue (talk | contribs) (→Connecting to the LDAP Server) |
||
Line 7: | Line 7: | ||
#Scroll down to '''Servers''' | #Scroll down to '''Servers''' | ||
#:[[File:LDAP_Server_Box.png|1000px]] | #:[[File:LDAP_Server_Box.png|1000px]] | ||
− | |||
− | |||
#Enter in your LDAP Server information | #Enter in your LDAP Server information | ||
− | <table> | + | #:<table> |
<tr> | <tr> | ||
<th rowspan="7">[[File:Updated_LDAP_Server_Config.png]]</th> | <th rowspan="7">[[File:Updated_LDAP_Server_Config.png]]</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td style="padding: 0 10px">'''A'''</td> | + | <td style="padding: 0 10px">'''A:'''</td> |
− | <td style="padding: 0 10px">Enter the IP Address or FQDN of your Active Directory or other LDAP compatible server in the Server field <br><span class="indent"> | + | <td style="padding: 0 10px">Enter the IP Address or FQDN of your Active Directory or other LDAP compatible server in the Server field <br><span class="indent"> '''Note:''' If you are using LDAPS, enter the IP or FQDN as ldaps://192.168.0.10</span></td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td style="padding: 0 10px">'''B'''</td> | + | <td style="padding: 0 10px">'''B:'''</td> |
− | <td style="padding: 0 10px">Enter a Service Account user with read access in the LDAP Bind User field | + | <td style="padding: 0 10px">Enter a Service Account user with read access in the LDAP Bind User field <br><hr /> '''Note: The user must be entered as user@domain.com'''</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td style="padding: 0 10px">'''C'''</td> | + | <td style="padding: 0 10px">'''C:'''</td> |
<td style="padding: 0 10px">Enter the Service Account password</td> | <td style="padding: 0 10px">Enter the Service Account password</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td style="padding: 0 10px">'''D'''</td> | + | <td style="padding: 0 10px">'''D:'''</td> |
<td style="padding: 0 10px">Enter in the Base DN of the Service Account (Add note)</td> | <td style="padding: 0 10px">Enter in the Base DN of the Service Account (Add note)</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td style="padding: 0 10px">'''E'''</td> | + | <td style="padding: 0 10px">'''E:'''</td> |
<td style="padding: 0 10px">Select either '''Active Directory''' or '''Open LDAP'''</td> | <td style="padding: 0 10px">Select either '''Active Directory''' or '''Open LDAP'''</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td style="padding: 0 10px">'''F'''</td> | + | <td style="padding: 0 10px">'''F:'''</td> |
<td style="padding: 0 10px">Click '''Save'''</td> | <td style="padding: 0 10px">Click '''Save'''</td> | ||
</tr> | </tr> | ||
Line 41: | Line 39: | ||
− | + | *If the credentials were accepted and a connection was established, you will receive a message stating connected and you will see your LDAP Server in '''Green'''.<br>[[File:LDAP2.png]] | |
+ | <br> | ||
+ | *If the connection fails, you will receive an error message stating '''Wrong Credentials'''.<br>[[File:LDAP3.png]] | ||
==Syncing Security Groups== | ==Syncing Security Groups== |
Revision as of 08:39, 15 June 2022
Connecting to the LDAP Server
- Navigate to the VALT software either through the IP Address or the FQDN using Chrome, Firefox, or other standard web browser
- Log in using your login credentials
- - (Default credentials: Username = admin | Password = admin)
- Click on Admin -> Users & Groups -> LDAP -> Show Advanced Settings
- Scroll down to Servers
- Enter in your LDAP Server information
- If the credentials were accepted and a connection was established, you will receive a message stating connected and you will see your LDAP Server in Green.
Syncing Security Groups
- Type a name into the LDAP Sync Schedules name field.
- In the Bind Script field, enter the DN for the security group without the DC components.
For Example: CN=VALT Users, CN=Users - Select a group the users should be added to. A group must be specified.
- Select a sync interval if you would like to automatically import new users added to the group.
- Click Save to save the sync schedule or Import to perform an import and save the schedule.
Importing an Individual User
- Type the distinguished name for the user into the LDAP field, omitting the DC components
- Example: CN=testuser,OU=Users
- Select a Group from the Group to Add field.
- Note: If you do not select a group, the user will still be important and must be assigned a group manually.
- If the credentials were accepted and a connection was established, you will receive a message stating connected and you will see your LDAP Server in Green.