I think you need <authorizationStrategy/>, not </authorizationStrategy> (the slash should be at the end).
On Fri, Sep 7, 2018 at 10:37 AM Steve Burrus <[email protected]> wrote: > Sure. Is there anytjhing else I should take out of it? > > <?xml version='1.1' encoding='UTF-8'?> > <hudson> > <disabledAdministrativeMonitors/> > <version>2.121.3</version> > <installStateName>NEW</installStateName> > <numExecutors>2</numExecutors> > <mode>NORMAL</mode> > <useSecurity>false</useSecurity> > <denyAnonymousReadAccess>true</denyAnonymousReadAccess> > </authorizationStrategy> > > <disableRememberMe>false</disableRememberMe> > <projectNamingStrategy > class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/> > <workspaceDir>${JENKINS_HOME}/workspace/${ITEM_FULL_NAME}</workspaceDir> > <buildsDir>${ITEM_ROOTDIR}/builds</buildsDir> > <jdks/> > <viewsTabBar class="hudson.views.DefaultViewsTabBar"/> > <myViewsTabBar class="hudson.views.DefaultMyViewsTabBar"/> > <clouds/> > <scmCheckoutRetryCount>0</scmCheckoutRetryCount> > <views> > <hudson.model.AllView> > <owner class="hudson" reference="../../.."/> > <name>all</name> > <filterExecutors>false</filterExecutors> > <filterQueue>false</filterQueue> > <properties class="hudson.model.View$PropertyList"/> > </hudson.model.AllView> > </views> > <primaryView>all</primaryView> > <slaveAgentPort>-1</slaveAgentPort> > <disabledAgentProtocols> > <string>JNLP-connect</string> > <string>JNLP2-connect</string> > </disabledAgentProtocols> > <label></label> > <crumbIssuer class="hudson.security.csrf.DefaultCrumbIssuer"> > <excludeClientIPFromCrumb>false</excludeClientIPFromCrumb> > </crumbIssuer> > <nodeProperties/> > <globalNodeProperties/> > </hudson> > On Fri, Sep 7, 2018 at 12:32 PM Slide <[email protected]> wrote: > >> Can you resend your new config.xml? >> >> On Fri, Sep 7, 2018, 10:05 Steve Burrus <[email protected]> wrote: >> >>> *Boy Slide this problem is hanging on like a "tenacious bulldog". I did >>> EVERYTHING you recommended that I do but I STILL got the login area. Do you >>> feel like helping me some more?* >>> >>> >>> >>> *On Fri, Sep 7, 2018 at 11:50 AM Slide <[email protected] >>> <[email protected]>> wrote:* >>> >>>> *Ok, it looks like in current versions of Jenkins, you need to do a few >>>> more steps than just change useSecurity to false. Please take a look at >>>> this link >>>> (https://jenkins.io/doc/book/system-administration/security/#disabling-security >>>> <https://jenkins.io/doc/book/system-administration/security/#disabling-security>) >>>> and follow the steps there. I recommend stopping the Jenkins service, >>>> editing the file and then starting it back up.* >>>> >>>> >>>> *d/optout <https://groups.google.com/d/optout>.* >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-users/CABinwmVxoeV3NT-xkc8rWxJ%2BmPR8ep8jCDwzLdP9QJiwZ2yFUg%40mail.gmail.com >>> <https://groups.google.com/d/msgid/jenkinsci-users/CABinwmVxoeV3NT-xkc8rWxJ%2BmPR8ep8jCDwzLdP9QJiwZ2yFUg%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVeGtLZKuZsJ7JAKPux%3DK3bKPOAhuf7Szx8fTwiLHVdfqA%40mail.gmail.com >> <https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVeGtLZKuZsJ7JAKPux%3DK3bKPOAhuf7Szx8fTwiLHVdfqA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . > > >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CABinwmWF%3D5mCxGB981SK04E7DMMNppyrQ2eoeTKosddj3D4Eyg%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CABinwmWF%3D5mCxGB981SK04E7DMMNppyrQ2eoeTKosddj3D4Eyg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAPiUgVesPCbKOGf-JX%2B%3DFreM7P29Mt9LHKrzCOojnJBmAge_%3Dw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
