# ninfo-plugin-ldap **Repository Path**: mirrors_esnet/ninfo-plugin-ldap ## Basic Information - **Project Name**: ninfo-plugin-ldap - **Description**: LDAP plugin for ninfo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ninfo-plugin-ldap ================= LDAP plugin for ninfo: https://github.com/JustinAzoff/ninfo Configuration: ``` [plugin:ldap] user = foo pw = bar server = ldaps://ldap.example.com:636 dsn = ou=People,dc=example,dc=com ``` and optionally: ``` ignore_cert = true fields = list,of,ldap,fields ```