https://github.com/wangle201210/fyne-ldap-admin
fyne ldap admin
https://github.com/wangle201210/fyne-ldap-admin
Last synced: over 1 year 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T08:12:51.000Z (over 1 year ago)
- Last Synced: 2025-01-30T00:18:27.646Z (over 1 year ago)
- Language: Go
- Size: 15.9 MB
- Stars: 1
- 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
```
首页:

结果页:

编辑页:
