Active Directory / LDAP
Sign users in against your own directory. Verified in the sandbox against a real Samba AD domain controller.
The control server does standard LDAP: bind as a service account → search for the user → re-bind as the user → map attributes → just-in-time provision and issue a session. Configure it under System Setup → LDAP / Active Directory:
| Field | Example (Active Directory) |
|---|---|
| Server URL | ldaps://dc.corp.example:636 |
| Bind DN | CN=svc-tripwire,OU=Service,DC=corp,DC=example |
| Base DN | DC=corp,DC=example |
| User filter | (&(objectClass=user)(sAMAccountName=%s)) |
| Email / Name attr | mail / displayName |
| Admin group DN | members get the admin role |
Enable the ldap module, then users sign in via POST /auth/ldap/login.
OIDC / SAML
The System Setup screen also has OpenID Connect and SAML forms. LDAP/AD is the recommended SSO path today.