Re: [Geoserver-users] Revert auth changes via CLI

2022-05-10 Thread Jody Garnett
In the future you are advised to setup and enable logging in as the "root" user. This should be step 1 whenever working on security :) https://docs.geoserver.org/latest/en/user/security/root.html You may be able to edit the data directory by hand to enable logging in as root. -- Jody Garnett

Re: [Geoserver-users] Revert auth changes via CLI

2022-05-10 Thread Alexandre Gacon
If your aim is only to have the admin login working again, I would do a backup of the data_dir, start a brand new installation and copy back the data_dir again except for the security folder. alexandre Le mar. 10 mai 2022 à 17:58, Tom Chadwin a écrit : > Hello > > After experimenting with JDBC

[Geoserver-users] Revert auth changes via CLI

2022-05-10 Thread Tom Chadwin
Hello After experimenting with JDBC and LDAP authentication, user/group services, and role services, I can no longer get admin access to the web admin interface (presumably by failing to set the correct ADMIN role, or something similar). Is there a moderately easy way to reconfigure Geoserver

Re: [Geoserver-users] REST API importer: specify table to load data

2022-05-10 Thread Giuseppe Falcone
I use importer rest api. So: step 1: POST /geoserver/rest/imports (specifying target workspace and target datastore) to obtain an importID step2: POST/geoserver/rest/imports//tasks (passing zip file into body) to obtain a taskID (zip is uploaded into geoserver data dir and is unzipped)

Re: [Geoserver-users] ImageIO Cache Memory Threshold error/warning

2022-05-10 Thread Russ Hore
Hi Jody, I set it to 80% and the error no longer occurs. BUT I have upgraded to 2.20.4 since then. I will let you know if I see it again. Many thanks Russ > On 10 May 2022, at 05:14, Jody Garnett wrote: > > That looks like it is set, do you want to try changing the value to 80% just > to