Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please send all three files to your support contact at Opmantek and describe your issue.

 

Sixth, examine the log lines.

Log LineSymptom
No Roles retrieved from databaseSomething has gone seriously wrong. Open-AudIT cannot read the 'roles' table.
No Orgs retrieved from database.Something has gone seriously wrong. Open-AudIT cannot read the 'orgs' table.
$x LDAP servers retrieved from database.Where $x is a number. This many LDAP entries are in the DB and have been retrieved.
An invalid LDAP server type was supplied $type skipping.The LDAP server type is invalid. It should be either 'active directory' or 'openldap'.
LDAP connect failed for LDAP server at $ip. Check your host, port and secure settings. Attempted to use $ldap_connect_string

The LDAP server could not be connected to. At all. Check it's pingable from the Open-AudIT server. Check the correct port is open to the Open-AudIT server. An nmap from the Open-AudIT server will show this. Substitute your LDAP servers IP for $ip and it's port (usually 389) for $port. Try:

Code Block
nmap -vv -n -p$port $ip
LDAP server could not be reached at $ldap->host, skipping.See above.
Invalid user supplied credentials for LDAP server at $ldap->host, skipping.The credentials supplied by the user have failed.
Could not bind to LDAP server at $ldap->host, skipping.Some other error has occurred when attempting to bind to the LDAP server. It is contactable (ie, the 'connect' above has worked), but for some other reason, binding has not occurred. Check the logs on the LDAP server.
Successful bind using credentials for LDAP server at $ldap->hostThe LDAP server was connected to and the user credentials accepted for bind.
Invalid DN supplied credentials for LDAP server at $ldap->host, skippingThe administrator supplied credentials to bind to the LDAP server, but these are invalid.
Bound to LDAP using supplied dn details: $ldap->dn_accountThe administrator supplied credentials that were successfully used to bind to LDAP.
User $username in LDAP $ldap->name but not in Open-AudIT and not using LDAP for roles. Trying next LDAP Server.The user that was specified exists in LDAP, but Open-AudIT is not configured to consume the LDAP groups for roles and that user does not exist within Open-AudIT. Either select "Use Roles" on the LDAP Server screen within Open-AudIT, or create this user within Open-AudIT.
LDAP search successful for user $username at $ldap->hostLDAP was searched for this user and their account was found.
LDAP entries retrieval successful for user $username at $ldap->hostThe users details were retrieved from LDAP.
LDAP entries retrieval failed for user $username at $ldap->hostThe users details were retrieved from LDAP. Check the LDAP server logs.
LDAP search failed for user $user->name at $ldap->hostLDAP was searched for this user and their account was not found. Check the LDAP server logs. The user credentials have worked, but they we'ren't found. Also check you have specified the correct Base DN attribute when you created the LDAP Server in Open-AudIT.
User $username is a member of LDAP group for Role $role->ad_groupThe user is in the LDAP group that matches this Role.
No AD group associated with role ' . $role->name . ', skipping.This Role has no AD group specified. Check the roles details within Open-AudIT. Roles
User '$username is a member of LDAP group for Org $org->ad_groupThe user is in the LDAP group that matches this Org.
No AD group associated with org $org->name, skipping.This Org has no AD group specified. Check the roles details within Open-AudIT. Orgs
LDAP search for role $role->ad_group succeeded, $username is in group.The user is in the LDAP group that matches this Role.
LDAP search for role $role->ad_group succeeded, $username is NOT in group.The user is not in the LDAP group that matches this Role.
LDAP search failed for groups (roles) $user->name at $ldap->hostThe search for group on the LDAP server failed. Check the LDAP server logs. Have you created these groups (for roles and orgs) on the LDAP server and assigned LDAP users to them?
LDAP search for org $org->ad_group succeeded, $username is in group.The user is in the LDAP group that matches this Org.
LDAP search for org $org->ad_group succeeded, $username is NOT in group.The user is not in the LDAP group that matches this Org.
LDAP search failed for groups (orgs) $user->name at $ldap->hostThe search for group on the LDAP server failed. Check the LDAP server logs. Have you created these groups (for roles and orgs) on the LDAP server and assigned LDAP users to them?
No AD group associated with org $org->name, skipping.This Org has no AD group specified. Check the roles details within Open-AudIT. Have you created these groups (for orgs) on the LDAP server and assigned LDAP users to them?
New user $username logged on (AD account)A new user logged in to Open-AudIT and was authenticated and authorized by the LDAP sever. That user was then created in Open-AudIT and logged in. Success.
Existing user $username logged on (AD account).An existing Open-AudIT user was authenticated and authorized by the LDAP server. Success.
User $username exists in LDAP (" . $ldap->name . ") and attempted to logon, but does not belong to any OA groups for Roles or Organisations. 
User $username exists in LDAP (" . $ldap->name . ") and attempted to logon, but does not belong to any OA groups for Organisations. 
User $username exists in LDAP (" . $ldap->name . ") and attempted to logon, but does not belong to any OA groups for Roles.