Directory User Lookup
Live on-demand lookup of users in your LDAP or Active Directory server. Results are queried at the moment you search — nothing is ever synced or stored in CT-Ops.
This tool is intended for environments where syncing thousands of directory users into CT-Ops would be wasteful or unwanted, but engineers still need to quickly check a user's directory details: DN, password expiry, group memberships, and other LDAP attributes.
Prerequisites
You need at least one enabled LDAP or Active Directory configuration at Settings → LDAP / Directory. See the settings page for details on bind credentials, TLS/STARTTLS, base DN, and user-search filters.
If you have multiple directory configurations, the lookup page shows a directory selector.
Looking up a user
Navigate to Tooling → Directory User Lookup.
- (If multiple configs are set up) pick the directory server from the dropdown.
- Start typing a username in the search field. Matches appear in a dropdown after ~300 ms.
- Click a match to fetch the full record.
The username search uses your configuration's userSearchFilter with the typed value substituted for {{username}}. The search appends * for prefix matching, so typing jsm will match jsmith, jsmithers, etc.
What you see
Once a user is selected, CT-Ops queries the directory for all attributes on that DN (both user and operational attributes) and displays:
- Summary — display name, username, status badge (locked/active), email, sAMAccountName, UPN, distinguished name (copyable)
- Password — expires, last changed, account locked status
- Active Directory: parses
msDS-UserPasswordExpiryTimeComputed,accountExpires,pwdLastSet,lockoutTime,userAccountControl - OpenLDAP / shadow: parses
shadowLastChange,shadowMax,pwdChangedTime,pwdAccountLockedTime
- Active Directory: parses
- Groups — full list of
memberOfgroup DNs, with a client-side filter that appears whenever the user has any group memberships. Each entry shows the group's common name with the full DN beneath, and a copy button. - All LDAP Attributes — a collapsible table showing every attribute returned for the user, with its own search filter so you can quickly find what you need. Windows file-time and LDAP generalized-time values are converted to human-readable dates with the raw value shown below in smaller text. Binary values render as
[binary NB]; password-hash attributes are excluded for safety.
No sync, no storage
Directory Lookup never writes results to the CT-Ops database. Every search produces a fresh query against the directory — you always see the current state.
This is intentional for environments where the directory contains tens of thousands of users and groups. If you want to track a handful of directory accounts inside CT-Ops (for status or password-expiry monitoring), add them manually on the Service Accounts page.
Permissions
Any authenticated user in the CT-Ops instance can run directory lookups. Managing LDAP configurations (adding, editing, deleting) is restricted to instance_admin and super_admin.