Re: [Geoserver-users] CLI change of master password

2018-01-29 Thread Olivier Dalang
Hello, Thank you Christian for your answer. Ideally, I would prefer to do it really in command line, as doing it through the API is not really nice in a dockerized context (you need a running Geoserver to run API commands). This means you can't just copy the files and run a script to set some ini

Re: [Geoserver-users] CLI change of master password

2018-01-29 Thread Christian Mueller
Hi Oliver You can change the master password with the REST API http://docs.geoserver.org/latest/en/api/#/1.0.0/security.yaml Cheers On Tue, Jan 30, 2018 at 12:00 AM, Olivier Dalang wrote: > Dear List, > > I found this old thread [1] about how to change the master (root) password > with CLI. T

Re: [Geoserver-users] CLI change of master password

2018-01-29 Thread Olivier Dalang
Dear List, I found this old thread [1] about how to change the master (root) password with CLI. There seemed to be no solution at that time. Is that still true ? Patric did you find a way to achieve it ? Thanks you !! Olivier [1] https://sourceforge.net/p/geoserver/mailman/message/32345049/

Re: [Geoserver-users] CLI change of master password

2014-05-18 Thread Christian Mueller
Hi Jody The J2EE authentication filter has nothing to do with the master password, I think this is a misunderstanding. Christian On Fri, May 16, 2014 at 6:39 PM, Jody Garnett wrote: > Looks like it is only delegating to the application container: > > http://docs.geoserver.org/stable/en/user/se

Re: [Geoserver-users] CLI change of master password

2014-05-16 Thread Jody Garnett
Looks like it is only delegating to the application container: http://docs.geoserver.org/stable/en/user/security/tutorials/j2ee/index.html Jody Garnett On Fri, May 16, 2014 at 2:28 AM, Christian Mueller < christian.muel...@os-solutions.at> wrote: > Hi all > > @Jody, no idea what you are mean

Re: [Geoserver-users] CLI change of master password

2014-05-16 Thread Christian Mueller
Hi all @Jody, no idea what you are meaning with the web.xml file, please let me know. At the moment, the only way to change the master password is using the GUI. Unfortunately , the security subsystem has no REST API. Changing the master password requires encryption of the keystore and all key en

Re: [Geoserver-users] CLI change of master password

2014-05-16 Thread Patric Hafner | geOps
Hi Jody, can you explain how to configure this setup ? Best regards, Patric On 05/15/2014 04:46 PM, Jody Garnett wrote: > One thing you can do is configure geoserver to use the web.xml file for > the master password. That is easy to edit by hand... > > Jody Garnett ---

Re: [Geoserver-users] CLI change of master password

2014-05-15 Thread Jody Garnett
One thing you can do is configure geoserver to use the web.xml file for the master password. That is easy to edit by hand... Jody Garnett On Thu, May 15, 2014 at 6:22 AM, Andrea Aime wrote: > On Thu, May 15, 2014 at 2:59 PM, Patric Hafner | geOps < > patric.haf...@geops.de> wrote: > >> Dear lis

Re: [Geoserver-users] CLI change of master password

2014-05-15 Thread Andrea Aime
On Thu, May 15, 2014 at 2:59 PM, Patric Hafner | geOps < patric.haf...@geops.de> wrote: > Dear list members, > > sorry for asking again - can maybe anybody give me a hint? This would be > great. > I guess the only one that could help you there is Christian (cc'ed), everyone else would have to go

Re: [Geoserver-users] CLI change of master password

2014-05-15 Thread Patric Hafner | geOps
Dear list members, sorry for asking again - can maybe anybody give me a hint? This would be great. Best regards, Patric On 05/07/2014 05:24 PM, Patric Hafner | geOps wrote: > Dear list members, > > I am looking for way to make automatic changes of the master password > (aka root password). W

[Geoserver-users] CLI change of master password

2014-05-07 Thread Patric Hafner | geOps
Dear list members, I am looking for way to make automatic changes of the master password (aka root password). We deploy GeoServer automatically in our infrastructure and since GeoServer 2.4 we have to change the now static master password manually after each deploy - this happens quite often.