Skip to content

Commit

Permalink
Align LDAP config with production
Browse files Browse the repository at this point in the history
Align title with production
  • Loading branch information
Lorenzo Pini committed Jul 2, 2019
1 parent 071063a commit 3726bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion indexTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<title>GeoPortale - Comune di Firenze</title>
<title>Risorse Dati e SIT - Comune di Firenze</title>
<style>
body {
margin: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
class="it.geosolutions.geostore.services.rest.security.GeoStoreLdapAuthoritiesPopulator">
<constructor-arg ref="contextSource" />
<!-- groupSearchBase -->
<constructor-arg value="OU=SIT-SistemiTerritoriali,OU=Dir09-SistemiInformativi,OU=Direzioni,ou=Utenti,ou=CdF" />
<constructor-arg value="OU=Direzioni,ou=Utenti,ou=CdF" />
<!-- roleSearchBase -->
<constructor-arg value="OU=SIT-SistemiTerritoriali,OU=Dir09-SistemiInformativi,OU=Direzioni,ou=Utenti,ou=CdF" />
<constructor-arg value="OU=Direzioni,ou=Utenti,ou=CdF" />
<property name="groupSearchFilter" value="(member={0})" />
<property name="roleSearchFilter" value="(member={0})" />
<!-- nested groups support -->
Expand Down

0 comments on commit 3726bdf

Please sign in to comment.