Active Directory & LDAP Configuration

Configure enterprise directory integration for single sign-on and user provisioning

LDAP Status: Disabled — Enable below to activate directory integration
Connection Settings
Use ldap:// for standard or ldaps:// for SSL connections.
Standard: 389, SSL: 636
Bind & Search Configuration
The service account is used to search the directory for users during authentication. It should have read-only access to the user directory.
The root of your directory tree to search for users.
AD: sAMAccountName, OpenLDAP: uid
Use {uid_key} and {username} as placeholders.
Group-to-Role Mapping
Map Active Directory security groups to BizSync360 application roles.
Members get ROLE_ADMIN
Members get ROLE_USER
User Provisioning & Sync
Automatically create BizSync360 user accounts when users authenticate via LDAP for the first time.
How often to sync user attributes from the directory.
AD Quick Reference
Default Port389 (LDAP), 636 (LDAPS)
AD UID KeysAMAccountName
OpenLDAP UIDuid
User Filter(&(objectClass=user)(sAMAccountName={username}))
Group Filter(&(objectClass=group)(member={user_dn}))
Architecture
User Login
Symfony Security
LDAP Provider
Active Directory / LDAP Server