
Known Keep LDAPS Tester
=======================

This is a simple console application that tests base LDAP and/or LDAPS settings. 

.Net 4.6 framework (or later) is the only requirement for it to run.

To use it, simply make simple settings/adjustments to the SETTINGS.INI file and double-click the executable. 

The SETTINGS.INI file will look like this:

[Settings]

'Set Whether to Test LDAP and/or LDAPS
TEST_LDAP=YES
TEST_LDAPS=YES

SERVER_NAME=whatever.ldap.knownkeep.net

BASE_DN=DC=whatever,DC=this,DC=that

'LDAP Port (default is usually 389)
LDAP_PORT=389

'LDAPS Port (default is usually 636)
LDAPS_PORT=636


'Your Administrator UserName and Password used to connect to and fetch all groups from directory
'Be sure and user administrator@x.x.x format (not just "administrator")
USERNAME=administrator@ldap.knownkeep.net
PASSWORD=1234567890


'This is for testing an individual end user (non-administrator) to see what groups they have access to
TEST_LDAPS_USER=YES
TEST_LDAPS_USERNAME=user1@ldaptest.knownkeep.net
TEST_LDAPS_USERPASSWORD=0987654321


'Do NOT set SHOW_CHILD_DN to YES unless instructed to by Support
SHOW_CHILD_DN=NO

