Skip to main content
Version: v2 (current)

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

  1. Log in to PanDev Metrics as administrator
  2. Go to SettingsBasic SettingsLdap

Connection Parameters

info

Parameter values depend on your LDAP/AD server configuration. Contact your system administrator for exact values.

ParameterDescription
LDAP URLLDAP server address in format ldap://hostname:port or ldaps://hostname:port
LDAP search baseBase DN for user search (e.g., ou=Users,dc=company,dc=com)
LDAP search attributeSearch attribute: mail (email), uid, or sAMAccountName (for AD)
LDAP admin usernameDN of account with directory read permissions
PasswordLDAP admin account password

Saving

Click Test connection and save to verify the connection.

Verification

The system will test the LDAP connection before saving. If connection fails, you'll see an error message.

Testing

After saving:

  1. Log out of the system
  2. Log in with an LDAP account
  3. 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