idmap_ldap
Overview
Key Features
Configuration
[global]
# Default backend for non-domain-specific mappings
idmap config * : backend = tdb2
idmap config * : range = 10000-20000
# Use idmap_ldap for your specific domain (replace YOURDOMAIN with your actual domain name)
idmap config YOURDOMAIN : backend = ldap
idmap config YOURDOMAIN : ldap_url = "ldap://ldap.example.com"
idmap config YOURDOMAIN : ldap_base_dn = "ou=IDMapping,dc=example,dc=com"
idmap config YOURDOMAIN : ldap_bind_dn = "cn=admin,dc=example,dc=com"
idmap config YOURDOMAIN : ldap_password = your_passwordUse Cases
Troubleshooting
Conclusion
Last updated