- Edited
Yes, there are three ways.
- Login as an ldap user in the client portal that does not already exist in osticket. This will create a new account with the appropriate backend.
- If you have LDAP available for agents you can go to any agent account in the admin panel, right click the Authentication drop-down, click Inspect to view the raw HTML, and look at the name for the ldap selection.
- (Probably easiest) Go to the database, go to the plugin table, note the ldap plugin
id
(eg.3
), go to the plugin_instance table, search for where plugin_id equal to the ID of the plugin, and note the instanceid
(eg.6
). Now in my example query just replace p123i123 with the IDs you copied (eg.ldap.client.p3i6
).
For agents you can simply set any agents Authentication dropdown to LDAP and view their account in the database and they should have the appropriate backend set.
Cheers.