Page History
...
You will get results similar to the example below except it will show your ldap entries:
Now as an example I want to remove the entry corresponding with id number 9. (circled in blue)
...
Then if you run the select * from ldap_server_connection; again, you will notice the entry has been deleted:
But there is a new problem here because the index numbers (Circled in Red) are now out of sequence. We are missing number 2. So, you need to re-index the table.
...
And then if we run the select * from command again you can see the index numbers are back in order.
You then need to restart the DualShield Server service.