LDAP Synchronization¶
Keep infoRouter user accounts synchronized with your organization's LDAP directory (Active Directory).
Why Synchronize with LDAP?¶
| Benefit | Description |
|---|---|
| Automatic updates | User changes in LDAP reflect in infoRouter |
| Deactivation sync | Disabled LDAP accounts auto-disable in infoRouter |
| Group sync | LDAP group memberships can be synchronized |
| Password sync | Password changes in LDAP work immediately |
How Synchronization Works¶
flowchart LR
A[LDAP Directory] --> B[Sync Manager]
B --> C{Compare}
C --> D[Add new users]
C --> E[Update existing]
C --> F[Disable removed]
D --> G[infoRouter]
E --> G
F --> G
Authentication Flow¶
When an LDAP user logs in:
- User enters credentials in infoRouter
- infoRouter queries LDAP server
- LDAP validates the password
- Access granted if valid
Password Storage
LDAP user passwords are never stored in infoRouter. Authentication always goes through the LDAP server.
LDAP Synchronization Manager¶
The LDAP Synchronization Manager is a standalone tool that:
| Function | Description |
|---|---|
| Import users | Bring LDAP users into infoRouter |
| Update users | Keep user info current |
| Sync groups | Mirror LDAP group structures |
| Schedule sync | Run automatically at intervals |
Requirements¶
| Requirement | Description |
|---|---|
| Tool installation | LDAP Sync Manager must be installed |
| Network access | Access to LDAP server |
| Service account | LDAP credentials for queries |
| Admin rights | infoRouter admin access |
Documentation¶
| Resource | Description |
|---|---|
| LDAP Authentication (PDF) | Setup guide |
| LDAP Sync Manager (PDF) | Tool documentation |
| infoRouter Support | Additional help |