LDAP/AD Integration
Connect your corporate Active Directory or LDAP for employee authentication.
Prerequisites
- PanDev Metrics installed and configured
- Access to LDAP/AD server
- Credentials for LDAP connection
LDAP Configuration
- Log in to PanDev Metrics as administrator
- Go to Settings → Basic Settings → Ldap
Connection Parameters
info
Parameter values depend on your LDAP/AD server configuration. Contact your system administrator for exact values.
| Parameter | Description |
|---|---|
| LDAP URL | LDAP server address in format ldap://hostname:port or ldaps://hostname:port |
| LDAP search base | Base DN for user search (e.g., ou=Users,dc=company,dc=com) |
| LDAP search attribute | Search attribute: mail (email), uid, or sAMAccountName (for AD) |
| LDAP admin username | DN of account with directory read permissions |
| Password | LDAP admin account password |
Saving
Click Test connection and save to verify the connection.
:::tip Verification The system will test the LDAP connection before saving. If connection fails, you'll see an error message. :::
Testing
After saving:
- Log out of the system
- Log in with an LDAP account
- Successful login confirms the integration works
Result
After configuring the integration:
- Employees authenticate via corporate credentials
- IDE plugins use the same credentials
- New users are automatically created on first login
Troubleshooting
Cannot connect to LDAP
- Check network accessibility of the LDAP server
- Ensure port 389 (or 636 for LDAPS) is open
User not found
- Check LDAP search attribute
- Ensure the user exists in the specified search base