-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial import from georchestra/geoserver/tree/2.3.2-georchestra/data…
…/minimal
- Loading branch information
1 parent
78d6090
commit 4eff769
Showing
56 changed files
with
755 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Included Data | ||
============= | ||
|
||
This directory provides an empty GeoServer data directory, as such this directory | ||
does not contain any published data and is not subject to a data license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<global> | ||
<contact/> | ||
<jai> | ||
<allowInterpolation>false</allowInterpolation> | ||
<recycling>true</recycling> | ||
<tilePriority>5</tilePriority> | ||
<tileThreads>7</tileThreads> | ||
<memoryCapacity>0.5</memoryCapacity> | ||
<memoryThreshold>0.75</memoryThreshold> | ||
<imageIOCache>false</imageIOCache> | ||
<pngAcceleration>false</pngAcceleration> | ||
<jpegAcceleration>false</jpegAcceleration> | ||
<allowNativeMosaic>false</allowNativeMosaic> | ||
</jai> | ||
<charset>UTF-8</charset> | ||
<numDecimals>8</numDecimals> | ||
<onlineResource>http://geoserver.org</onlineResource> | ||
<verbose>false</verbose> | ||
<verboseExceptions>false</verboseExceptions> | ||
<updateSequence>0</updateSequence> | ||
</global> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<logging> | ||
<level>DEFAULT_LOGGING.properties</level> | ||
<location>logs/geoserver.log</location> | ||
<stdOutLogging>true</stdOutLogging> | ||
</logging> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<usernamePassword> | ||
<id>-e3457ae:13cce0c47c6:-7ff0</id> | ||
<name>default</name> | ||
<className>org.geoserver.security.auth.UsernamePasswordAuthenticationProvider</className> | ||
<userGroupServiceName>default</userGroupServiceName> | ||
</usernamePassword> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<security> | ||
<roleServiceName>default</roleServiceName> | ||
<authProviderNames> | ||
<string>default</string> | ||
</authProviderNames> | ||
<anonymousAuth>true</anonymousAuth> | ||
<configPasswordEncrypterName>pbePasswordEncoder</configPasswordEncrypterName> | ||
<encryptingUrlParams>false</encryptingUrlParams> | ||
<filterChain> | ||
<filters name="web" path="/web/**,/gwc/rest/web/**"> | ||
<filter>contextAsc</filter> | ||
<filter>proxy</filter> | ||
<filter>anonymous</filter> | ||
<filter>guiException</filter> | ||
<filter>interceptor</filter> | ||
</filters> | ||
<filters name="webLogin" path="/j_spring_security_check,/j_spring_security_check/"> | ||
<filter>contextAsc</filter> | ||
<filter>form</filter> | ||
</filters> | ||
<filters name="webLogout" path="/j_spring_security_logout,/j_spring_security_logout/"> | ||
<filter>contextAsc</filter> | ||
<filter>formLogout</filter> | ||
</filters> | ||
<filters name="rest" path="/rest/**"> | ||
<filter>contextNoAsc</filter> | ||
<filter>proxy</filter> | ||
<filter>basic</filter> | ||
<filter>anonymous</filter> | ||
<filter>exception</filter> | ||
<filter>restInterceptor</filter> | ||
</filters> | ||
<filters name="gwc" path="/gwc/rest/**"> | ||
<filter>contextNoAsc</filter> | ||
<filter>proxy</filter> | ||
<filter>basic</filter> | ||
<filter>exception</filter> | ||
<filter>restInterceptor</filter> | ||
</filters> | ||
<filters name="default" path="/**"> | ||
<filter>contextNoAsc</filter> | ||
<filter>proxy</filter> | ||
<filter>basic</filter> | ||
<filter>anonymous</filter> | ||
<filter>exception</filter> | ||
<filter>interceptor</filter> | ||
</filters> | ||
</filterChain> | ||
<rememberMeService> | ||
<className>org.geoserver.security.rememberme.GeoServerTokenBasedRememberMeServices</className> | ||
<key>geoserver</key> | ||
</rememberMeService> | ||
</security> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<org.geoserver.security.config.AnonymousAuthenticationFilterConfig> | ||
<id>-e3457ae:13cce0c47c6:-7ff7</id> | ||
<name>anonymous</name> | ||
<className>org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter</className> | ||
</org.geoserver.security.config.AnonymousAuthenticationFilterConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<org.geoserver.security.config.BasicAuthenticationFilterConfig> | ||
<id>-e3457ae:13cce0c47c6:-7ffb</id> | ||
<name>basic</name> | ||
<className>org.geoserver.security.filter.GeoServerBasicAuthenticationFilter</className> | ||
<useRememberMe>true</useRememberMe> | ||
</org.geoserver.security.config.BasicAuthenticationFilterConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<org.geoserver.security.config.SecurityContextPersistenceFilterConfig> | ||
<id>-e3457ae:13cce0c47c6:-7ff9</id> | ||
<name>contextAsc</name> | ||
<className>org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter</className> | ||
<allowSessionCreation>true</allowSessionCreation> | ||
</org.geoserver.security.config.SecurityContextPersistenceFilterConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<org.geoserver.security.config.SecurityContextPersistenceFilterConfig> | ||
<id>-e3457ae:13cce0c47c6:-7ff8</id> | ||
<name>contextNoAsc</name> | ||
<className>org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter</className> | ||
<allowSessionCreation>false</allowSessionCreation> | ||
</org.geoserver.security.config.SecurityContextPersistenceFilterConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<org.geoserver.security.config.ExceptionTranslationFilterConfig> | ||
<id>-e3457ae:13cce0c47c6:-7ff2</id> | ||
<name>exception</name> | ||
<className>org.geoserver.security.filter.GeoServerExceptionTranslationFilter</className> | ||
<accessDeniedErrorPage>/accessDenied.jsp</accessDeniedErrorPage> | ||
</org.geoserver.security.config.ExceptionTranslationFilterConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<org.geoserver.security.config.UsernamePasswordAuthenticationFilterConfig> | ||
<id>-e3457ae:13cce0c47c6:-7ffa</id> | ||
<name>form</name> | ||
<className>org.geoserver.security.filter.GeoServerUserNamePasswordAuthenticationFilter</className> | ||
<passwordParameterName>password</passwordParameterName> | ||
<usernameParameterName>username</usernameParameterName> | ||
</org.geoserver.security.config.UsernamePasswordAuthenticationFilterConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<org.geoserver.security.config.LogoutFilterConfig> | ||
<id>-e3457ae:13cce0c47c6:-7ff3</id> | ||
<name>formLogout</name> | ||
<className>org.geoserver.security.filter.GeoServerLogoutFilter</className> | ||
</org.geoserver.security.config.LogoutFilterConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<org.geoserver.security.config.ExceptionTranslationFilterConfig> | ||
<id>-e3457ae:13cce0c47c6:-7ff1</id> | ||
<name>guiException</name> | ||
<className>org.geoserver.security.filter.GeoServerExceptionTranslationFilter</className> | ||
<authenticationFilterName>form</authenticationFilterName> | ||
<accessDeniedErrorPage>/accessDenied.jsp</accessDeniedErrorPage> | ||
</org.geoserver.security.config.ExceptionTranslationFilterConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<org.geoserver.security.config.SecurityInterceptorFilterConfig> | ||
<id>-e3457ae:13cce0c47c6:-7ff5</id> | ||
<name>interceptor</name> | ||
<className>org.geoserver.security.filter.GeoServerSecurityInterceptorFilter</className> | ||
<allowIfAllAbstainDecisions>false</allowIfAllAbstainDecisions> | ||
<securityMetadataSource>geoserverMetadataSource</securityMetadataSource> | ||
</org.geoserver.security.config.SecurityInterceptorFilterConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<org.geoserver.security.config.RequestHeaderAuthenticationFilterConfig> | ||
<id>-e3457ae:13cce0c47c6:-7fef</id> | ||
<name>proxy</name> | ||
<className>org.geoserver.security.filter.GeoServerRequestHeaderAuthenticationFilter</className> | ||
<roleSource>Header</roleSource> | ||
<rolesHeaderAttribute>sec-roles</rolesHeaderAttribute> | ||
<principalHeaderAttribute>sec-username</principalHeaderAttribute> | ||
</org.geoserver.security.config.RequestHeaderAuthenticationFilterConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<org.geoserver.security.config.RememberMeAuthenticationFilterConfig> | ||
<id>-e3457ae:13cce0c47c6:-7ff6</id> | ||
<name>rememberme</name> | ||
<className>org.geoserver.security.filter.GeoServerRememberMeAuthenticationFilter</className> | ||
</org.geoserver.security.config.RememberMeAuthenticationFilterConfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<org.geoserver.security.config.SecurityInterceptorFilterConfig> | ||
<id>-e3457ae:13cce0c47c6:-7ff4</id> | ||
<name>restInterceptor</name> | ||
<className>org.geoserver.security.filter.GeoServerSecurityInterceptorFilter</className> | ||
<allowIfAllAbstainDecisions>false</allowIfAllAbstainDecisions> | ||
<securityMetadataSource>restFilterDefinitionMap</securityMetadataSource> | ||
</org.geoserver.security.config.SecurityInterceptorFilterConfig> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
digest1:CaVp+neX+p9pjCXfVhJ7+BfCIfG/TR8QghBj+efbffxYfPeLwNOsNkooiff+9Tc+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
This file was created at 2013/02/12 11:56:16 | ||
|
||
The generated master password is: jbsRJZED | ||
|
||
Test the master password by logging in as user "root" | ||
|
||
This file should be removed after reading !!!. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<masterPassword> | ||
<providerName>default</providerName> | ||
</masterPassword> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<urlProvider> | ||
<id>-e3457ae:13cce0c47c6:-8000</id> | ||
<name>default</name> | ||
<className>org.geoserver.security.password.URLMasterPasswordProvider</className> | ||
<readOnly>false</readOnly> | ||
<url>file:passwd</url> | ||
<encrypting>true</encrypting> | ||
</urlProvider> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
n2ZKrR1W7Frb2oTANSf/bgaQq6ctRJ3/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<passwordPolicy> | ||
<id>-e3457ae:13cce0c47c6:-7fff</id> | ||
<name>default</name> | ||
<className>org.geoserver.security.validation.PasswordValidatorImpl</className> | ||
<uppercaseRequired>false</uppercaseRequired> | ||
<lowercaseRequired>false</lowercaseRequired> | ||
<digitRequired>false</digitRequired> | ||
<minLength>0</minLength> | ||
<maxLength>-1</maxLength> | ||
</passwordPolicy> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<passwordPolicy> | ||
<id>-e3457ae:13cce0c47c6:-7ffe</id> | ||
<name>master</name> | ||
<className>org.geoserver.security.validation.PasswordValidatorImpl</className> | ||
<uppercaseRequired>false</uppercaseRequired> | ||
<lowercaseRequired>false</lowercaseRequired> | ||
<digitRequired>false</digitRequired> | ||
<minLength>8</minLength> | ||
<maxLength>-1</maxLength> | ||
</passwordPolicy> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Default REST security configuration. | ||
# | ||
# By default this configuration locks down every rest call. The following is an example of a more | ||
# lax configuration in which read only (GET) access is allowed anonymously: | ||
# | ||
#/**;GET=IS_AUTHENTICATED_ANONYMOUSLY | ||
#/**;POST,DELETE,PUT=ADMIN | ||
# | ||
# The following is an example of a configuration that could be used with the restconfig plugin in | ||
# which only configuration in a specific workspace is restricted: | ||
# | ||
#/rest/workspaces/topp*;GET=ADMIN | ||
#/rest/workspaces/topp/**;GET=ADMIN | ||
#/**;POST,DELETE,PUT=ADMIN | ||
# | ||
# | ||
/**;GET=ADMIN | ||
/**;POST,DELETE,PUT=ADMIN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<roleService> | ||
<id>-e3457ae:13cce0c47c6:-7ffc</id> | ||
<name>default</name> | ||
<className>org.geoserver.security.xml.XMLRoleService</className> | ||
<fileName>roles.xml</fileName> | ||
<checkInterval>10000</checkInterval> | ||
<validating>true</validating> | ||
<adminRoleName>ADMIN</adminRoleName> | ||
<groupAdminRoleName>GROUP_ADMIN</groupAdminRoleName> | ||
</roleService> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<roleRegistry version="1.0" xmlns="http://www.geoserver.org/security/roles"> | ||
<roleList> | ||
<role id="ADMIN"/> | ||
<role id="GROUP_ADMIN"/> | ||
</roleList> | ||
<userList> | ||
<userRoles username="admin"> | ||
<roleRef roleID="ADMIN"/> | ||
</userRoles> | ||
</userList> | ||
<groupList/> | ||
</roleRegistry> |
Oops, something went wrong.