Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangle201210/fyne-ldap-admin
fyne ldap admin
https://github.com/wangle201210/fyne-ldap-admin
Last synced: 22 days ago
JSON representation
fyne ldap admin
- Host: GitHub
- URL: https://github.com/wangle201210/fyne-ldap-admin
- Owner: wangle201210
- Created: 2024-11-14T07:53:58.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-26T08:12:51.000Z (28 days ago)
- Last Synced: 2024-11-26T09:22:49.076Z (28 days ago)
- Language: Go
- Size: 15.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fyne-ldap-admin
fyne ldap admin## Description
fyne-ldap-admin is a Fyne application for administering LDAP servers. It provides a user-friendly interface for creating, updating, and deleting LDAP entries, as well as for searching for LDAP entries based on various criteria.## Installation
To install fyne-ldap-admin, follow these steps:1. Clone the repository:
```bash
git clone https://github.com/wangle201210/fyne-ldap-admin.git
```2. Navigate to the project directory:
```bash
cd fyne-ldap-admin
```3. Install dependencies:
```bash
go mod tidy
```4. Build the application:
```bash
go build -o fyne-ldap-admin
```5. Run the application:
```bash
./fyne-ldap-admin
```首页:
![首页](https://raw.githubusercontent.com/wangle201210/fyne-ldap-admin/main/file/首页.jpg)
结果页:
![结果页](https://raw.githubusercontent.com/wangle201210/fyne-ldap-admin/main/file/结果页.jpg)
编辑页:
![编辑页](https://raw.githubusercontent.com/wangle201210/fyne-ldap-admin/main/file/编辑页.jpg)