1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00
Commit Graph

4508 Commits

Author SHA1 Message Date
Alexander Burmatov
2d30362301 Saving actor config for non-persistent machines
This is necessary to leave a non-persistent machine from the domain.
2023-05-17 16:30:54 +03:00
Alexander Burmatov
d6e2373de4 Redefining a function to join to the domain
Depending on which machine (Linux or Windows) the actor is for,
a different number of parameters are passed to this function.
2023-05-17 15:59:01 +03:00
Alexander Burmatov
47dc43f601 Extension of the request for initialization
Extension of the request for initialization according to the change in
the configuration type of the actor.
2023-05-17 15:42:55 +03:00
Alexander Burmatov
28ce61c983 Type extension for actor configuration
Parameters have been added that are given by the server
to join the Linux machines to the domain.
2023-05-17 15:36:28 +03:00
Alexander Burmatov
b6ad6d80d5 Add operation for leave from the domain 2023-05-17 15:26:02 +03:00
Alexander Burmatov
7f274ad5b2 Add operation for join to the domain
Joining the domain takes place using the realm utility.
It was chosen because it works in various Linux distributions,
so it is universal. It is necessary to add a dependency to the
realm utility for the actor.
2023-05-17 15:15:13 +03:00
Alexander Burmatov
6bc6f2d171 Update documentation for actorData method
New parameters needed to join Linux machines to the domain have been
added.
2023-05-17 15:06:16 +03:00
Alexander Burmatov
20fdd56ca2 Add Linux FreeIPA OS manager 2023-05-17 15:03:21 +03:00
Alexander Burmatov
03d705639a Add Linux Active Directory OS manager 2023-05-17 15:00:51 +03:00
Adolfo Gómez García
7f8e06a090
merged saml changes 2023-03-24 15:37:12 +01:00
Adolfo Gómez García
895ca38595
merged from 3.6 2023-03-24 15:26:11 +01:00
Adolfo Gómez García
a09452fe49
Fixes from merges and recompiled admin and user interfaces 2023-03-24 15:23:18 +01:00
Adolfo Gómez García
e2814f2674
small text fix 2023-03-24 15:05:14 +01:00
Adolfo Gómez García
ef9a0ce0b2
Added time limit for pool removal 2023-03-24 15:01:00 +01:00
Adolfo Gómez García
77bc47671e
Added support for checking certificate is from private key 2023-03-23 01:51:51 +01:00
Adolfo Gómez García
0ff33edc6b
Small fixes for auth redirects 2023-03-23 01:41:40 +01:00
Adolfo Gómez García
7415dcbdb0
Merge remote-tracking branch 'origin/v3.6' 2023-03-22 03:07:32 +01:00
Adolfo Gómez García
f7886abfbc
fixed simpleldap mfa support 2023-03-22 02:47:17 +01:00
Adolfo Gómez García
5c9dd741d3
Added certificate check support for all ldap based auths 2023-03-22 02:33:27 +01:00
Adolfo Gómez García
0ba381dbc4
small addong to certs 2023-03-21 16:39:59 +01:00
Adolfo Gómez García
13d62a6318
Merge remote-tracking branch 'origin/v3.6' 2023-03-21 16:27:08 +01:00
Adolfo Gómez García
8abe2ad31b
Fixed ssh help strings 2023-03-21 15:02:21 +01:00
Adolfo Gómez García
f82126153a
A bit of config refactoring and some merge fixes 2023-03-20 15:46:20 +01:00
Adolfo Gómez García
6754c02a3d
Reversed change. Positive number is fine 2023-03-18 14:07:52 +01:00
Adolfo Gómez García
58446a992c
Fixed minValue 2023-03-17 15:32:59 +01:00
Adolfo Gómez García
4386c5567a
fixed Client to correctly handle versions upgrades 2023-03-17 14:09:08 +01:00
Adolfo Gómez García
e1c0ee8033
Merge remote-tracking branch 'origin/v3.6' 2023-03-16 16:26:17 +01:00
Adolfo Gómez García
5da71a4f6e
added upload/download to ssh 2023-03-16 16:24:09 +01:00
Adolfo Gómez García
6bb4c3bd5e
Added Support for SSH through HTML5 2023-03-16 15:18:20 +01:00
Adolfo Gómez García
460b0fe2ba
Merge remote-tracking branch 'origin/v3.6' 2023-03-15 04:12:34 +01:00
Adolfo Gómez García
b9a01e686f
updated translations 2023-03-15 04:11:43 +01:00
Adolfo Gómez García
011223ec05
upgraded admin interface 2023-03-14 13:15:43 +01:00
Adolfo Gómez García
e4445f0278
Merge remote-tracking branch 'origin/v3.6' 2023-03-13 18:06:13 +01:00
Adolfo Gómez García
e1ff1207b6
fixed auth REST label re 2023-03-13 18:06:03 +01:00
Adolfo Gómez García
a12aa1f3d4
fixed auth label re 2023-03-13 18:05:18 +01:00
Adolfo Gómez García
8ca5f611d2
Merge remote-tracking branch 'origin/v3.6' 2023-03-13 18:01:15 +01:00
Adolfo Gómez García
666b982c50
fixed authenticator label not allowing dot in name 2023-03-13 18:00:47 +01:00
Adolfo Gómez García
52dca21c8c
trainling spaces removed 2023-03-12 04:26:41 +01:00
Adolfo Gómez García
cf1048afcb
Now Ciphers can be pushed by uds server to UDS Actor, so we can addapt Actor ciphers without reinstalling if needed 2023-03-08 21:48:48 +01:00
Adolfo Gómez García
95527c6682
cosmetic 2023-03-08 21:14:42 +01:00
Adolfo Gómez García
2c928fc210
Merge remote-tracking branch 'origin/v3.6' 2023-03-08 20:15:46 +01:00
Adolfo Gómez García
7985f44389
HTTPS UDS Actor server supports only TLSv1.3, and upgraded certificate key length to 4096 bits 2023-03-08 15:47:38 +01:00
Adolfo Gómez García
4517b781cf
now onwards uds client 3.5 will not be compatible with UDS 2023-03-08 14:24:10 +01:00
Adolfo Gómez García
9de5387fd6
Make verify certificate default on dropdown 2023-03-08 11:02:09 +01:00
Adolfo Gómez García
abf328c564
Merge remote-tracking branch 'origin/v3.6' 2023-03-08 10:10:58 +01:00
Adolfo Gómez García
304f5dd686
Removed old UDS client versions support. Nonsense 2023-03-08 10:06:30 +01:00
Adolfo Gómez García
d6821e4385
Merge remote-tracking branch 'origin/v3.6' 2023-03-08 02:10:44 +01:00
Adolfo Gómez García
2699c090f8
added certificate verify to ldaps 2023-03-08 02:10:14 +01:00
Adolfo Gómez García
ac6b813481
Merge remote-tracking branch 'origin/v3.6' 2023-03-08 01:20:17 +01:00
Adolfo Gómez García
43e1353154
added ssl verify support to ldaps 2023-03-08 01:18:34 +01:00