Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)