https://github.com/dirtbagxon/ldapexplorertool
LDAP Admin - Update on ldaptool.sourceforge.net - wxWidget 3.0/3.1
https://github.com/dirtbagxon/ldapexplorertool
admin browser editor ldap openldap schema
Last synced: 8 months ago
JSON representation
LDAP Admin - Update on ldaptool.sourceforge.net - wxWidget 3.0/3.1
- Host: GitHub
- URL: https://github.com/dirtbagxon/ldapexplorertool
- Owner: DirtBagXon
- Created: 2020-02-24T21:48:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T21:23:57.000Z (over 3 years ago)
- Last Synced: 2025-04-23T00:15:47.132Z (about 1 year ago)
- Topics: admin, browser, editor, ldap, openldap, schema
- Language: C++
- Homepage:
- Size: 523 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LDAPExplorerTool
LDAPExplorerTool2 by Laurent Ulrich working with wxWidget 3.0/3.1, includes several fixes and enhancements.
http://ldaptool.sourceforge.net/
LDAPExplorerTool is an LDAP browser and editor (GUI).
Tested linux platforms:
Debian 9 - wxWidgets 3.0.2 / g++ 6.3.0 / gtk2
Debian 10 - wxWidgets 3.0.4 / g++ 8.3.0 / gtk2
Debian 10 - wxWidgets 3.1.3 / g++ 8.3.0 / gtk3
I was searching for a lightweight LDAP editor for Linux. Refused to install the large IDE used for the Linux \
port of LDAP Admin. So sat down to adapt this abandoned, lesser featured, LDAP application to run on a modern \
Linux environment. It is now a usable and lightweight application on modern Linux platforms.
I do not have access to Windows build environments, so currently this is not ported, or supported, but I am \
happy to receive pull requests for either platform.
This editor/browser offers a fairly raw interface into the world of LDAP objectClasses and schemas. \
Some understanding of these topics is beneficial, but this utility can be a great tool for learning LDAP.
### Main features listed from original site:
*SSL/TLS support*\
*Full UNICODE support*\
*Create/edit/remove LDAP objects*\
*Multivalue support (including edition)*
### Licensing
Original LDAPExplorerTool code was licensed under the BSD license by the author. \
Modifications within this repository are released under GPL-2.
### Required libraries
Binary: libwxgtk3.0-0v5 wx-common libldap-common
Build: g++ make libwxbase3.0-dev libwxgtk3.0-dev wx-common wx3.0-headers libldap2-dev
- *wxWidgets-3.1.3.tar.bz2* was used for 3.1 testing.
### Build
wxrc xrc/ldapexplorertool.xrc -c -o src/resource.cc
make
sudo make install
### Usage
Available command line options:
Usage: ldapexplorertool [-c ] [-h]
-c, --config-file= Configuration file to load
-h, --help Usage of LDAPExplorerTool
### Screenshots


