|
|
@@ -19,7 +19,10 @@ desktop software that provides self-hosted solutions.
|
|
19
|
19
|
- Login
|
|
20
|
20
|
- Address Book
|
|
21
|
21
|
- Groups
|
|
22
|
|
- - Authorized login, supports `GitHub`, `Google` and `OIDC` login, supports `web admin` authorized login
|
|
|
22
|
+ - Authorized login,
|
|
|
23
|
+ - supports `GitHub`, `Google` and `OIDC` login,
|
|
|
24
|
+ - supports `web admin` authorized login,
|
|
|
25
|
+ - supports LDAP(test AD and openladp) if API Server config
|
|
23
|
26
|
- i18n
|
|
24
|
27
|
- Web Admin
|
|
25
|
28
|
- User Management
|
|
|
@@ -28,6 +31,7 @@ desktop software that provides self-hosted solutions.
|
|
28
|
31
|
- Tag Management
|
|
29
|
32
|
- Group Management
|
|
30
|
33
|
- OAuth Management
|
|
|
34
|
+ - LDAP Config by config file or ENV
|
|
31
|
35
|
- Login Logs
|
|
32
|
36
|
- Connection Logs
|
|
33
|
37
|
- File Transfer Logs
|
|
|
@@ -107,8 +111,8 @@ displaying data.Frontend code is available at [rustdesk-api-web](https://github.
|
|
107
|
111
|
|
|
108
|
112
|

|
|
109
|
113
|
|
|
110
|
|
-
|
|
111
|
|
-
|
|
|
114
|
+11. **LDAP Support**, When you setup the LDAP(test for OpenLDAP and AD), you can login with the LDAP's user. https://github.com/lejianwen/rustdesk-api/issues/114 , if LDAP fail fallback local user
|
|
|
115
|
+
|
|
112
|
116
|
### Web Client:
|
|
113
|
117
|
|
|
114
|
118
|
1. If you're already logged into the admin panel, the web client will log in automatically.
|