# ldap-cli **Repository Path**: zengfc0/ldap-cli ## Basic Information - **Project Name**: ldap-cli - **Description**: No description available - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-17 - **Last Updated**: 2023-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ldap-Cli The openldap command-line tools. ## Config File ```shell # ~/.ldap.yaml basedn: binddn: bindpasswd: ldapurl: ``` ## Usage ```shell # get user phoneNumber ldap-cli get phoneNumber -U # update user phoneNumber ldap-cli update phoneNumber -U -M # Run 'ldap-cli --help' for more information on a command. ldap-cli --help ```