Usage: /usr/local/bin/idp-tools
     [  adjust
      | tungsten-status
      | dump-mysql
      | load-mysql <dump_path>]
      | shell-mysql
      | sync [--no-restart] <to_host>
      | tungsten-watch-sync <other_host>
      | rewar
      | reload <pattern_beans> [host,[...]]
      | aacli [-h | -l [<entityId>] | [-r] <user> <entityId>]
      | 
    ]

Info:
      adjust : adjust chown and mode on some files
      rewar : stop tomcat, rebuild war, delete deployed war, star tomcat
      tungsten-status : gives the tungsten status to see if stuff are synchronized
      dump-mysql : dump myqsl
      load-mysql : load mysql
      shell-mysql : get the mysql shell
      sync : sync an idp to an other
      reload : tools allowing to reload configuration
      aacli : easier way to use aacli
      reload : to reload attribute
         reload <pattern_beans> [host,[...]]
         host:  is not specified then do it on this host
         pattern_beans:  is a perl RE on the first raw of the following
           shibboleth.LoggingService   ------------------logback.xml
           shibboleth.AttributeFilterService             attribute filter reload
           shibboleth.AttributeResolverService           attribute-resolver-*.xml
           shibboleth.NameIdentifierGenerationService -- saml-nameid.xml
           shibboleth.RelyingPartyResolverService        relying-party.xml & credentials.xml
           shibboleth.MetadataResolverService            services.xml
           shibboleth.ReloadableAccessControlService --- access-control.xml
           
Exit !