Skip to content

Importing LDAP Users

Import and synchronize users from your organization's LDAP directory (Active Directory) to streamline user management.


Why Import LDAP Users?

Benefit Description
Time savings Import many users at once
Single sign-on Users keep same password
Synchronization Keep user data current
Consistency Match organization's directory

How LDAP Authentication Works

flowchart LR
    A[User logs in] --> B[infoRouter]
    B --> C{Authentication Type?}
    C -->|LDAP| D[Query LDAP Server]
    D --> E{Valid?}
    E -->|Yes| F[Access Granted]
    E -->|No| G[Access Denied]
    C -->|infoRouter| H[Check infoRouter DB]

Password Management

LDAP users maintain passwords in the LDAP directory, not infoRouter. They log in to infoRouter, but authentication is handled by LDAP.


Requirements

Item Description
LDAP Sync Tool Standalone utility must be installed
LDAP Access Network access to LDAP server
Credentials LDAP service account for queries
Admin Rights System Administrator access in infoRouter

Import Process

  1. System Administrator installs LDAP Synchronization Tool
  2. Configure connection to LDAP server
  3. Select users/groups to import
  4. Run synchronization
  5. Users appear in infoRouter with LDAP authentication

Imported User Properties

Property Source
Username LDAP
Full Name LDAP
Email LDAP
Password Stored in LDAP (not infoRouter)
Authentication Type LDAP (automatic)

Documentation

Resource Description
LDAP Authentication Guide (PDF) Authentication setup
LDAP Synchronization Manager (PDF) User import tool

See Also