openldap-2.4.45+dfsg/0000755000175000017500000000000013114071203013023 5ustar ryanryanopenldap-2.4.45+dfsg/doc/0000755000175000017500000000000013133277207013605 5ustar ryanryanopenldap-2.4.45+dfsg/doc/guide/0000755000175000017500000000000013114071203014665 5ustar ryanryanopenldap-2.4.45+dfsg/doc/guide/release/0000755000175000017500000000000013114071203016305 5ustar ryanryanopenldap-2.4.45+dfsg/doc/guide/release/autoconf.sdf0000644000175000017500000000033513114071203020622 0ustar ryanryan# $OpenLDAP$ # # Generic Autoconf INSTALL # H1: Generic configure Instructions #!block inline # #!endblock !include "../release/autoconf-install.txt" ; verbatim #!block inline # #!endblock openldap-2.4.45+dfsg/doc/guide/release/license.sdf0000644000175000017500000000043113114071203020423 0ustar ryanryan# $OpenLDAP$ # Copyright 2000-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. H1: OpenLDAP Public License #!block inline # #!endblock !include "../../../LICENSE" ; verbatim #!block inline # #!endblock openldap-2.4.45+dfsg/doc/guide/release/copyright-plain.sdf0000644000175000017500000000042713114071203022117 0ustar ryanryan# $OpenLDAP$ # Copyright 1999-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. # # Plain Copyright for Software Distribution # !define HTML_TITLE "OpenLDAP Copyright Notices" !include "../plain.sdf" !include "copyright.sdf"; plain openldap-2.4.45+dfsg/doc/guide/release/copyright.sdf0000644000175000017500000000565513114071203021026 0ustar ryanryan# $OpenLDAP$ # Copyright 1999-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. # This file should match ../../../COPYRIGHT (except in formating) !if OPT_PP_HTML !define copyright '[[c]] Copyright' !else !define copyright 'Copyright' !endif H1: OpenLDAP Software Copyright Notices H2: OpenLDAP Copyright Notice !block nofill [[copyright]] 1998-2012 The OpenLDAP Foundation. {{All rights reserved.}} !endblock Redistribution and use in source and binary forms, with or without modification, are permitted {{only as authorized}} by the {{SECT:OpenLDAP Public License}}. A copy of this license is available in file {{F:LICENSE}} in the top-level directory of the distribution or, alternatively, at <{{URL:http://www.OpenLDAP.org/license.html}}>. OpenLDAP is a registered trademark of the OpenLDAP Foundation. Individual files and/or contributed packages may be copyright by other parties and their use subject to additional restrictions. This work is derived from the University of Michigan LDAP v3.3 distribution. Information concerning this software is available at <{{URL:http://www.umich.edu/~dirsvcs/ldap/ldap.html}}>. This work also contains materials derived from public sources. Additional information about OpenLDAP software can be obtained at <{{URL:http://www.OpenLDAP.org/}}>. H2: Additional Copyright Notices !block nofill Portions [[copyright]] 1998-2012 Kurt D. Zeilenga. Portions [[copyright]] 1998-2006 Net Boolean Incorporated. Portions [[copyright]] 2001-2006 IBM Corporation. {{All rights reserved.}} !endblock Redistribution and use in source and binary forms, with or without modification, are permitted only as authorized by the {{SECT:OpenLDAP Public License}}. !block nofill Portions [[copyright]] 1999-2008 Howard Y.H. Chu. Portions [[copyright]] 1999-2008 Symas Corporation. Portions [[copyright]] 1998-2003 Hallvard B. Furuseth. Portions [[copyright]] 2007-2011 Gavin Henry. Portions [[copyright]] 2007-2011 Suretec Systems Limited. {{All rights reserved.}} !endblock Redistribution and use in source and binary forms, with or without modification, are permitted provided that this notice is preserved. The names of the copyright holders may not be used to endorse or promote products derived from this software without their specific prior written permission. This software is provided ``as is'' without express or implied warranty. H2: University of Michigan Copyright Notice !block nofill Portions [[copyright]] 1992-1996 Regents of the University of Michigan. {{All rights reserved.}} !endblock Redistribution and use in source and binary forms are permitted provided that this notice is preserved and that due credit is given to the University of Michigan at Ann Arbor. The name of the University may not be used to endorse or promote products derived from this software without specific prior written permission. This software is provided ``as is'' without express or implied warranty. openldap-2.4.45+dfsg/doc/guide/release/license-plain.sdf0000644000175000017500000000042213114071203021524 0ustar ryanryan# $OpenLDAP$ # Copyright 1999-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. # # Plain Copyright for Software Distribution # !define HTML_TITLE "OpenLDAP Public License" !include "../plain.sdf" !include "license.sdf"; plain openldap-2.4.45+dfsg/doc/guide/release/install.sdf0000644000175000017500000000711713114071203020457 0ustar ryanryan# $OpenLDAP$ # Copyright 1999-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. P1: Making and Installing the OpenLDAP Distribution This file provides brief instructions on how to build and install OpenLDAP on UNIX (and UNIX-{{like}}) systems. More detailed information and instructions can be found in {{The OpenLDAP Administrator's Guide}} (available from {{URL:http://www.openldap.org/doc/}}). It is recommended that you read, or at least skim through, ALL of the instructions in this file before attempting to build the software. It is also recommended you review the {{Frequently Asked Questions}} ({{URL:http://www.openldap.org/faq/}}) pages, in particular the {{Installation section}} ({{URL:http://www.openldap.org/faq/index.cgi?file=8}}) and {{Platform Hints}} ({{URL:http://www.openldap.org/faq/index.cgi?file=9}}) should be examined. P2: Making and Installing the OpenLDAP Distribution ^ Unpack the distribution and change directory: E: % tar xfz openldap-VERSION.tgz E: % cd openldap-VERSION .(replacing {{EX:VERSION}} with the appropriate version string). If you are reading this file, you probably have already done this! + Type: E: % ./configure --help .to list available configuration options. .The {{EX:configure}} script also looks for compiler/linker options on the command line and in the environment. These include: > Variable Description Example > CC C compiler gcc > CFLAGS C flags -O -g > CPPFLAGS cpp flags -I/path/include -D__FOO__=42 > LDFLAGS ld flags -L/usr/local/lib > LIBS libraries -llib > PATH command path /usr/local/bin:/usr/bin:/bin !if $var{'OPT_TARGET'} eq 'txt' .See doc/install/configure for generic configure documentation. !endif + Configure the build system: E: % ./configure [options] [var=value ...] .If all goes well, the {{EX:configure}} script will automatically detect the appropriate settings. If the {{EX:configure}} script fails, you should read the {{FILE:config.log}} file that it generated to see what it was trying to do and exactly what failed. You may need to specify additional options and/or variables besides those listed above to obtain desired results, depending on your operating system. The {{Platform Hints}} section of the {{FAQ}} provides help for operating system related problems. + Build dependencies: E: % make depend + Build the system: E: % make .If all goes well, the system will build as configured. If not, return to step 3 after reviewing the configuration settings. You may want to consult the {{Platform Hints}} subsection of the {{FAQ}} if you have not done so already. + Test the standalone system: .This step requires the standalone LDAP server, {{slapd}}(8), with {{HDB}} and/or {{BDB}} support. E: % make test .If all goes well, the system has been built as configured. If not, return to step 2 after reviewing your configuration settings. You may want to consult the {{Installation}} section of the {{FAQ}} if you have not done so already. + Install the software. You may need to become the {{super-user}} (e.g. {{EX:root}}) to do this (depending on where you are installing things): E: % su root -c 'make install' + That's it. Enjoy! See the {{OpenLDAP Administrator's Guide}} and the manual pages for the individual applications for configuration and use information. You may also want to edit the configuration files used by the various components. These configuration files are located in the OpenLDAP configuration directory (normally {{FILE:/usr/local/etc/openldap}}). > ldap.conf client defaults > slapd.conf Standalone LDAP daemon > schema/*.schema Schema Definitions openldap-2.4.45+dfsg/doc/guide/release/autoconf-install.txt0000644000175000017500000001723013114071203022333 0ustar ryanryanBasic Installation ================== These are generic installation instructions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, a file `config.cache' that saves the results of its tests to speed up reconfiguring, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.in' is used to create `configure' by a program called `autoconf'. You only need `configure.in' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. If you're using `csh' on an old version of System V, you might need to type `sh ./configure' instead to prevent `csh' from trying to execute `configure' itself. Running `configure' takes awhile. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package. 4. Type `make install' to install the programs and any data files and documentation. 5. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. You can give `configure' initial values for variables by setting them in the environment. Using a Bourne-compatible shell, you can do that on the command line like this: CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure Or on systems that have the `env' program, you can do it like this: env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you must use a version of `make' that supports the `VPATH' variable, such as GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. If you have to use a `make' that does not supports the `VPATH' variable, you have to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. Installation Names ================== By default, `make install' will install the package's files in `/usr/local/bin', `/usr/local/man', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PATH'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you give `configure' the option `--exec-prefix=PATH', the package will use PATH as the prefix for installing programs and libraries. Documentation and other data files will still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=PATH' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Optional Features ================= Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Specifying the System Type ========================== There may be some features `configure' can not figure out automatically, but needs to determine by the type of host the package will run on. Usually `configure' can figure that out, but if it prints a message saying it can not guess the host type, give it the `--host=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name with three fields: CPU-COMPANY-SYSTEM See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the host type. If you are building compiler tools for cross-compiling, you can also use the `--target=TYPE' option to select the type of system they will produce code for and the `--build=TYPE' option to select the type of system on which you are compiling the package. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Operation Controls ================== `configure' recognizes the following options to control how it operates. `--cache-file=FILE' Use and save the results of the tests in FILE instead of `./config.cache'. Set FILE to `/dev/null' to disable caching, for debugging `configure'. `--help' Print a summary of the options to `configure', and exit. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `--version' Print the version of Autoconf used to generate the `configure' script, and exit. `configure' also accepts some other, not widely useful, options. openldap-2.4.45+dfsg/doc/guide/preamble.sdf0000644000175000017500000002727713114071203017171 0ustar ryanryan# $OpenLDAP$ # Copyright 1999-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. # # Preamble for all OpenLDAP SDF documents # !default VERSION 2.4 # # Paths are relative to the main subdirectories # !define DOC_AUTHOR "The OpenLDAP Project <{{URL:http://www.openldap.org/}}>" !define DOC_NAME "OpenLDAP Software 2.4" !define DOC_TYPE "Guide" !define DOC_LOGO "../images/LDAPlogo.gif" !define DOC_LOGO_BASE "../images/" !define DOC_HTML_LOGO "" !define DOC_LOF_TITLE "Figures" !define DOC_LOF !define HTML_URL_HOME "http://www.openldap.org/" !define HTML_URL_CATALOG "../index.html" !macro HTML_HEADER # !block inline # # !endblock !if DOC_LOGO !block inline !endblock !import DOC_LOGO; align="Left"; border="0"; base=$var{'DOC_LOGO_BASE'} !block inline !endblock !HTML_NAVIGATE !clear "Left" !else !HTML_NAVIGATE !endif !endmacro !macro HTML_FOOTER !HTML_PRE_SECTION !HTML_NAVIGATE # !block inline; expand # # !endblock !block inline; expand

________________
© Copyright 2011, OpenLDAP Foundation, info@OpenLDAP.org
!endblock !endmacro !macro HTML_TOPIC_HEADER # !block inline; expand # # !endblock !define DOC_TOPIC_LOGO $var{'DOC_LOGO'} !if DOC_TOPIC_LOGO !default DOC_TOPIC_LOGO_BASE $var{'DOC_LOGO_BASE'} !block inline !endblock !import DOC_TOPIC_LOGO; align="Left"; border="0"; base=$var{'DOC_TOPIC_LOGO_BASE'} !block inline !endblock !HTML_TOPIC_NAVIGATE !clear "Left" !else !HTML_TOPIC_NAVIGATE !endif !endmacro !macro HTML_TOPIC_FOOTER !HTML_PRE_SECTION !HTML_TOPIC_NAVIGATE # !block inline; expand # # !endblock !block inline; expand

________________
© Copyright 2011, OpenLDAP Foundation, info@OpenLDAP.org
!endblock !endmacro # OpenLDAP related organization !block organisations; data; sort='Name' Name|Long|Jump ANSI|American National Standards Institute|http://www.ansi.org/ BSI|British Standards Institute|http://www.bsi-global.com/ COSINE|Co-operation and Open Systems Interconnection in Europe CPAN|Comprehensive Perl Archive Network|http://cpan.org/ Cyrus|Project Cyrus|http://cyrusimap.web.cmu.edu/ FSF|Free Software Foundation|http://www.fsf.org/ GNU|GNU Not Unix Project|http://www.gnu.org/ IAB|Internet Architecture Board|http://www.iab.org/ IANA|Internet Assigned Numbers Authority|http://www.iana.org/ IEEE|Institute of Electrical and Electronics Engineers|http://www.ieee.org IESG|Internet Engineering Steering Group|http://www.ietf.org/iesg/ IETF|Internet Engineering Task Force|http://www.ietf.org/ IRTF|Internet Research Task Force|http://www.irtf.org/ ISO|International Standards Organisation|http://www.iso.org/ ISOC|Internet Society|http://www.isoc.org/ ITU|International Telephone Union|http://www.itu.int/ OLF|OpenLDAP Foundation|http://www.openldap.org/foundation/ OLP|OpenLDAP Project|http://www.openldap.org/project/ OpenSSL|OpenSSL Project|http://www.openssl.org/ RFC Editor|RFC Editor|http://www.rfc-editor.org/ Oracle|Oracle Corporation|http://www.oracle.com/ UM|University of Michigan|http://www.umich.edu/ UMLDAP|University of Michigan LDAP Team|http://www.umich.edu/~dirsvcs/ldap/ldap.html !endblock !block products; data; sort='Name' Name|Jump Cyrus|http://cyrusimap.web.cmu.edu/generalinfo.html Cyrus SASL|http://asg.web.cmu.edu/sasl/sasl-library.html Git|http://git-scm.com/ GNU|http://www.gnu.org/software/ GnuTLS|http://www.gnu.org/software/gnutls/ Heimdal|http://www.pdc.kth.se/heimdal/ JLDAP|http://www.openldap.org/jldap/ MIT Kerberos|http://web.mit.edu/kerberos/www/ MozNSS|http://developer.mozilla.org/en/NSS OpenLDAP|http://www.openldap.org/ OpenLDAP FAQ|http://www.openldap.org/faq/ OpenLDAP ITS|http://www.openldap.org/its/ OpenLDAP Software|http://www.openldap.org/software/ OpenSSL|http://www.openssl.org/ Perl|http://www.perl.org/ SDF|http://search.cpan.org/src/IANC/sdf-2.001/doc/catalog.html UMLDAP|http://www.umich.edu/~dirsvcs/ldap/ldap.html !endblock # Internet and X.500 terms !block terms; data; sort='Term' Term|Definition 3DES|Triple DES ABNF|Augmented Backus-Naur Form ACDF|Access Control Decision Function ACE|ASCII Compatible Encoding ASCII|American Standard Code for Information Interchange ACID|Atomicity, Consistency, Isolation, and Durability ACI|Access Control Information ACL|Access Control List AES|Advance Encryption Standard ABI|Application Binary Interface API|Application Program Interface ASN.1|Abstract Syntax Notation - One AVA|Attribute Value Assertion AuthcDN|Authentication DN AuthcId|Authentication Identity AuthzDN|Authorization DN AuthzId|Authorization Identity BCP|Best Current Practice BDB|Berkeley DB (Backend) BER|Basic Encoding Rules BNF|Backus-Naur Form C|The C Programming Language CA|Certificate Authority CER|Canonical Encoding Rules CLDAP|Connection-less LDAP CN|Common Name CRAM-MD5|SASL MD5 Challenge/Response Authentication Mechanism CRL|Certificate Revocation List DAP|Directory Access Protocol DC|Domain Component DER|Distinguished Encoding Rules DES|Data Encryption Standard DIB|Directory Information Base DIGEST-MD5|SASL Digest MD5 Authentication Mechanism DISP|Directory Information Shadowing Protocol DIT|Directory Information Tree DNS|Domain Name System DN|Distinguished Name DOP|Directory Operational Binding Management Protocol DSAIT|DSA Information Tree DSA|Directory System Agent DSE|DSA-specific Entry DSP|Directory System Protocol DS|Draft Standard DUA|Directory User Agent EXTERNAL|SASL External Authentication Mechanism FAQ|Frequently Asked Questions FTP|File Transfer Protocol FYI|For Your Information GSER|Generic String Encoding Rules GSS-API|Generic Security Service Application Program Interface GSSAPI|SASL Kerberos V GSS-API Authentication Mechanism HDB|Hierarchical Database (Backend) I-D|Internet-Draft IA5|International Alphabet 5 IDNA|Internationalized Domain Names in Applications IDN|Internationalized Domain Name ID|Identification ID|Identifier IDL|Index Data Lookups IP|Internet Protocol IPC|Inter-process communication IPsec|Internet Protocol Security IPv4|Internet Protocol, version 4 IPv6|Internet Protocol, version 6 ITS|Issue Tracking System JPEG|Joint Photographic Experts Group Kerberos|Kerberos Authentication Service LBER|Lightweight BER LDAP|Lightweight Directory Access Protocol LDAP Sync|LDAP Content Synchronization LDAPv3|LDAP, version 3 LDIF|LDAP Data Interchange Format LMDB|Lightning Memory-Mapped Database MD5|Message Digest 5 MDB|Memory-Mapped Database (Backend) MIB|Management Information Base MODDN|Modify DN MODRDN|Modify RDN NSSR|Non-specific Subordinate Reference OID|Object Identifier OSI|Open Systems Interconnect OTP|One Time Password PDU|Protocol Data Unit PEM|Privacy Enhanced eMail PEN|Private Enterprise Number PKCS|Public Key Cryptosystem PKI|Public Key Infrastructure PKIX|Public Key Infrastructure (X.509) PLAIN|SASL Plaintext Password Authentication Mechanism POSIX|Portable Operating System Interface PS|Proposed Standard RDN|Relative Distinguished Name RFC|Request for Comments RPC|Remote Procedure Call RXER|Robust XML Encoding Rules SASL|Simple Authentication and Security Layer SDF|Simple Document Format SDSE|Shadowed DSE SHA1|Secure Hash Algorithm 1 SLAPD|Standalone LDAP Daemon SLURPD|Standalone LDAP Update Replication Daemon SMTP|Simple Mail Transfer Protocol SNMP|Simple Network Management Protocol SQL|Structured Query Language SRP|Secure Remote Password SSF|Security Strength Factor SSL|Secure Socket Layer STD|Internet Standard TCP|Transmission Control Protocol TLS|Transport Layer Security UCS|Universal Multiple-Octet Coded Character Set UDP|User Datagram Protocol UID|User Identifier Unicode|The Unicode Standard UNIX|Unix URI|Uniform Resource Identifier URL|Uniform Resource Locator URN|Uniform Resource Name UTF-8|8-bit UCS/Unicode Transformation Format UTR|Unicode Technical Report UUID|Universally Unique Identifier WWW|World Wide Web X.500|X.500 Directory Services X.509|X.509 Public Key and Attribute Certificate Frameworks XED|XML Enabled Directory XER|XML Encoding Rules XML|Extensible Markup Language syncrepl|LDAP Sync-based Replication !endblock !block references; data; sort=Reference; style=grid Reference|Status|Document|Jump UM-GUIDE|O|The SLAPD and SLURPD Administrators Guide|http://www.umich.edu/~dirsvcs/ldap/doc/guides/slapd/guide.pdf RFC2079|PS|Definition of an X.500 Attribute Type and an Object Class to Hold Uniform Resource Identifers|http://www.rfc-editor.org/rfc/rfc2079.txt RFC2296|PS|Use of Language Codes in LDAP|http://www.rfc-editor.org/rfc/rfc2296.txt RFC2307|X|An Approach for Using LDAP as a Network Information Service|http://www.rfc-editor.org/rfc/rfc2307.txt RFC2589|PS|Lightweight Directory Access Protocol (v3): Extensions for Dynamic Directory Services|http://www.rfc-editor.org/rfc/rfc2589.txt RFC2798|I|Definition of the inetOrgPerson LDAP Object Class|http://www.rfc-editor.org/rfc/rfc2798.txt RFC2831|PS|Using Digest Authentication as a SASL Mechanism|http://www.rfc-editor.org/rfc/rfc2831.txt RFC2849|PS|The LDAP Data Interchange Format|http://www.rfc-editor.org/rfc/rfc2849.txt RFC3088|X|OpenLDAP Root Service|http://www.rfc-editor.org/rfc/rfc3088.txt RFC3296|PS|Named Subordinate References in LDAP|http://www.rfc-editor.org/rfc/rfc3296.txt RFC3384|I|Lightweight Directory Access Protocol (version 3) Replication Requirements|http://www.rfc-editor.org/rfc/rfc3384.txt RFC3494|I|Lightweight Directory Access Protocol version 2 (LDAPv2) to Historic Status|http://www.rfc-editor.org/rfc/rfc3494.txt RFC4013|PS|SASLprep: Stringprep Profile for User Names and Passwords|http://www.rfc-editor.org/rfc/rfc4013.txt RFC4346|PS|The Transport Layer Security (TLS) Protocol, Version 1.1|http://www.rfc-editor.org/rfc/rfc4346.txt RFC4422|PS|Simple Authentication and Security Layer (SASL)|http://www.rfc-editor.org/rfc/rfc4422.txt RFC4510|PS|Lightweight Directory Access Protocol (LDAP): Technical Specification Roadmap|http://www.rfc-editor.org/rfc/rfc4510.txt RFC4511|PS|Lightweight Directory Access Protocol (LDAP): The Protocol|http://www.rfc-editor.org/rfc/rfc4511.txt RFC4512|PS|Lightweight Directory Access Protocol (LDAP): Directory Information Models|http://www.rfc-editor.org/rfc/rfc4512.txt RFC4513|PS|Lightweight Directory Access Protocol (LDAP): Authentication Methods and Security Mechanisms|http://www.rfc-editor.org/rfc/rfc4513.txt RFC4514|PS|Lightweight Directory Access Protocol (LDAP): String Representation of Distinguished Names|http://www.rfc-editor.org/rfc/rfc4514.txt RFC4515|PS|Lightweight Directory Access Protocol (LDAP): String Representation of Search Filters|http://www.rfc-editor.org/rfc/rfc4515.txt RFC4516|PS|Lightweight Directory Access Protocol (LDAP): Uniform Resource Locator|http://www.rfc-editor.org/rfc/rfc4516.txt RFC4517|PS|Lightweight Directory Access Protocol (LDAP): Syntaxes and Matching Rules|http://www.rfc-editor.org/rfc/rfc4517.txt RFC4518|PS|Lightweight Directory Access Protocol (LDAP): Internationalized String Preparation|http://www.rfc-editor.org/rfc/rfc4518.txt RFC4519|PS|Lightweight Directory Access Protocol (LDAP): Schema for User Applications|http://www.rfc-editor.org/rfc/rfc4519.txt RFC4520|BCP|IANA Considerations for LDAP|http://www.rfc-editor.org/rfc/rfc4520.txt RFC4533|X|The Lightweight Directory Access Protocol (LDAP) Content Synchronization Operation|http://www.rfc-editor.org/rfc/rfc4533.txt Chu-LDAPI|ID|Using LDAP Over IPC Mechanisms|http://tools.ietf.org/html/draft-chu-ldap-ldapi-00 !endblock openldap-2.4.45+dfsg/doc/guide/README0000644000175000017500000000121313114071203015542 0ustar ryanryanThis module contains OpenLDAP guides in Simple Document Format (SDF). SDF is a freely available documentation system. Based on a simple, readable markup language, SDF generates high quality output in multiple formats. cd admin # OpenLDAP Administrator's Guide sdf -2topics index.sdf # generate HTML for WWW publishing sdf -2html guide.sdf # generate HTML for release sdf -2txt guide.sdf # generate TXT for release More information about STF can be obtained from the CPAN at: http://search.cpan.org/src/IANC/sdf-2.001/doc/catalog.html SDF itself can be obtained at: http://search.cpan.org/~ianc/sdf-2.001/ openldap-2.4.45+dfsg/doc/guide/plain.sdf0000644000175000017500000000104413114071203016465 0ustar ryanryan# $OpenLDAP$ # Copyright 1999-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. # template for plain documents !macro HTML_PRE_SECTION !endmacro !macro HTML_POST_SECTION !endmacro !macro HTML_HEADER !endmacro !macro HTML_FOOTER {{INLINE:}} {{INLINE:________________
}} [[c]] Copyright 2011, {{INLINE:OpenLDAP Foundation}}, {{EMAIL: info@OpenLDAP.org}} {{INLINE:
}} !endmacro openldap-2.4.45+dfsg/doc/guide/admin/0000755000175000017500000000000013114071613015762 5ustar ryanryanopenldap-2.4.45+dfsg/doc/guide/admin/appendix-recommended-versions.sdf0000644000175000017500000000154313114071203024414 0ustar ryanryan# $OpenLDAP$ # Copyright 1999-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. H1: Recommended OpenLDAP Software Dependency Versions This appendix details the recommended versions of the software that OpenLDAP depends on. Please read the {{SECT:Prerequisite software}} section for more information on the following software dependencies. H2: Dependency Versions !block table; align=Center; coltags="N,EX,EX"; title="Table 8.5: OpenLDAP Software Dependency Versions" Feature|Software|Version {{TERM[expand]TLS}}: |{{PRD:OpenSSL}}|0.9.7+ |{{PRD:GnuTLS}}|2.12.0 |{{PRD:MozNSS}}|3.12.9 {{TERM[expand]SASL}}|{{PRD:Cyrus SASL}}|2.1.21+ {{TERM[expand]Kerberos}}: |{{PRD:Heimdal}}|Version |{{PRD:MIT Kerberos}}|Version Threads: |POSIX {{pthreads}}|Version |Mach {{CThreads}}|Version TCP Wrappers|Name|Version !endblock openldap-2.4.45+dfsg/doc/guide/admin/appendix-ldap-result-codes.sdf0000644000175000017500000001702713114071203023617 0ustar ryanryan# $OpenLDAP$ # Copyright 2007-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. H1: LDAP Result Codes For the purposes of this guide, we have incorporated the standard LDAP result codes from {{Appendix A. LDAP Result Codes}} of {{REF:RFC4511}}, a copy of which can be found in {{F:doc/rfc}} of the OpenLDAP source code. We have expanded the description of each error in relation to the OpenLDAP toolsets. LDAP extensions may introduce extension-specific result codes, which are not part of RFC4511. OpenLDAP returns the result codes related to extensions it implements. Their meaning is documented in the extension they are related to. H2: Non-Error Result Codes These result codes (called "non-error" result codes) do not indicate an error condition: > success (0), > compareFalse (5), > compareTrue (6), > referral (10), and > saslBindInProgress (14). The {{success}}, {{compareTrue}}, and {{compareFalse}} result codes indicate successful completion (and, hence, are referred to as "successful" result codes). The {{referral}} and {{saslBindInProgress}} result codes indicate the client needs to take additional action to complete the operation. H2: Result Codes Existing LDAP result codes are described as follows: H2: success (0) Indicates the successful completion of an operation. Note: this code is not used with the Compare operation. See {{SECT:compareFalse (5)}} and {{SECT:compareTrue (6)}}. H2: operationsError (1) Indicates that the operation is not properly sequenced with relation to other operations (of same or different type). For example, this code is returned if the client attempts to StartTLS ({{REF:RFC4511}} Section 4.14) while there are other uncompleted operations or if a TLS layer was already installed. H2: protocolError (2) Indicates the server received data that is not well-formed. For Bind operation only, this code is also used to indicate that the server does not support the requested protocol version. For Extended operations only, this code is also used to indicate that the server does not support (by design or configuration) the Extended operation associated with the {{requestName}}. For request operations specifying multiple controls, this may be used to indicate that the server cannot ignore the order of the controls as specified, or that the combination of the specified controls is invalid or unspecified. H2: timeLimitExceeded (3) Indicates that the time limit specified by the client was exceeded before the operation could be completed. H2: sizeLimitExceeded (4) Indicates that the size limit specified by the client was exceeded before the operation could be completed. H2: compareFalse (5) Indicates that the Compare operation has successfully completed and the assertion has evaluated to FALSE or Undefined. H2: compareTrue (6) Indicates that the Compare operation has successfully completed and the assertion has evaluated to TRUE. H2: authMethodNotSupported (7) Indicates that the authentication method or mechanism is not supported. H2: strongerAuthRequired (8) Indicates the server requires strong(er) authentication in order to complete the operation. When used with the Notice of Disconnection operation, this code indicates that the server has detected that an established security association between the client and server has unexpectedly failed or been compromised. H2: referral (10) Indicates that a referral needs to be chased to complete the operation (see {{REF:RFC4511}} Section 4.1.10). H2: adminLimitExceeded (11) Indicates that an administrative limit has been exceeded. H2: unavailableCriticalExtension (12) Indicates a critical control is unrecognized (see {{REF:RFC4511}} Section 4.1.11). H2: confidentialityRequired (13) Indicates that data confidentiality protections are required. H2: saslBindInProgress (14) Indicates the server requires the client to send a new bind request, with the same SASL mechanism, to continue the authentication process (see {{REF:RFC4511}} Section 4.2). H2: noSuchAttribute (16) Indicates that the named entry does not contain the specified attribute or attribute value. H2: undefinedAttributeType (17) Indicates that a request field contains an unrecognized attribute description. H2: inappropriateMatching (18) Indicates that an attempt was made (e.g., in an assertion) to use a matching rule not defined for the attribute type concerned. H2: constraintViolation (19) Indicates that the client supplied an attribute value that does not conform to the constraints placed upon it by the data model. For example, this code is returned when multiple values are supplied to an attribute that has a SINGLE-VALUE constraint. H2: attributeOrValueExists (20) Indicates that the client supplied an attribute or value to be added to an entry, but the attribute or value already exists. H2: invalidAttributeSyntax (21) Indicates that a purported attribute value does not conform to the syntax of the attribute. H2: noSuchObject (32) Indicates that the object does not exist in the DIT. H2: aliasProblem (33) Indicates that an alias problem has occurred. For example, the code may used to indicate an alias has been dereferenced that names no object. H2: invalidDNSyntax (34) Indicates that an LDAPDN or RelativeLDAPDN field (e.g., search base, target entry, ModifyDN newrdn, etc.) of a request does not conform to the required syntax or contains attribute values that do not conform to the syntax of the attribute's type. H2: aliasDereferencingProblem (36) Indicates that a problem occurred while dereferencing an alias. Typically, an alias was encountered in a situation where it was not allowed or where access was denied. H2: inappropriateAuthentication (48) Indicates the server requires the client that had attempted to bind anonymously or without supplying credentials to provide some form of credentials. H2: invalidCredentials (49) Indicates that the provided credentials (e.g., the user's name and password) are invalid. H2: insufficientAccessRights (50) Indicates that the client does not have sufficient access rights to perform the operation. H2: busy (51) Indicates that the server is too busy to service the operation. H2: unavailable (52) Indicates that the server is shutting down or a subsystem necessary to complete the operation is offline. H2: unwillingToPerform (53) Indicates that the server is unwilling to perform the operation. H2: loopDetect (54) Indicates that the server has detected an internal loop (e.g., while dereferencing aliases or chaining an operation). H2: namingViolation (64) Indicates that the entry's name violates naming restrictions. H2: objectClassViolation (65) Indicates that the entry violates object class restrictions. H2: notAllowedOnNonLeaf (66) Indicates that the operation is inappropriately acting upon a non-leaf entry. H2: notAllowedOnRDN (67) Indicates that the operation is inappropriately attempting to remove a value that forms the entry's relative distinguished name. H2: entryAlreadyExists (68) Indicates that the request cannot be fulfilled (added, moved, or renamed) as the target entry already exists. H2: objectClassModsProhibited (69) Indicates that an attempt to modify the object class(es) of an entry's 'objectClass' attribute is prohibited. For example, this code is returned when a client attempts to modify the structural object class of an entry. H2: affectsMultipleDSAs (71) Indicates that the operation cannot be performed as it would affect multiple servers (DSAs). H2: other (80) Indicates the server has encountered an internal error. openldap-2.4.45+dfsg/doc/guide/admin/master.sdf0000644000175000017500000000426113114071203017751 0ustar ryanryan# $OpenLDAP$ # Copyright 1999-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. # # master file for the OpenLDAP Administrator's Guide # # # To generate guide for distribution: # sdf -2html guide.sdf # sdf -2txt guide.sdf # cp guide.{html,txt} $distribution/doc/guide # # To generate pages for web # sdf -2topics index.sdf # !include "../preamble.sdf"; plain # title information !include "title.sdf" PB: # Document copyright, publishing info, acknowledgements, preface !include "preface.sdf"; about PB: # Chapters !include "intro.sdf"; chapter PB: !include "quickstart.sdf"; chapter PB: !include "config.sdf"; chapter PB: !include "install.sdf"; chapter PB: !include "slapdconf2.sdf"; chapter PB: !include "slapdconfig.sdf"; chapter PB: !include "runningslapd.sdf"; chapter PB: !include "access-control.sdf"; chapter PB: !include "limits.sdf"; chapter PB: !include "dbtools.sdf"; chapter PB: !include "backends.sdf"; chapter PB: !include "overlays.sdf"; chapter PB: !include "schema.sdf"; chapter PB: !include "security.sdf"; chapter PB: !include "sasl.sdf"; chapter PB: !include "tls.sdf"; chapter PB: !include "referrals.sdf"; chapter PB: !include "replication.sdf"; chapter PB: !include "maintenance.sdf"; chapter PB: !include "monitoringslapd.sdf"; chapter PB: !include "tuning.sdf"; chapter PB: !include "troubleshooting.sdf"; chapter PB: # Appendices !include "appendix-changes.sdf"; appendix PB: # Upgrade from 2.3.x !include "appendix-upgrading.sdf"; appendix PB: # Common Errors !include "appendix-common-errors.sdf"; appendix PB: # What versions we recommend !include "appendix-recommended-versions.sdf"; appendix PB: # Real Deployments !include "appendix-deployments.sdf"; appendix PB: # Contributions !include "appendix-contrib.sdf"; appendix PB: # Config file examples !include "appendix-configs.sdf"; appendix PB: # LDAP Result Codes !include "appendix-ldap-result-codes.sdf"; appendix PB: # Terms !include "glossary.sdf"; appendix PB: # Autoconf !include "../release/autoconf.sdf"; appendix PB: # Software Copyright/License !include "../release/copyright.sdf"; appendix PB: !include "../release/license.sdf"; appendix openldap-2.4.45+dfsg/doc/guide/admin/appendix-deployments.sdf0000644000175000017500000000031213114071203022620 0ustar ryanryan# $OpenLDAP$ # Copyright 2007-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. H1: Real World OpenLDAP Deployments and Examples Examples and discussions openldap-2.4.45+dfsg/doc/guide/admin/tls.sdf0000644000175000017500000003134513114071203017263 0ustar ryanryan# $OpenLDAP$ # Copyright 1999-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. H1: Using TLS OpenLDAP clients and servers are capable of using the {{TERM[expand]TLS}} ({{TERM:TLS}}) framework to provide integrity and confidentiality protections and to support LDAP authentication using the {{TERM:SASL}} {{TERM:EXTERNAL}} mechanism. TLS is defined in {{REF:RFC4346}}. Note: For generating certifcates, please reference {{URL:http://www.openldap.org/faq/data/cache/185.html}} H2: TLS Certificates TLS uses {{TERM:X.509}} certificates to carry client and server identities. All servers are required to have valid certificates, whereas client certificates are optional. Clients must have a valid certificate in order to authenticate via SASL EXTERNAL. For more information on creating and managing certificates, see the {{PRD:OpenSSL}}, {{PRD:GnuTLS}}, or {{PRD:MozNSS}} documentation, depending on which TLS implementation libraries you are using. H3: Server Certificates The {{TERM:DN}} of a server certificate must use the {{EX:CN}} attribute to name the server, and the {{EX:CN}} must carry the server's fully qualified domain name. Additional alias names and wildcards may be present in the {{EX:subjectAltName}} certificate extension. More details on server certificate names are in {{REF:RFC4513}}. H3: Client Certificates The DN of a client certificate can be used directly as an authentication DN. Since X.509 is a part of the {{TERM:X.500}} standard and LDAP is also based on X.500, both use the same DN formats and generally the DN in a user's X.509 certificate should be identical to the DN of their LDAP entry. However, sometimes the DNs may not be exactly the same, and so the mapping facility described in {{SECT:Mapping Authentication Identities}} can be applied to these DNs as well. H2: TLS Configuration After obtaining the required certificates, a number of options must be configured on both the client and the server to enable TLS and make use of the certificates. At a minimum, the clients must be configured with the name of the file containing all of the {{TERM[expand]CA}} (CA) certificates it will trust. The server must be configured with the {{TERM:CA}} certificates and also its own server certificate and private key. Typically a single CA will have issued the server certificate and all of the trusted client certificates, so the server only needs to trust that one signing CA. However, a client may wish to connect to a variety of secure servers managed by different organizations, with server certificates generated by many different CAs. As such, a client is likely to need a list of many different trusted CAs in its configuration. H3: Server Configuration The configuration directives for slapd belong in the global directives section of {{slapd.conf}}(5). H4: TLSCACertificateFile This directive specifies the {{TERM:PEM}}-format file containing certificates for the CA's that slapd will trust. The certificate for the CA that signed the server certificate must be included among these certificates. If the signing CA was not a top-level (root) CA, certificates for the entire sequence of CA's from the signing CA to the top-level CA should be present. Multiple certificates are simply appended to the file; the order is not significant. H4: TLSCACertificatePath This directive specifies the path of a directory that contains individual {{TERM:CA}} certificates in separate files. In addition, this directory must be specially managed using the OpenSSL {{c_rehash}} utility. When using this feature, the OpenSSL library will attempt to locate certificate files based on a hash of their name and serial number. The {{c_rehash}} utility is used to generate symbolic links with the hashed names that point to the actual certificate files. As such, this option can only be used with a filesystem that actually supports symbolic links. In general, it is simpler to use the {{EX:TLSCACertificateFile}} directive instead. When using Mozilla NSS, this directive can be used to specify the path of the directory containing the NSS certificate and key database files. The {{certutil}} command can be used to add a {{TERM:CA}} certificate: > certutil -d -A -n "name of CA cert" -t CT,, -a -i /path/to/cacertfile.pem . This command will add a CA certficate stored in the PEM (ASCII) formatted . file named /path/to/cacertfile.pem. {{EX:-t CT,,}} means that the certificate is . trusted to be a CA issuing certs for use in TLS clients and servers. H4: TLSCertificateFile This directive specifies the file that contains the slapd server certificate. Certificates are generally public information and require no special protection. When using Mozilla NSS, if using a cert/key database (specified with {{EX:TLSCACertificatePath}}), this directive specifies the name of the certificate to use: > TLSCertificateFile Server-Cert . If using a token other than the internal built in token, specify the . token name first, followed by a colon: > TLSCertificateFile my hardware device:Server-Cert . Use {{EX:certutil -L}} to list the certificates by name: > certutil -d /path/to/certdbdir -L H4: TLSCertificateKeyFile This directive specifies the file that contains the private key that matches the certificate stored in the {{EX:TLSCertificateFile}} file. Private keys themselves are sensitive data and are usually password encrypted for protection. However, the current implementation doesn't support encrypted keys so the key must not be encrypted and the file itself must be protected carefully. When using Mozilla NSS, this directive specifies the name of a file that contains the password for the key for the certificate specified with {{EX:TLSCertificateFile}}. The modutil command can be used to turn off password protection for the cert/key database. For example, if {{EX:TLSCACertificatePath}} specifes /etc/openldap/certdb as the location of the cert/key database, use modutil to change the password to the empty string: > modutil -dbdir /etc/openldap/certdb -changepw 'NSS Certificate DB' . You must have the old password, if any. Ignore the WARNING about the running . browser. Press 'Enter' for the new password. H4: TLSCipherSuite This directive configures what ciphers will be accepted and the preference order. {{EX:}} should be a cipher specification for OpenSSL. You can use the command > openssl ciphers -v ALL to obtain a verbose list of available cipher specifications. Besides the individual cipher names, the specifiers {{EX:HIGH}}, {{EX:MEDIUM}}, {{EX:LOW}}, {{EX:EXPORT}}, and {{EX:EXPORT40}} may be helpful, along with {{EX:TLSv1}}, {{EX:SSLv3}}, and {{EX:SSLv2}}. To obtain the list of ciphers in GnuTLS use: > gnutls-cli -l When using Mozilla NSS, the OpenSSL cipher suite specifications are used and translated into the format used internally by Mozilla NSS. There isn't an easy way to list the cipher suites from the command line. The authoritative list is in the source code for Mozilla NSS in the file sslinfo.c in the structure > static const SSLCipherSuiteInfo suiteInfo[] H4: TLSRandFile This directive specifies the file to obtain random bits from when {{FILE:/dev/urandom}} is not available. If the system provides {{FILE:/dev/urandom}} then this option is not needed, otherwise a source of random data must be configured. Some systems (e.g. Linux) provide {{FILE:/dev/urandom}} by default, while others (e.g. Solaris) require the installation of a patch to provide it, and others may not support it at all. In the latter case, EGD or PRNGD should be installed, and this directive should specify the name of the EGD/PRNGD socket. The environment variable {{EX:RANDFILE}} can also be used to specify the filename. Also, in the absence of these options, the {{EX:.rnd}} file in the slapd user's home directory may be used if it exists. To use the {{EX:.rnd}} file, just create the file and copy a few hundred bytes of arbitrary data into the file. The file is only used to provide a seed for the pseudo-random number generator, and it doesn't need very much data to work. This directive is ignored with GnuTLS and Mozilla NSS. H4: TLSDHParamFile This directive specifies the file that contains parameters for Diffie-Hellman ephemeral key exchange. This is required in order to use DHE-based cipher suites, including all DSA-based suites (i.e. {{EX:TLSCertificateKeyFile}} points to a DSA key), and RSA when the 'key encipherment' key usage is not specified in the certificate. Parameters can be generated using the following command > openssl dhparam [-dsaparam] -out or > certtool --generate-dh-params --bits --outfile This directive is ignored with Mozilla NSS. H4: TLSVerifyClient { never | allow | try | demand } This directive specifies what checks to perform on client certificates in an incoming TLS session, if any. This option is set to {{EX:never}} by default, in which case the server never asks the client for a certificate. With a setting of {{EX:allow}} the server will ask for a client certificate; if none is provided the session proceeds normally. If a certificate is provided but the server is unable to verify it, the certificate is ignored and the session proceeds normally, as if no certificate had been provided. With a setting of {{EX:try}} the certificate is requested, and if none is provided, the session proceeds normally. If a certificate is provided and it cannot be verified, the session is immediately terminated. With a setting of {{EX:demand}} the certificate is requested and a valid certificate must be provided, otherwise the session is immediately terminated. Note: The server must request a client certificate in order to use the SASL EXTERNAL authentication mechanism with a TLS session. As such, a non-default {{EX:TLSVerifyClient}} setting must be configured before SASL EXTERNAL authentication may be attempted, and the SASL EXTERNAL mechanism will only be offered to the client if a valid client certificate was received. H3: Client Configuration Most of the client configuration directives parallel the server directives. The names of the directives are different, and they go into {{ldap.conf}}(5) instead of {{slapd.conf}}(5), but their functionality is mostly the same. Also, while most of these options may be configured on a system-wide basis, they may all be overridden by individual users in their {{.ldaprc}} files. The LDAP Start TLS operation is used in LDAP to initiate TLS negotiation. All OpenLDAP command line tools support a {{EX:-Z}} and {{EX:-ZZ}} flag to indicate whether a Start TLS operation is to be issued. The latter flag indicates that the tool is to cease processing if TLS cannot be started while the former allows the command to continue. In LDAPv2 environments, TLS is normally started using the LDAP Secure URI scheme ({{EX:ldaps://}}) instead of the normal LDAP URI scheme ({{EX:ldap://}}). OpenLDAP command line tools allow either scheme to used with the {{EX:-H}} flag and with the {{EX:URI}} {{ldap.conf}}(5) option. H4: TLS_CACERT This is equivalent to the server's {{EX:TLSCACertificateFile}} option. As noted in the {{SECT:TLS Configuration}} section, a client typically may need to know about more CAs than a server, but otherwise the same considerations apply. H4: TLS_CACERTDIR This is equivalent to the server's {{EX:TLSCACertificatePath}} option. The specified directory must be managed with the OpenSSL {{c_rehash}} utility as well. If using Mozilla NSS, may contain a cert/key database. H4: TLS_CERT This directive specifies the file that contains the client certificate. This is a user-only directive and can only be specified in a user's {{.ldaprc}} file. When using Mozilla NSS, if using a cert/key database (specified with {{EX:TLS_CACERTDIR}}), this directive specifies the name of the certificate to use: > TLS_CERT Certificate for Sam Carter . If using a token other than the internal built in token, specify the . token name first, followed by a colon: > TLS_CERT my hardware device:Certificate for Sam Carter . Use {{EX:certutil -L}} to list the certificates by name: > certutil -d /path/to/certdbdir -L H4: TLS_KEY This directive specifies the file that contains the private key that matches the certificate stored in the {{EX:TLS_CERT}} file. The same constraints mentioned for {{EX:TLSCertificateKeyFile}} apply here. This is also a user-only directive. H4: TLS_RANDFILE This directive is the same as the server's {{EX:TLSRandFile}} option. H4: TLS_REQCERT { never | allow | try | demand } This directive is equivalent to the server's {{EX:TLSVerifyClient}} option. However, for clients the default value is {{EX:demand}} and there generally is no good reason to change this setting. openldap-2.4.45+dfsg/doc/guide/admin/aspell.en.pws0000644000175000017500000003714313114071203020401 0ustar ryanryanpersonal_ws-1.1 en 1687 commonName bla Masarati subjectAltName api usnCreated BhY olcSyncRepl olcSyncrepl adamsom adamson CER intermediateResponse bjensen cdx CGI DCE DAP chainingRequired arg ddd DAs TLSCACertificateFile BNF TLSDHParamFile ppolicy gavin ASN ava Chu del libexecdir DDR numericoid dsaschema ECC cli DIB dev reqNewSuperior librewrite memberof memberOf BSI updateref buf changetype dir EGD pwdMustChange Debian dit AlmostASearchRequest EXEEXT edu Heimdal organizationalPerson olcTimeLimit CAPI tokenization INSTALLFLAGS CRL reqcert CRP postread csn laura checkpass xvfB neverDerefaliases dns DN's DNs dn's cdef Helvetica DOP requestdata gcc gecos reqData CWD ando reqDeleteOldRDN DSA dontusecopy msgfree DSE keycol dlopen eng AttributeValue attributevalue DUA EOF inputfile DSP refreshDone dst NOSYNC env pagedResultsControl dup hdb LDIFv syslog monitorTimestamp subschemaSubentry interoperate gid testdb gif memfree struct dirsync IAB fmt SysNet olcConstraintAttribute GHz Bint memalloc FSF usernames strtol idl IDN DESTDIR iff contextCSN auditModify auditSearch OpenLDAP openldap resultcode resultCode sysconfig indices blen APIs lresolv uidObject Contribware directoryString database's iscritical qbuaQ gss ZKKuqbEKJfKSXhUbHG employeeType invalidAttributeSyntax subtree Kartik newparent DkMTwBl memcalloc ing filtertype ini XKqkdPOmY regcomp ldapmodify includedir IPC resync ldapsearch reqAttr dynlist args hardcoded pgsql argv kdz notAllowedOnRDN hostport StartTLS starttls ldb servercredp ldd IPv ipv hyc joe bindmethods armijo ldp ISP len carLicense Choi Clatworthy scherr virtualnamingcontext ITU XXXX Stringprep Apurva labeledURI DEFS MDn attrstyle directoryOperation creatorsName mem oldPasswdFile oldpasswdfile uniqueMember krb libpath acknowledgements jts createTimestamp MIB LLL OpenSSL openssl LOF AVAs associatedDomain organizationalRole initgroups olcDbCachesize olcDbCacheSize ETCDIR colaligns olcReadOnly olcReadonly reqResult LDAPMatchingRule bool LRL CPPFLAGS yWpR schemadir desc lud newrdn LRU memvfree dbtools nis rewriteRule postoperation LVL oid msg attr TmkzUAb caseExactOrderingMatch Subbarao aeeiib oidlen submatches PEM olc OLF PDU LDAPSchemaExtensionItem auth Pierangelo authzFrom pid subdirectories OLP pwdPolicyChecker subst mux singleLevel cleartext numattrsets requestDN caseExactSubstringsMatch NSS PKI olcSyncProvConfig ple jones NTP auditModRDN checkpointing NUL num objectIdentifierMatch sharedstatedir png CPAN OSI extendedop distinguishedName distinguishedname preinstalled rfc LDAPCONF rdn wZFQrDD OTP olcSizeLimit PRD sbi pos pre sudoadm stringal retoidp sdf efgh PSH accesslog sed cond qdescrs modifyDN conf ldapmodrdn sel bvec HtZhZS TBC stringbv SHA Sep ptr conn pwd DISP newsup rnd TCL shm DITs tcp INCPATH RPC myOID supportedSASLMechanism supportedSASLmechanism realnamingcontext UCD SMD keytab portnumber uncached slp derefInSearching UMich's TGT numbits sasldb UCS searchDN keytbl UDP tgz freemods prepend nssov errText groupnaam UFl src matchedDN ufn allusersgroup FIXME sql uid crit objectClassViolation ssf ldapfilter vec TOC rwm pwdChangedTime tls peernamestyle xpasswd SRP tmp SSL dupbv CPUs itsupport SRV entrymods sss rwx reqNewRDN nopresent rebindproc olcOverlayConfig str syncIdSet cron accesslevel czBJdDqS accessor's keyval alloc saslpasswd README QWGWZpj maxentries ttl undefinedAttributeType peercred sys allop memberUid CSNs wildcards uri tty url sambaGroupMapping XED sortKey UTF vlv TXN usn auditExtended usr txt UTR XER roomNumber olcDbIDLcacheSize namespace LDAPControl dbconfig olcAttributeOptions dsaparam searchResult ctrl ldapwhoami extensibleObject clientctrls monitorServer MANCOMPRESSSUFFIX memberAttr multiclassing memberURL sudoers pwdMaxFailure pseudorootdn MezRroT GDBM LIBRELEASE DSA's DSAs realloc booleanMatch compareTrue mySQL passwd printf idassert rwxrwxrwx al realself cd aQ ar olcDatabaseConfig de derated auditDelete cn ee versa cp bv eg fd dn fG DS fi EO allmail du eq pwdAllowUserChange dx et eu syncUUIDs hh regexec IG msgidp noEstimate kb organizationalUnit Warper logfilter io ip referralsRequired ld Matic regexes subfinal pseudorootpw md preread pwdMinLength iZ ldapdelete xyz rdbms RDBMs extparam mk ng oc FIPS NL logfiles mr octetStringSubstringsMatch ok mv LTVERSION someotheruserid rc realdn ou yyy sb enum auditContext QN contrib RL errMatchedDN auditContainer ro rp th sn ru UG ss behera TP su invalidCredentials tt wildcard wi syslogd newPasswd xf deallocation whitespaces retdatap attrlist Vu Za PDkzODdASFxOQ MyOrganization ws cacert notAllowedOnNonLeaf attrname olcTLSCipherSuite Xr x's xw octetStringMatch mechs ZZ LDVERSION testAttr backend backends backend's BerValues Solaris structs reqTimeLimit judgmentday reqAuthzID errp ostring policyDN testObject pwdMaxAge binddn bindDN bindDn distributedOperation schemachecking strvals dataflow robert fqdn prtotal admittable Makefile IANA localhost offsite bindir fred olcUpdateref bindwhen UMLDAP searchResultDone MAXLEN pwdInHistory realtime reqAttrsOnly sysconfdir searchResultReference olcAttributeTypes everytime protocolError errno errOp serverctrls recursivegroup BlpQmtczb integerMatch moduledir dynstyle bindpw AUTHNAME UniqueName blahblah saslmech pthreads IEEE regex SIGINT slappasswd errABsObject errAbsObject ldapexop objectIdentifier objectidentifier deallocators mirrormode MirrorMode loopDetect SIGHUP authMethodNotSupported IDNA bvecfree pwdLockoutDuration attrset displayName subentry reqScope oldPasswd exop filtercomp expr syntaxes memrealloc returncode returnCode OpenLDAP's exts bitstringa caseIgnoreOrderingMatch searchFilterAttrDN func jane IESG llber attrval ietf olcSchemaConfig bitstrings bvalues hmev realdnattr attrpair affectsMultipleDSAs Preprocessor lastName lldap cachesize slapauth attributeType attributetype GSER olcDbNosync typedef bjorn datagram strcasecmp selfstyle preoperation FQDNs exopPasswdDN userid subentries monitoredObject TLSVerifyClient noidlen LDAPNOINIT henry pwdGraceAuthnLimit pwdGraceAuthNLimit hnPk userpassword userPassword noanonymous LIBVERSION anyuser symas dcedn glibc sublevel chroot posixGroup nretries testgroup ldaphost frontend someotherdomain proxying IMAP organisations rewriteMap monitoredInfo modrDN ModRDN modrdn HREF DQTxCYEApdUtNXGgdUac inline ConnSettings ShowSystemTables multiproxy reqSizeLimit kerberos loglevel bvstrdup reqReferral rlookups siiiib LTSTATIC timelimitExceeded timeLimitExceeded XKYnrjvGT subtrees unixODBC hostnames AutoConfig libtool submatch reqDN dnstyle inet schemas pwdPolicySubentry pwdPolicySubEntry reqId backsql scanf olcBackend TLSCACertificatePath Arial init runtime onelevel YtNFk impl Autoconf stderr ascii MANCOMPRESS authPassword attrdescN aspell allusers statslog alwaysDerefAliases RELEASEDATE olcModuleList pwdSafeModify html GCmfuqEvm multimaster testrun olcUniqueURI rewriteEngine slapdindex LTFINISH olcOverlay lber serverID blogs numResponses lang POSIX pathname noSuchObject proxyOld BerElement berelement sbiod plugin http olcModuleLoad ldap ldbm numericStringSubstringsMatch internet storages WhoAmI whoami criticality addBlanks logins syncrepl dbnum operationsError homePhone octetStringOrderingMatch testTwo BmIwN ldif entryAlreadyExists plaintext someoneelse errDisconnect UserName username accessee LDAPURLDesc ISOC IRTF jpeg ktadd tuple refint makeinfo chmod auditWriteObject Jong addressbooks setspec syncprov dctree hallvard cctrls debuglevel dSAOperation datadir slapadd reqFilter matcheddomain CThreads slapacl requestName randkey Cryptosystem groupOfNames themself jsmith filesystems lineno SASL's lockdetect addrdnvalues Hyuk rewriteContext soelim slapdconfig entrylimit departmentNumber immSupr addressbook pidfile online logold proxyattrset proxyAttrSet proxyAttrset mary crlcheck olcBdbConfig kadmin mech slapcat insufficientAccessRights XDEFS olcDbLinearIndex MKDEPFLAG rootdns caseExactIA notypes numericStringMatch octothorpe lltdl rootDSE rootdse logops rewriter chown attributeUsage slapdconf olcDbUri subany Authorizaiton bvalue manpage olcLimits PRNGD BerVarray abcdefgh matchingrule matchingRule modifiersName inetOrgPerson inetorgperson secprops logdb postaladdress postalAddress quanah ManageDsaIT manageDSAit subinitial procs varchar RDBMSes XLDFLAGS caseExactMatch urldesc usnChanged liblutil olcObjectIdentifier subdir suffixmassage auditAdd pwdMinAge olcModulePath URLattr reqSession login RetCodes userApplications NDBM newSuperiorDN browseable auditBind setstyle newSuperior newsuperior concat realanonymous invalue refreshOnly pwcheck filesystem Naur unwillingToPerform PhotoURI MyCompany mkdep idlcachesize irresponsive PasswordModify readOnly readonly CLDAP proto mkdir peername pwdFailureTime compareDN reqVersion negttl logevels AAQSkZJRgABAAAAAQABAAD strcast aUihad failover constraintViolation cacheable sambaPwdCanChange errCode queryid olcReferral dynacl mkln structuralObjectClass proxyAuthz config IDSET odbc searchFilter wholeSubtree SASLprep nisMailAlias libodbcpsqlS OxObjects attributeDescription groupnummer lsei kurt OrgPerson generalizedTime filename pwdCheckQuality methodp Verdana deref proxied endmacro backload ECHOPROMPT bvarray ltdl slapdconfigfile modv ObjectClassDescription truelies slurpd basename groupOfUniqueNames DHAVE oPdklp ludp entryUUID ldapapiinfo SampleLDAP compareAttrDN lssl newentry applicatio addpartial confdir entryDN pwdFailureCountInterval XXXLIBS Kumar LTHREAD distinguishedNameMatch timestamp UUIDs olcDbCheckpoint LTINSTALL gssapi continuated localstatedir devel errcodep Elfrink olcPidFile attribute's pPasswd metadirectory Mitya myObjectClass OIDs oids sermersheim chainingPreferred CFLAGS minssf ModName attrs typeA objclasses typeB nelems subord namingViolation PCOq inappropriateAuthentication mixin suders syntaxOID olcTLSCACertificateFile IGJlZ userPrincipalName TLSCipherSuite auditlog runningslapd myLDAP myldap configs datasource refreshAndPersist authc PENs referralDN MANAGERDN noop errObject XXLIBS reqAssertion nops PDUs baseObject bvecadd perl inplace lossy pers authz pwdReset wrscdx adminLimitExceeded LDAPMessage serverctrlsp simplebinddn nonleaf compareFalse lsasl caseIgnoreSubstringsMatch AUTOREMOVE mydc searchResultEntry PIII olcDbShmKey substr testsaslauthd reqRespControls XXXXXXXXXX MANSECT bindmethod KTNAME referralsp pwdExpireWarning suretecsystems timeval LTLINK gsMatch attributeTypes pwdCheckModule olcDatabase PKCS syncuser oOjM extern dcObject supportedControl addprinc logbase oMxg filterlist generalizedTimeMatch strongAuthRequired Kovalev Google sessionlog balancer NSSR PKIX urandom derefFindingBaseObj Poitou dereferencing dereferenced ORed caseIgnoreSubstrin superset Locators qdstring olcAccess dereferences shoesize monitorContext RDBM PostgreSQL ppErrStr olcFrontendConfig aliasDereferencingProblem gsskrb unindexed whitespace seeAlso monitorRuntimeConfig olcAuditlogFile namingContexts referralAttrDN idlecachesize moddn calloc LDFLAGS attributeOrValueExists olcHdbConfig bsize auditObject dnssrv dynamicObject objectclass objectClass sizeLimitExceeded accountadm reqControls modme shtool aXRoIGEgc RDNs rdns modifyTimestamp objectIdentiferMatch sleeptime derefAliases pagedResults denyop sctrls ldapport octetString repl FakeOidIndex ERXRTc LxsdLy lastmod integerOrderingMatch sambaGroupType RowVersioning searchEntryDN pwdLockout sbin olcSuffix sbio posp TLSCertificateKeyFile george LDAPSyntax apache's scdx someuserid attrtype msgtype pathtest ldapcompare coltags sasl unixusers bvfree xeXBkeFxlZ priv proxyTemplates FileUsage bvals givenName givenname jensen auditReadObject proc unavailableCriticalExtension slapdn noSuchAttribute retcode slapds slapd's DLDAP TABs dyngroup pathspec domainstyle requestoid rpath Blowfish dryrun Poobah searchable SDSE olcDbDirectory ludpp spellcheck logsuccess lucyB entryUUIDs reqEntries sockbuf wrongpassword olcSaslSecprops olcSaslSecProps dnSubtreeMatch conns pcache ChangeLog changelog ursula monitorConnectionLocalAddress requestor's requestors TLSCertificateFile pwdPolicy infodir suretec tbls const bvdup mkversion olcDbSearchStack numericStringOrderingMatch checkpointed strongerAuthRequired treedelete olcObjectClasses berptr errSleepTime substrings slapd sambaNTPassword slapi lcrypto slapo mwrscdx credlen deleteDN substring prepending sldb credp numEntries searchBase searchbase berval slen metadata lookup databasetype rewriteRules smbk userCertificate entryCSN errAuxObject replogfile reloadhint reloadHint moduleload hasSubordinates ShowOidColumn contextp LDAPModifying nameAndOptionalUID addDN berval's bervals passwdfile reqDerefAliases authcDN groupstyle cancelled stateful proxytemplate proxyTemplate entryExpireTimestamp referralsPreferred authcID authcid AuthcId MChAODQ lookups GnuTLS gnutls MozNSS MOZNSS moznss LTONLY SNMP timelimit UCASE thru saslauthd logpurge SMTP srvtab ldapadd spasswd sprintf monitorCounterObject Instanstantiation olcDbConfig olcLastMod vals param matcheddnp malloc XLIBS freeit invalidDNSyntax sambaSID zeilenga addAttrDN syncdata somedomain attrsonly attrsOnly numericString libexec entryCSNs noprompt LTCOMPILE ldapbis SSHA mandir RXER SSFs auditCompare pEntry strongAuthNotSupported endblock LDAPAVA startup sharedemail olcReplicationInterval TLSv libtool's slapindex rscdx dhparam subr SSLv SIGTERM liblunicode uint stringa reindex stringb lutil inetd SERATGCgaGBYWGDEjJR wahl olcDbQuarantine reqEnd modifyAttrDN monitorContainer searchstack cachefree errUnsolicitedOID WebUpdate RelativeLDAPDN URLlist monitorInfo argsfile attrvalue deallocate autogroup msgid ilOzQ modulepath logfile Supr inappropriateMatching SUPs myAttributeType BerValue basedn baseDN bvstr replog adressbooks databasenumber subschema PhotoObject INADDR pthread errlist olcDbIndex olcDbindex ldapext caseIgnoreMatch suffixalias sbindir gidNumber LDAPSync bitstring objclass oplist libodbcpsql LDAPObjectClass sockurl somevalue businessCategory getpid monitorIsShadow confidentialityRequired groupOfURLs preallocated hostname TTLs attrdesc ghenry odbcinst reqType slapover BerkeleyDB's attributename lwrap reqStart errUnsolicitedData objectclasses objectClasses countp dereference sizelimit use'd rootdn RootDN LTFLAGS Bourne URIs pwdAttribute uppercased cacertdir ciphersuite URL's urls olcAuditLogConfig reqMod joebloggs pwdHistory entryTtl olcIdleTimeout TLSRandFile unmassaged LDAPMod ldapmod srcdir someSSHAdata whsp exattrs reqOld kbyte monitorCounter quickstart UUID olcConstraintConfig roleOccupant rootpw veryclean syslogged olcRootDN idletimeout sockname telephoneNumber telephonenumber objectClassModsProhibited nattrsets saslargs OBJEXT LDAPAttributeType newpasswdfile newPasswdFile boolean liblber ucdata toolsets builddir builtin matcheduid Locator ldapmaster olcMirrorMode libldap refreshDeletes aliasProblem eMail outvalue LDAPRDN olcBackendConfig wBDABALD libdir deleteoldrdn abcd olcRootPW dnattr Servername AttributeTypeDescription strdup domainScope prepended saslBindInProgress olcDbMode selfwrite olcLdapConfig pwdGraceUseTime titleCatalog woid organizationPerson ldaptcl INCDIR ACDF realusers ranlib eatBlanks reqMessage paramName ctrlp freebuf ctrls firstName ABNF dnpattern perror MSSQL VUld SmVuc ACIs errmsgp authzDN gunzip jpegPhoto supportedSASLMechanisms ACLs reqMethod authzId authzid authzID hasSubordintes proxyCache proxycache slaptest olcLogLevel LDAPDN XINCPATH monitoringslapd babs DSAIT olcHidden mySNMP metainformation BerkeleyDB ldapuri auditAbandon RANDFILE ldapurl strlen pwdAccountLockedTime searchAttrDN dbcache sambaPwdLastSet wBDARESEhgVG multi aaa ldaprc UpdateDN updatedn LDAPBASE LDAPAPIFeatureInfo authzTo valsort plugins Diffie ldappasswd olcGlobal ABI aci endif unescaped acl ADH olcPasswordHash ldapc loopback ldapi BDB's GETREALM functionalities noplain NOECHOPROMPT AES ldaps notoc bdb LDAPv IPsec olcServerID BCP baz params generalizedTimeOrderingMatch ber slimit ali attributeoptions BfQ uidNumber CA's CAs namingContext mdb lmdb LMDB LMDB's MDB openldap-2.4.45+dfsg/doc/guide/admin/allusersgroup-en.png0000644000175000017500000010251713114071203022000 0ustar ryanryan‰PNG  IHDRö2»˜qsBIT|dˆ pHYsŽŽ'éwtEXtSoftwarewww.inkscape.org›î< IDATxœìu˜^ÅõÇ?ßݸbX‚w î^\ -—Ê/Ò"¥´P¤ÅÅ­8âNH!qwÝóûãÌÍÎÞ}ß•d#î÷yîó¾wæŒÜ¹sçÌœ9sŽÌŒ ë$u.\ÛõÈ!C† Õ5Öv2”B'ྵ]‰ 2dÈPí°ðÏŒ±¯{˜dfÝ×v%2dÈ!Cõ‚$ Ör=2dÈ!C† UˆŒ±gÈ!C† ë2Æ^M épI7†ëzI§KÚGRÍ´í]ûq7HÚcÍÔzõBÒ­’>ˆîïôÎÚ¬S†µ IoHº}m×c]†¤o$¿ò=MÒwUo†Ê#cìÕ'·û‡†ÿ]a’ÎHÑ Ü ¼(©v*îN`ÿÕ\×5…†ÀeÜgøå¡)Þ2äG  îjÈ·NÈ;ÃZFÆØ«Æ™ÙÉfv‚™íl| ¼&éÐí pyUWB‰†ÆJƯDyk¤Ÿ–WNEžKRAš®²õ¯êö«êró•w'Iç¦Ân•ô\tÿ€¤û%Ý,i40[ÒKeõÛ®…¤÷ñö.éÒ4…’þúåÒЮÿ^™v ùÕ”t·¤‘x*éÔ(þ_’þ'©0 »GÒÇ’j…ûßKŽ·ÙIŸ$ßRˆ¯ÚûhIïš!á¾~èÓ$M’tQ”®A”î`®¤‘’.(ç™j‡öžékIÇU -n”ô30CÒ+@ƒ4íÂX0GÒ"I$mY^Þe”y„¤~ø;_ ©—¤æ!NQZúDºïu•t~øæ§IúIÒÅòÉê?%ý¾Õ?¯l×dÇÝÖ¼<,©™Í‹Â®~Ü‘'íQÀm”ž¬€¤]€>ÀcÀï€ÅÀIKà4`sàz &ð ðpzÈc3àÊržc„™=þ×^®,Ôó!I£ÍìýròI°)ž¹7¶Žîo t'ãí)9@½ lÜ |üøHÒ.fö.~Üèüoï™À¹À)ÀyÀ÷ÀfÀÎù**iC ðM¨Ë&ø;{8(5Z§’Ö å†|êãï³,Ì4³ûý6ÀGÀ+ÀÙ@;à™g"®­•zÆëpæ{6ðoà?ÀÓÀ9À=’–˜Ùc!í–¸x©>ÿþ2³%!yÀoŸ€í€?oKÚÕÌ–ã}v[¼]Ÿe]·ýàK|»íRà IÌl"Þ¶ž õ¼¸xNÒ3ëœçùžvnâ}ö=I{™Ùà\ $]èÿ†#—÷àßjB³'¾èøg¨ëb¼/+ÄïÚ¯, 0³·ýÀ'øwq^ˆ?ŒâêŸð-ʇ€7ð±êIs¢1c+ࡎÎÄûðqÀdàdàhà®Ð®ýË©ß:‰Œ±¯…,Û jf¶@Ò]À’3³©9Ò¾ üPNþÆÏ×_…NÑ4ÎL2ˆék㌿,Ìêþ Îäü(©p> W:šÙpß;‰´p"p¸™u Át >Å„—Íì¯QÚöÀ—fÖ'ÍÀü|øÞ†§˜ÙôÇ<|À? ʧ<R~;Ç—kYÀ…æf(¿‘Ôx Gº×Íì®äF®¸ØÍÌ’v"© >Yz,Gú²Ð8ÓÌfý%Õž•Ô&bª+ é``à(3û4„]ŒO¢šVøÄðN3{#ÿŒOд¤üöªòÛ· yf”ߟ%ÊégfS$|"i®ër“™}ždffODyÿ,— v dŸïdf÷†²ïÀ'(ËÌì¶v>AhOît5³;Âÿk$í‡O J1öðž œ`f‰"êÍr©Ô!ÿ\ø#ðnTεá{Ù&¢¹cfˆÂFGÿP~ÛŒþß 4³»£°á9ܼbf·„¸ß…绉’cÆ·fö!Ý7¸ôi3K&‘_È¥ƒ‡ã“·j‡Œ±¯h~gæˆ{_1ÜŠâ%`fC¡åä¿å3Ó Sl(Iæø‰ògç+ ×ö¿ ø¾J­ƒ3­ªþОþ.é$àà93›âö–竤q!¥Wy¥î_>”‹€ÿÎ”ÔØÌfW¢ƒSOП¬î ”bì8\B43³aA4œ`gü]½—¯Ðx2VìêtRJTݘÀüCž]$ݯ?0³ęȷ8nÇ¿«!OáL.fì+N|˜Ù’–¤ÂfHl”ªg—÷ç’{EÀé’~…×¥$“Žë_7ÔõžTTçTšÝ7ó”‹™õ&zeA®§²+.É…qiÜg©ðÏ(¹Àø0ªÃI?â?c|Mév­6Èûú€äÍl™¤Û€ç%ýs%ó¯ï«–…tüòøFR"^- C£ÙøŸñÃeÀ0`p?þqWiQ|‰Sfö°¤÷€KÂu—¤Ëͬ#¾¢Xô 1ÝI©|ǧòí.iSà"|rò'I¤¤1já"Ú‹ð‰E­Š>OXm?™§ŒÓ‚nø ^˜ŠÏ7.ÄÏX®t“û ×9`~ê~ÞæµrЂo÷,ÆßO¾|ê„ß¹yò@Ò-”±Ep»™ êãýºgªÜTo…׿ž¤3+ å5Æ'NŸâÛ:‰´lLx¦ézåKD÷1r½“|íØïc=)ùÍvrIøÀû‡r”“~‡urÔw$ˆK:ÊBW3{ïk5È?%Ï—ëÙk& Œ–Σ(GX®v­6È{5G´wýRjÕã5|ÿéΕ,æà$\Ôµ²XLiñ}1³< x!y&{lS*Qæ4|eãˆ4‘™Â%·Jú;ÞVñ箇ŸFÈ·?™aúOàŸ’N^’twjUžààIõÌlAk3ÁdðŸ l3ŠϳœòÛ9fBßç–“g®g["i.®Œ•ÑŽÀ÷ð¦0 —8Ä8œ’"V€v©g?X¿'7~ÂÅ÷û¤á[hÑ$«ßñ}×\˜LùÇã‡ßoq3ÛÌ^ËG,Wâ;ïïã}+ÙÂØhüÑÌ&úÓ)=¹ZŽï1Ç÷ùÚñœ)N©¨îŠ™Í•4%äûjªœtÞ'’_çcå÷Õi¡Ì¥’~ÀÇ¡\ú@cñ‰ðáD+r¼?/cl\?afÙµŽ\83é˜'îa|?i;| <0fâmãˆönà§Tú£ñA9pUþk W9õ:_}Ü´a»›†ÿÿÀ÷ã4G†4ZɶxWjlˆï×-úG4÷}£ûžÑ}¢°s8Π/ÁWB|>)jîàñËá¾ßRø"´_aHs Ð!Ðìž³Uªþ›‡ÿ5qå»á@a;ßVhî· u}î+{}Ô4íBY—á«¡“qý 6\ÉvNÊ}8ß¶ù>ä¹ Ù6ÜožJ{ChÏKB}.Àu þÑ<„º{„÷x[(¯sDóRx·ÿÁ÷¼÷ m¿ËÖ¡½÷5€qñïö@›ðî–Dé^Ã'çà ¬pÄ*|£]qbx¯öŽŽ¾‹…¸¾ À±¡NI½â íÊПÚã qEÀ©¦vh全g¥ÂF×…ÿCº‰øvL\êµ8N‡Of. ÿúÙ`\¬ÞÇ÷ÃuK’4O‹îÿ Lʹ<<×´Ô˜c¸¤.+v6^ɶ??´åM@‹è›H¾ß‡Â³ŸŽo%\3ûK£<ÆÄ÷!l.•‰Ã:¯l?Y[ÐXûÉ®/¥#e3v ×b|ÅÒäk¤hK1öÞ-¤ûmÀ’ ÔíB|± W¶š ìâVcß ×_Š‹e?Ä5p+ÃØëâ{l†‹NûâZ³1cÿT§â¢ÄÏ€­£<6Ã÷h‹Âs/ ƒÇ)!>c9Ô}VÈw®è•Ä_3Å:QØI¡‹CyCp¥ž8ßÇ£ç\Ì*0öçÁ¸6ôìÐGNyîâó1öšø`º @‹pŽºÍ&ø~eÒo_Çxš±¿‚¯þÚ/6Í!ü€(l'œ¹/éÁ÷“cÆÞ$¼‹Dܺß÷^Ù¶jê¹<ä·(¼³ ñ‰á¤¾aàï¸Ò^ópÎ\ç‡>pzø_UŒý2`Å[9÷}‡DŒ=Üo ¼ÚhvxO“)9<Ý×ÆÇ«¢PÎwÀÿ1ö@wIÈ37¦êÓ•lÿðñ`qh»Ÿ …Ðþ/FuZŠ+/FéŒ]á&Ã:¹?vÌ좵[“Ü ,ÉÞá(ó£9«»ÌMùVR±ª²yl˜™Ïßgà?™ÙÂ<4õñgŸŒ·b±uYåÖÅÊM¶”ø]ÒÿpíÜÛRáIÏ· ªÍ‘os\BóSyuXÈÏ¢ÿhdfé}Ó\ôuñ:¶’Ç-“ø\203Ý!þ%`¹™] iüÙF¥h®ÃßA9ÒoƒŸÚ(k?·A¨ÃDË}:¤Rϼ5Î\ÆUö[ʇ[áG<«ä; û÷³ðUìç¡~e¶K*}½f6þL‰^@S|›l3û!•fC\ê4ºŒ| B¾Ëñ>²JÏNLlMØÞ³“Û?h·í¢U)«º!œê–í±g¨0‡^–f÷ê(3'3®dãʉŸ…ˆeÑÌÇWž•)w!¾’É…‰8óL§)·cZeæ” íé‹ROÄE˜/T„©‡ú,ÄÅÓùâ‹p SEòš‹óÓ(ÂXåJSnŸ ŽJ½¿rò[HI öʦ_ŽoͬfW©oÕ\¿!WµÆW´¥ŽÅ†‰Z.‘˜¦ˆ*|V3[†+Ôæ‹ŸKù'}ÖkdŒ=C†µ3»bm×!ÂV8Ólk¾¿‚ï¡®30³­í:üRanã¡, Ö1d¢øuëº(>C† 2¬»HDñ™­ø 2dÈa=BÆØ3dÈ!C†õcÏ!C† Ö#dŒ=C¥!éô`_9¹?[R>ËV2dÈa "cìVuq ê|÷2dÈa-!cìÕÁEá*ÓT ¬dÈ!C5C6pW#H:KÒ``¡¤¹’> ¬ôª¤k$Ý\WΓô¼¤ÚQúÍ%]'©Ye4’ô¶¤©À2IãCž¹ w6‘`{ÜÛØÆeU÷–uîsùfÜù Uò 2dÈaµ"³€S$ff߆ûM"Ú{€Œ±gÈPEÈ{5„$ÙJZ*k¥^‘|+Z¶¤¦À;8C¿ÐÌæGqûàþãËË£ÀÌŠV¶>I_:Tº­%šÙòUͧ‚e•Ê7zŸè-þŽ»ø=¸$ü¾.iŸ¨žÉJû93»¬ ªÖ„OÞþ‚Ko* I¸uåÌ¢V† å Ûc¯&¶áo–4X"i¸¤ssÖ‘ô¼¤é’&Jº#ˆË“|ž•t[*ß«$}ò!éŠTÙu%ýMÒ`YÈ÷I5ìIÃ$u ÷7âÇKc¦`fÌì<Ϲ½¤Î’æ„úü$éòÍN’^’4 X*i”¤Ó¢ø%õéçJêÅm$é:IçnétIú Xìëï+éóðŒ7Gtß„°ë$Ý%i,0$ÄÕôGIÀE’fIê¬C%雇ôÃ$…?ÂÞŠÂ^aÏHºPÒp`¤î’¶Šª;ÎÔ.7³[Ìì¿föÜ$1ÀÀù¡-‡á+h€_…2/«}*€Îfv î@(1vÔº2„¾y—¤QÀbü]ÿ,©<÷Å2ü¢‘­Ø«þÜ<„Ûsÿð‚¤9fö~Dw'îs½=¾:º ˜ ü3Äo,ˆèo®ÅWS€cû%Íöê_¶®¾Áè¶À2|¥÷ÎÈ¿ÂE¹û½ÍlF%Ÿ³6ðR( \tÿ¨¤QföI»ý‚Û³ß%)7HnN õÚ÷X—`ËÐ ¹* ©-ðP+mtÃ]×ÖÀu lÂoŒÂ¿ ¿Ï ³žlˆoYt“t¼™}Ò&ú£|[‡ðù9Â6.Æ·@êà+ðî’¶1³EÀ>~Ö·x»ƒ¿£!@+Š}Ô ¦¥[f¥Ðhþ÷¨dÚ ñ­€e@`!°pÂê’€dȰ^À̲k¹€Ž@ÇáÂ÷§ŸN…÷Å’û1À×)šg€±ÑýgÀ£á}`ps*ͳÀçáÿ>¸ÔyyêÜ(Ä·K…O¯À3_Ì,‡æ]àÙT[œ›‡ö÷8c-Èß 8 hVFyO…g2à°vmöpD»$„×á ± °{DÿÎÀ[ãBØO!ýÆÝ¥Q¾Ÿ†°AQXï¸^¡-þ…]覅ûr<[ÍPWºGáóCØßRôSCøÀTø#Q¹›†°QØÜôñ²pÿÐ*J¿GDû×<ïáÎÿP? o»¶¿ÕìÊ®uñJ¾ÁL_=°1®QþY*ü3|£sŽûÍ$5É‘ïö8sßGRÇäÂWãÛšÝñÁùÃJÖy6®XW)Hª¶¾‘4[Ò"à8`sXáÂö  cÙ_)×¼Oð.†+éѰ‚_3›ff¯šÙ´2ª‘´éX3ëþ¿€3Ä|øÂÌ2³™f6Ø-Š{ÍÌ–šÙ$ŠßÏV’•ΦBkf]B[Ä+òÂïìð›«ýëS¼:ŸU‰2Ó^ãû\+çðv,ÄÛíëðü•Áëáw/`¦¤’n%“4fÈP&2Æ^=ˆ„ç¥Âçµâ=tJŠnã4µ(úá÷s {t=¯PÁEãKq±ne0Œbsep7®m}'p¾Ê}_i`f7âŒs¾E1^Ò±!n,.:¿ ?¶Õ'Þc¯ F·k!¥™[Œ´˜¹vô~žÿµ(Éã4e)Æy,ŠòHÚè‡ðÛJÒæ©´í¢ÿq&”x÷Û*(°%Ø>ü.ÇWõiÜŠ¿‡çñqæ6I—T ¼0³¡ÀáøDn*°7Þ?¾’—Ë!CdŒ½z`,>€ž ?Vn ËA3Ã̦äÈw(Î ̬cêJV‚ßâGÒŽÈS·Å8ãO³{Ø[Ò!¹Ijœ+<Ôÿ93{ÓühÔì\e›ÙP3û=¾’ÿâ}cÌl‘™=gfÇà€#äÇ¿*ŠäHÖf’Ž í2Êfìé3üßFÿʆÉ;œ¤3)fÌ[º=q©I>l/iëðÿȨ^ÃÃï³áWÀÃòóìHj-KêûRe$ø>ü6Æõ/´-¾?naIŽtËÌÝ _ŽŸcø[Jº’ †¤:©K’ÉÄïÌl|¢¶ŸÀœYºgÈð‹DÆØ«Ì$=œ%éô ¥~5~Œ(­½¼»¤kÍ©øøDž|§á«ó+%+©>¬ÐL?=uÃ-Ý!éxI’êK:8ä±?¿~ª¤-$5áoïoI:/hב´‡¤€«ó !hÑWIꇷwYbÿ"àkIÝqEI€9ød 3{ß’?o>QÒ `Å[1³ï(÷á«r€÷ƒÖÿ0Üh À_ËJlf )>¯¾Ågßcü WŒ‹¯+ä§?ž’t'Þê„4sä“!CÈ”çÖ¥‹<Ês!®¾Â*ÂW-Kñ³0¢ƒ‹ ¿¢XDû*P/¢Y¡<îëãJ`óÃ5¸5¢Ù4¤K,‰-‰âÄWÍó€1Qx!.’N±‚ÙR\˾m ¹ˆHy_©ö t qʽB| œAá w>hâÿŒ3òù!î;à7Qþ„ºXλØèò苯´E¹¿DtIX)0|¯¿#Å dÚâ*@©:MñKðUuÒÞ¹”ç:÷GeOM•-àJàç¨ì"|~BŽºæTž qÇ„t]“€ËRt¢øÿ‹Âkâ}Ópž”TžËuµÇO\LI…ψÛ/»²+»üJ¾A…› ë‚âfvQ4 ñcO#ÌW{ùèZ Ílj*| nÒõÞTxM\an ®œUJ¼ðZ‡øÊ(^!?7Þ(Իܕ¯¤MyùÊ «ùpÍï%©¸š¸ˆ~¡¹8¸Ò´™™‹î‹8ÛÌ^Í2g^µp1ò<`¼åøè"š1f¶ hzã“€Îfv„¤zø>öV†!¹± M€‘ùò®às$ï’åÞÚY-[­ð [ξ™!CÛÈè–1öuaì«wmœ)|lf_Tuë$FâûÖ{à§ÀM«î¿6˜Kš±¯éò3dȰn#aìÙ±‘_ŽÇÅ·÷áÌ)CÙ…‹„ i¿Ü—­3dȰ.#c쿘+³½U.aÌl¥lš¯N˜Ùk»2dX÷‘iÅgÈ!C† ë2Æž!C† 2¬GÈ{5¤ý$u´IùÔ+Ò´iö^Ųk‡|:DçÇW6¯ÝC>[®J>«áŒûfeÄ·Xն̰jTúOò©+œç&’v+Ÿrý‡¤íTÒS`UäyðªŽëR–>+·&‘1öêƒ×pc1§•Gáüæ¹U,»UȧÁ:Ú*à‘Ïå’ZªØmé ‘¤£¢ðÖ!ìì(l˜Üž|g¹ ÙFQÚ#ší*Q·€³Ëˆ??—¾Ú!é£x =ÝÈm§—ezvuÕí»Ð¶ßËÝÐþCkÎÄk¼ÿ´ªÂ‰Òÿ_e|ò؃ÜüP³LÞi¡¤C¾uº¸4¬æ—†ºöÀ~—P× $êz$Îðjâæ®“ÔÞ̆‚Ü*]?ÜÄíáY¯ m<=}-œ6Åå<€[´‹'âï£ðî~öPàÕP^Yú!óÍì›Ïö8óøGÿ¸LÒÞf6KÒÎÀÉ’ÇûÑÀ`3›òúî©ï»Pþ’öŒ&9·â}z)nþøï¸×½}q¾5€%ílf?áÌâÀ©¸ñ¥ç$µ3³ës=Œ¤{ð~–XZüPÒÍìÉ<ôWà&ª_Â}|Lä<)ˆ¯àãÕ3xß¹èâ÷¡ì-â¡IûHz·Ïñ2þ žƒ3Øi’îÇ=T>ƒOàúHºØŠ[Ýü÷ 1xŸÀwíR!©ml2”»W(ëüÏ¿7p>™[{XÛ¶m³«„ߎä·ŸØÚ¾&Ü·Æí™†ûp&oÀ~!ìŠmlß‹O:…ûɸ˜zO܆¸áÌ¢>¨îcüÃHòÙ-„u ÷â"ô=)¶‰~P îûã>µÿåó@ Ù4 ;7zÞ_Eá[…°Ë£°gðAw!.–?-J{tD·k«¼;”Ñþ€?…ÿLJçÙ0Ü g„CËH/Ð-º _±× ÷…øÊë–ˆæï@»è~œÑ4ŠÂžN¥Ù˜“wÿ>Ð)Šß(¼Ó3ÂýßðÕ^\×÷€Û¢ûžøÄ ßuxD[„Û»ßw2ô5îȦŸ<¼ÑÖ u½0Ü|Åoò;=Õg·h>ÄÍ ƒK] Ø<Ü?ôO=Û`àÎ<ïèB|•X7Üà‚_õÃ;»%Oú3Ëi§ÿE´à+òä¾þÝ]îëâ^ïÄý!|Ô)£}<Ýÿ|Ý'ßGì¡+pUøß0Ä?Å…÷ó6áþyàáÿø˜²oDQhŸR¶ú£w}ev}(s÷¨¿jæyƯËiß½ݱ!ßsä±yx¦S¢°;BÛ'ßÌ8àí(þºßyQXŸ¸-£±p pmžr§Wç{‡«û"ØŠÏVìÕ“ñ™á½AÜûöÞg¦ áÝ"IÿÀWE-Ý¡8ÓZ€3ö“ñÁ`Ï ¶,°êIŒ¥ÔþþÏÅW§KJ±ÂÌ¿Íl ÜÃØŸðÕóªââèÿÛ”³ 7³ùøÇ[Qìƒ;`™Ò[±”Hj…¯ÂÅÎM)í¾¶»1»™-—Ô7Q›Ôë)úãq&3'”Qœ@Iw¼'á"ÑdËe/|¯/És¢¤Á!¼L1k”æ ŠÐE¸gÂ3ðóŸ Îu€w$ÝŒ3Í| Ü g{Qì:3› 髞x¤cf‰OyðUXÎ%Þöc£ò„3î|Zî{=ͽÎafE’:ãb|ÂoS|‹§Ììµ|qyêöA޶Ø5äµPîEñóPャä–Å6x8Ÿ¬%“ ïFÿãïàí(ì \_ãÑ(¬Sô¿ÎwÅ1À¿éC#©Bc¼}Zç ßÿ¶?Â:¥hÄ'?9ýE˜Ù.¹Âsà@|’=4GÜnx;ÅÛ‚á}´5¾ÿ >¹MðÞq{ÄÛàé(ìfܤóÃ9ʽŸ`¯uEÌŒ±W_<ˆ‹pgâÍdàÿðUaú(Ð<ŠÝN‹Âëá³øÛFÿ“‰AÓe×£¸ï´¤XAmXø·À÷Ÿæ8“’Œ}> ÄÿK8² Øÿ€ŸÁÅb“p%®ªB}J¶9îŻ޸³‰‹GËJ3 ßɇ{ç¸Tfž¹oú˜æþè¾^Žr¦RìZ5iß%Äî’îÃ'eùð3‹•ù.6³ÿ¥ò¨OlæáÅOQ쟾¼º’#~¥'L ãúqyoá+²\¨Oèâûø*5]$µÇõòaœ™ý5ìg×£t[<ƒ‹ÖWd‰÷¡¸'Á¤á+þNÀ¿q©Â ¸¸8_Ý—Ef6# [Bé-–8ÍâPÇ\íÛ$Ä/ŒÂæâ“¬y9è“o>Î?ÝÖ (Ã室G)›/=hf?†|&å¡©Gé>15ŠK¿ã¥Àb+Þo»š”Ä Ñ9° 눹W_$+ægÍì’vÇg¤¹Ð Ÿõ÷ ø¸Ü2\TžtÒZ¸(|$¬P´ÙÏÌÆ+u¤Ê|p4.zúÔÌ®MâäÇËæàÝ\|âp²¤qÑí6©¼I…ï[+éi|¶}| ù9Y½¦0Ú̾–´->S¾VÒÂG_üFR +V¶;$zÎf¸tck M’nÉ‘Ï!9îûä*0(ɉï &H+ɵ•¥âUÑø>üK¦6þ¾)ÆwøQ½$ºøJ$®ÇT¢}æ(+3[t–›ÙCyÈ’º¾êR·ÇÿAD³»¤&VìÙ¯ÎØrá[\10_yi £´Oø¯„¿Ã™íqäVö\@~†œإ’†ãŒ6gÝäÞùÞÀ÷¤Û/K:»4Mâß ïç!\Âp_x¶"šá¸Xpf20U§aI{†ûßâ¾1Íyø$êF\¤ý&Î`š†øðAíR\ðbh³ÛòµE9ý´ˆhÿ2w6>±»ŸÈm‹+íâÏOÕõ-|åÔ$ê³IŸÞŸäÌŠÚ(½ÇÞ.´é½á=m…oQâ„÷~T¸OÜ¿>ÞÉÝ¡­zEÏðoܳßå¸[ÜÈö™+ÑN§‡g½׋h‹+¢µ ñÏẠ…¡ž?tð~½ßrÚ߃Ÿ…O¤“ü~Ýï ,KÕánàÍð?ÙcÿWk¥ý"úx½W4ìže“ÐÞ·Fô¯¦Æ°oðí£ñmšx}|x<¼¯m ú•lÛºá} ƒ‹Ø/†øÞø6ĸ„e4%u ÆÇG÷à’1RÏöb*ìM঳?W®éA±¨kL¸?ã=Ÿ±þ‹°ßlÅšÈwâíÙ_U÷Ã;6øj­G¸æ…toà«ÏqqýA8S¾?Ö.A¸gê³pÆòlÈg…»¹vþ±8c‹3ÈO­¤ö턨ËBÚYÀm!l“p|lFº¾¸xu4ùgÛàŠ;cC¾sÂ󵯙ÌöÀïðÁ"Á%øÀô1þm\Œ„1Åá›8ƒ8ÙÌbQì|ð‡Ò«óípiK|¼èdà¸3{_…ž‚OÌjXXɘ§:ïOàõc”Þ#­(º“GTmf¯à“üÃq­÷wðq%YÉþ_ÙœêZ3ÔuV”M/\éëi|\¹-ä þÞ{$fÖ_!Ý'¸T*YÙ6Ãßáø@? »àïµ%Þvƒ£ò¯ÆEæ—â+¾Û(Ö_©0Â7r&®ÇòY¨ßÁ¸ÖöÞ¸âèÙf¶ÜÌæáïç@I[„ö¸Ÿ´½Ê¿ ï£ >§ä ~nh›£pñ7„z½ÒŸÅ #¬ÞÃØp®Å~+Þ÷¤x[¼ÿÇ+æ+piÀ¿ð­±?àýenÈók¼?l…/ Þ¡ìS9a®#±?¾ùþÜÇâß9øÄâ+|’v~*%Ö±éGÉm‚Ùx¿‹1‚â±,ÁDJ>oEãÖ(„k‰vĵDA‰óŽþÏÌ áÉÀ1øÜÌ.X‘‘Ôaf—(@’…©D…+•'¤¿à«—ö•Éom!ˆD7Ç;î–ø¾qü{¿™ÝÑw„Õã=Ú‡¤·ðþí >Ÿ`ÅÇ¥nÀW÷¿ ÷õpµ­Ä™êꀰÑÎÌŽ/—¸bù¯ÌάŠüª3äv'æà§LFVA~Âû™ÙØUÍ/êCeùc7×X|HnÏûnIϤfÔ·âg:H¡ì‹ÏØ «¨ÑÀåf–Ó DHsp °™¤18ã{*Ľ¯jIŒ5³#+õÔ« r;ȉ2×î¸ÈmK\‹UøÌp$>pÿ€¯ðFR¬P”áŽ0‘Ý<öÔý|K!CÅÑŸ’úª5q TÆÔ×1”§<÷.–Ú‰’âÀNøÞÐ_ñ}”\xo퇋aöÀű9!ér\lû."ºx\Ò3{ éüáüš*4tRÈ-¸íN1ß·*µgÔ_á"·‘áe¹•¿2¬ÿxªQvú%¡'«®à´VuÊ”ëã[nU".6?Æ9 \ kå1öäÛ–Ò&5oÄÍI`f%´|ÃÙç=€ÛÍ-¯RËÂM¸©Ó?†ûkƒÆóM¸q1á¨Ô|3–7—*†¤ñ=¹Ãð½²Íð=ܯÂõAøýÞ*hª4Ã/VŽ©Î ¥a)SǪ߱¶ë‘aõ£<ÆÞ8üÎHG˜Ùç’þ‡¯²Û§âæKz7Îð®¤òRPx(…°÷³®Áã3ÜK5Å4ƒÉÃ3óíðm„θq•>–21˜!C† 2¬+(ÏmëNá7ß ù ÜØ~ …Ÿvøªÿ.`¼¤ýóä“PH=˜©Œöx¥!©ž¤s$}„‹NŸÂÏo>„ŸSÞÂÌ~kf¯fL=C† 2¬ËÈËØƒáˆ;ð=”œÇÊÌì{àü,o©¼Ìl™]…ëHIïT1Ýt\*px*êpܼäâÒ©V ’ %!éyüÈăø¦ÐÜÌÎ0³'̬<ç"$Õ”tšÜ?ú’JI„$=LeV$¿Ã’“eм/w,²Z!iIIº-L7ˆâþ éÚ²Ò¯IHj*©{\ÇÕ\Þ^’®íp˜Ü nUä{¢¤³Âu´¤Mª"ßÕIw­ä Ö*âp[IÛK:DÒ•øù½–¸éÈ´}âÆ÷à÷MäŽçÏ ®À5yw’ùðn¡ì\Iu$]Šy¼ò•’6{3‡Ý~îuS3»Á̾¨ìñ¼ +ð1nn²5.õ(¡—!é(`ŸJ(4µÄ”¬v„‰žIÚ)^SÒ¿pS‘gãÏv)îùé¨@¶-)‹zë‚DËÒ²þ¾Mu0~–ÿy sP2]U<ÜŽy-©Ü£ƒkßâ ¾2¬u\H±•®e¸ŽÞøj½„õ9܆å0„?îÛ†|Šp‹h³põ˰˜S—’nH—ãšõ5#šGpü+c‘§ ¾%07òp.PoeòZ]eXž«âr<Ž•AÓ°œø s„ʶ}b¯(¬>QL§Ð,Gø9Ko¸>HƒJº??f˜8x0î¸ÙÖ)v~1(„˜×´ð\ÿLh.n¡¬v-ÁØqKa BàüÅÿ_¨ã”ð.žŠâÆ~Lio-«ì<õiŽO¦[†ûû~<<ÏDàÏ©4{â–Åßäo„¸¡¡m¦†¶¹gà‹‰LþFyíè÷ ÷wâæSŸmþ>™»'”5·kÿ0%Í~¦ûÖ!ߣÃý5¡æ‡>ymD{YÈóï¡õ á÷â“‘É¡íïÒM±uÂ…øB¢vªMÏÂ- .Ä•‚Ó“‡€—×öX’]¿Ì‹5ÁØ×ö…‹‡†keèQ};²š;ÅÞžƒÔ>¡]b¦²güú§7¢ø?áf÷ÃW¸gàÌv‡TYÛâLëú(ì,ܨPLwf”ÏÂ=Òýgþû‡øsp)Ò‹ø vOÜõ#Q3ößCüÒoâk~tÂðKpö-siâJ­Øq݆[z+«mÓŒý0ªgr³(ö¾΄ڄûi.ÎM±ÝôºÀöQ¾‰ÉÔ|W’OËPïVáþŽÐ.·á6ð÷Å™râç~|Bs;ΰ7ÇÍ€&¸R+v|‹Ä€-ó´É\ŠýŽßÊ¿#”U7;7ýY 7Ï» x.Ê#ÍØ¯ enúÆtüj!n|!pXD»7é»q(sO|RÓ,ÐÔ&øóÆõ€à“†!¿ñ{úx1Üìè.¸”à}ÜÛXüÜ—CÖöX’]¿Ì‹õ±ã+Ïù¸mì:k»>¬sGVcÿÎ4[Da×â̼ Ü/~ň3¡Âp?¸:•ooàæè¾WB¼#Ew'©m|Eõ~*ì+ÜE(að6JŠz¯fE÷1c–ÒRþ t ÿÄ•1sµO.Æ~dk’+MD—K_ˆÛr8·|öXß!´ó1¤$Y¸G»‰¸ ìR“PÜÞûYe\-].Æ>‰h[ ¼·+Âÿ+q»ñ…©ºÌÿs1öCX¾­„‘©ÎاPRjñ*ðN*Í0J3ööK¼ÿÞâúá–)Iå™87ºŸÄÅÛ-B9ˆÔ n?}6%¥;?†ÿ c®œ|“Êç0|‚‘w &»²ku]¡Ûzé¶UÒ㸩ߚÙËk»>ëÚì¤ñøª¥%ÅŽcbcCãqÝ„’–૚;$݆+^à«ÞØúTk|Åþhªüz”vÀÒÑÆèIIE´IVòdB ±¤†VÒw2¸nÇ®’&Gõ+ÀWÁà+½O¨8S™S†ÕÄ4$=Œo ŒÁ\+œi`fß{èÏu$ýxÈÌFáʇÏãÎ|Ê]Ø>½³ž”ö«£¬:ö·’J°ãqÛàíÖ˜4Ú“Ë‚9è¥9ò~7!·ËÏ–”t2ÓËÂÈÐ_ñÆøœÒøï§ïƒÍ,9¡ÓØNÒ¯)Ùcó±ƒS}¤Þ/ß–Kz—þLÀûb?+i/£¥OòÄN~Ƈ爱—@Ô¤¤³” ÖªäXʺ„ Mîf1cêŘlŽ1&Ø_ňŒÜHöBÿhf-̬™™m`fMÍ솈n).2žŸJÿ=¥5ǧ…:ÄØŽ’žÃZHjÝ·ÅWbi›à{À˜YK3knf†úíâ'ãbÔ\Hž;fœ‰Wºcò¤)I[ãbå}̬½™]ˆK:Š r§J­qæ¿9Á[›¹—¯ñ$¿ÅÅÌÿ‰’ŽÆ'`ù®|v"âçË…©ø6IºÝš˜Ùlr·Ípü—j¹ßðzøj;AšÉM¤ô»Èõnz›ÙÌmHÄÇn§ÿÌÑcg/%|È›ãv|¢v¾õ|ˆÎÕ·§¤0(ßËÛ6ÀH[ Gt3d¨(Ö+Æ.iw\ç+é3ƒ‹^kâGû~gâ«”r¡°Úúøm<9Tœà$XŒ3ªôø=°eêl{7àhIÍB^mp+†Ý"šœ&nnOz¤V >ÀLn†Ug¿o|î=©OXÍ~‡û"Hžy)îð覴q¥p^ûØuØ gxÓ]k"û ’I’™-3³¸’Þ¦’j'õ4³Efö!¾ªß:ªO]3SW÷õ©>¶ŽŽï%uM곟äÄm3±ß"iç(M Üeç«fV–“£÷Ã%íÒ†Ÿ4¨(>. V+ã:7Ê— zž%fÖ Ÿ4%ÏÔ h#éÀ@[ïw]+Q'ð‰gÚÕg† kë›(þài3{kmWd]ƒ™t𼤋ñ­®%^Q\¼L Vú W´»hÁW,Ïá“€xÅ4_¥‚kÛƒïaŒ’Ô_ý}Bñ* |•z©¤ ð­€&”6d”àÙPŸQ’ºã¢Ò]q…§kÍì=I_†øqøžT›þ¿À3’þˆïÿ>€ûsnŒŸÍþ&¤ÙW;#G>Ùú@I?á«èÏ¢ø_·Jê‡KK:5³Å’n—tbh«º¸2Ý•yžµÊ`fƒÂ3¿žq0>¡(uÿ¶^”ô=ð¦™=„3öÆ@?IŸãbèv8“¼¢œb_Äu†H…+®ýŠ;wº·S$}ÒïƒO”þ“'Í¡}Or;à'0³Þ’zHúWœ‰±« ŽÄûL† k ʽðY7 ©'ð¢™=YÚMñAw33_ýº­ìrÇ:ûá{¾Ý-rÇ+é ¢}ɰ2ßß] ðUu[\«y@ØNòh„+õ +Þ¸ìËqߨÇEa…ø»®Ð;Šk3Ý¡¦)ÐÅÌ&…xá«ãöf6(J·3î}¯ ¤¯ðÃ*q\ »OªþõBÚé±èWÅ^ý6ÃûYOs7ªHj‹ 5~ŒÚèPß^¸XºnØ_¯òÙgF]ÌlFÔÞ{ã“£©¸Ò_®-‡2¤1}Íl‰¤Íñc†C#š€…©goƒ3ÇÆø¾y‰wV±»S,22Òížsp\Nˆß?6Vj%$õqŹaø÷~wˆk‡+;N(ãY÷£X!qpR†ÜJ]s3û*¢­…ŸRØgÚ]-åy1HsöÀ·mºEï¸D›†°ÆÀÎIŸ•»ª~?â™K/!C†Õ ìë:cÿ?ŽõÏ Ðž Ümf[®þš­¬ ƾ6!©6® u¸™ ¯‚üŽÇW~& Õ’NÃÕ5ÎÃÛílkÐ{cUBÒ‹8ã¯Rk™2T c¯‘ ,°2Ìdž½Á¼3òÒGt…鸼¼+€]€!«>ÃjFØËOk¯$]ƒ+˜Ý1õj‹³q£9õqÉʉՕ©˜Ùyk»2HÚLî˜c °TÒÏr[ñ€‹%ý]Òh`±¤!’މâkJzM~Äh™¤‰’þÄv ÍQ’IÚ_Òü(Ï¡!îbI_‹$Í–ôNªŽ5B~“%Í•ôåp.‚Ÿ®ŒòM†j 3û—™ílfÏ®íºdX9˜Ù¯‚&~3Û×Ì>^ÛuÊa}@®<²9p~–õtÜLg‚—p¥¦[ñýµO€÷#MØ|¥|$¾zCÈëÏQ ñõã¸ÎÀ×’nÀ5hÿ…+ë´ÃÏêÆ¸1”q|ø1~T%^ÀJiDgÈ!C† ¿$·Ÿþª™ÝS*RÚ×Ð=:I¿ÂI]ž3Sé:à:3Û<Üÿ x8ÛÌ^ a5píá7Ì}·çÊç;`±ŸCFRo`t.±—¤!¸BØ:ãB³2ˆ÷Øßxêý¦ø(C† 2dȇÏOÿí ó äûÀCAéܤãÔ`/üHÎ9’ÎŽ2ªMdl$(®]‰¯ºá+ìÂÔž{%­Bmhß+§ÒiÑü \«5.ÂÞ|ffä¡©.(ÀÛyÇòåËõí°¯7hÙ¼Õ¬V-6ª´&÷ÚÀì¹³j;ªùÎ;ìús rêw,]¶´à»¾Ýxë-ÚN®_¯~¥5-^T㇟¾oU™ôS§O©?eÚäF;n»óÄò©3¬ †ýô]ˆõ.Üd£Íæ”O]qT¤OýÒ1iÊÄÓgNk¸:ú÷wÿmµáÍæ¶lÖ*m k}F){4föΤ;ãöÕÇJº$Ä×ÇÏ•öÀµW“ë~ü¼(’ŽÆ5“_ÇÅå›âþª p{Ù $Çz¦UÞ‡•Ž_N³šf6÷ö\8F“a `Ƭéõ>êúþu}ÿ‰î}»¶¶ëSQ 2`ûº¾ÿĬٳêä£ùyâøÆu}ÿ‰ï†»R[<£ÆŽØð£®ï?ñýC+œ¾G¿®í?îúþ½+S^†Šáã®ÜÒ¥÷§'Vu¾_~=°íG]ßbáÂ…ë›*C~]ù¸Ëû÷­Ž¼?êòþ==ûu;¸|Êõ‰Õ­ÑøQ“Û%݇ïe?ƒ{úªL,C±åPüœðCI@¢W~ÀÍž„Oª áÎK>—tª™õ«Â¼3¬GØt£Í&Lš2±c½ºõVÛ™ãf4Ÿ×z“6[6o5£|ê 2dXuHºJÒrÓ mp s€.¸•¦¿H:FR ¹ Ñý#æÝØAÒŽ’jËNåZ3 GŸΓt™¤!ï£WåÂ1k)p IDAT‘¹ÓqëgÝäVÖª=&NžÐpô¸QM'M™Ø`øÈaÍ}=`ó"+Z!½öÓw-û~Ñ«íœysjåÊcúÌiuû ìÝvÀà~[Í›?·M‘iô¸QMGÕtÖì™uЬH_|õù#Fÿ¸aB³|ùr Üo«/¿Ø&.7"+Òàoµ8dÀK—-Íi¶xúÌiuû ê³M®ºÄuøfØû ê“¶5Ÿ3fͨ;qò„æF-^Tcô¸QM—/_.€Ö›´™qÀÞu®U«V‰ãrcÆnÒg@ÏífϵÊ[!M7]xÀÞunÙ¬e‰í‰é3§ÕíûE¯¶_|õùó̯™/ý¤)ôêß}‡ÑãF5Ã.ZP# ›1kFÝ^Ÿwß~øÈaÍ+Z¯á#‡5ïѯëŽ?Žü¡TšqÆ6N÷¡i3¦Ö›eÅû[¸hAƒûoÙ½o—sõ›é3§ÕMÆš‘c~Ú`Àà~[Åßü¤)ôÐc»é3§ÕM§KúÉO£†7ëûE¯¶eõï³fϬÓ÷‹^m¿üf`›ø™ÊÂô™ÓêöÐc» “~nXÝð‘ÚwïÛe篿ûj••«‹¬Hßÿ8´e÷¾]vúÃ7¥ãgÌš‘÷Ûž3oN­qÆ6Óû ìÝ6ýþ*ò<å¡î?ø_’fàf,ûÌXšY‘¤SqHâ>–ëàV›¯G…¸A¸˜|.¢åßò{ 7/Zw.Q\¥öõo–ô%.–ßw-švèPmðÚ{/ݵpѶõêÖZ§VÉ3fÏ8 G¿ncN9æô[?ìüî5sçÏÝ ïÀÞ“=ì„›wh»Ó$€ÉÓ&Õ÷“·/™1sÚ‘¶1ºõé¼x³[¿|Ω¾ 0yʤ¯¼óßZ4kùîì9³v[¼dq€ ›6ëÔn¯ÞìÔíÃ{–.[Ö ï½^~á5w–ØG\¸hA³‡ž|àÑÅKoг_×ñGrÜÉ~ÚÔéSê¿óñ›OŸ9í¨¸.›nÜúå³O9ÿ­Øüók&uÙ¨ÅFoΚ=s×…‹mS·NÝÚíyÀ uy¯Ý¨±#¿ò××ݯ½>øìÓfΚ¾ûµ¿ýãï“°C>ߺ×ç=<÷Ô Ïm½I›Y}öÞiÀàþ½ìü«~µA“ <ÿú3çO˜üóY5 gõУþ­·|fUÞÛO£†7ç“·ž=â £¯Úk×}F¼ÛéíÃ~z5>­Ù£o—Yíö:ðÞö9¨Äî—ÞêxƸ cÏ•´Ô¾èUs‡mwzðÄ#Oé Ð{@Ï]p÷v[ïð~úî,)**ª»ùf[_ôjزY«ÿ]tÖožIö´_ùß OoÜjÓ·&M™pÀ²åË›öè×õósO½ðoM7]”«~cÆnòÞ§oÿ~Þüy{Ô(,œÕç‹^M6l²ágœqÉ£uj×Y–+ÍÂE j<ÿú3×Íœ=ó……3{õïVs“6{#M÷ö‡¯ùãèá¿Z^PP° ï½›í±Ë^wyð1så[^{÷¥GùëiI‘Yíî}»Lm¿o‡ûöٽ݈IS'6~¯ÓÛ´Þdó—Î:ù¼w:÷üdCüyß=ö¿õÿ¦ÿ ¾[÷è×õ¾‚--[¾lÃF õ¿ðŒKîoP¿á€÷:½}ÎÜys·©]»öäY³ghfµzöï>õœS.¸ö“nœ5uú”cÌ(ì7°÷¼ÃÚuó;ï5àß¼pÁ›.˜7înEf5û|Ñsþþ{t÷{·ÿ!ß3½ü¿N;~ÌZXTTT·{ŸÎ“:ìØ={ì²÷˜|i>øì݇þðõ ’–õгf«æ½›¦2tð¦Ýúvþý¢Å‹¶¨Y£æÔeË–6íóEÏ/.¿ðšûW¦íûê»uß½nXºtÉF5<¿æýõétÉ9¿û”þ¶»÷í2{ÿ½¼'ù¶?íþÑ¡£Ç<«Uó>?iüY€õú¼û’#;û‡á#†í:rìˆKE}ôÔž»ìý—Ã:úË•©g 3Û1˜Fl ŒHL(&æYOçÒ·ÂM‘ŽK”âÌÝž.÷ÀÕÐÌOVOFy¼ ¼™.ÜÌ×Hú®x7#6if;äHsC:,ÌìM¹më'€Ÿ$Ýü˪±ç¥ ì¸xñ¢6õëÕ2Áü]/YÜæõ÷^z d êÕÿjÞ‚ù».]¶´eïÏ{œ¹CÛxëƒ×®™=wö…ó›7kùñ²eËêMŸ1õè1?ùõÛ¾>çÔãΈ•™2mòIµkÕS»f­q‹—.ÙlúÌiG}Ôù½ƒkÔ¨1£N­Ú£-Y¼ÅÜùs÷ú¸ëÄI½ã´“¦N:µN­Ú£Ôk0xÞ‚y»/^ºdÓÎ=;ݰã¶;ÿàÍ^½zÖœYí æ7ß°å'Ë—/«3mÆÔ£Çz]æýêø³JLê&M™xŠAaÚuFÖ(¬1`Ö왛̙7g¿"+RU*(}Öãã='Lþù¬m¶hûȉGžòÙWC¿Ü¼÷€ž¥úÛÃOÿýofù] ,žPÄøfØ¿þíõÍ7lñÑq‡ŸôÒ¬93ëwîÙéò~{ß´ó»ý¶QƒFK–-[Ölμ9[þêø³.i¶Aóy¯½÷ÒÃ~üîwÇz|ïš5j®05~ÂØC;üÄ+¶Þ¢íä×Þ}éü1ãG_0aÒÏ7nµIÚ¥-ï~òÖÙóæÏÛq÷ö¸ëÈÇèÔíÃ}¿ù~Èuï|üÖžqÉ+ÚVÿûøÍÃÆŒU¦d®õÆm>‰ûÖ¬9³ܤզ¯^pÆ©wýõ´(uÑÚD^]½©ÃcÞ]4giáìô˜Òªâ½ÒϮ޲vÛÑÑÊzéú¹g kÉÜåOŒˆéÈ)Ê Ë+Îþëù«§›×¯Ø4ª‚ïù«g–Èe‰1‘q#ò)¿`ævÁ­ÈºæÚg‚ýCm»µ£…§Ói)…eyù¥¹ãúp`;ÔnÛøøgéYWâ›ÛšvD…MüǼ™ $ý¬ égŸÌ)Êz!6*~WXPDoSKÚª½¹ÅÙµžnžýeÂÒ¼<}Ž''͸»z ,ž»ô™¨ð˜N€Šê2ŸôÌ´ýÓÏ-ݘºù ‘¯rX9ÁíÝþЛ¥²ìBú™·¿;{ø.‡[þðêGÕ ¤3—O¼YX–·!.*Þ¿¤»¯›séú¹ÝY·öÄDMzf´o\ÔÖìT]WµÇÙÉ5}åÂÕßÈeÌ«·.ïÔéunD­VC¾‘síU*•&þÓCO<äâäªÒj5äŠêrÂ7|üõ¯iuÚq¥3ë—oú‹§;H&—2r 3ÿŒaìš?mzòY¶ƒV©RRk«½¬¾í+‹ç.?:¨3¯g]Ý™_’óÂ'î &Î:½ÞE¡RxoXñðV:®?yñ»×2n_û“Á¥.Z󸳣‹âø¹o÷ k«ýÙ;nrÍ(/ ŽãJ0ë¾ ~‚Ïj›¸j0íç?pFìVOG­“ÒßN„Ð+`:â÷¿¨µŠ¯^²~g _°dÿÁ·éô:w#Ž3Rf/ÚßúÞgï|¨Ö¨•ÃÊ@€;µU|ù|:€—§ÏÉ)«Î|}â ÷!åÐ$Q{ój°>­ :£i÷¶çž½[w‡Ÿvóâ§ EºkësOö‰{ÙGÏ|s@"íÓVŒ&Yÿôc{ž'!þÅwŸ<Ù/é[ªR«"*ªË|hTšN6(›À÷ð>½ráê³#eqRMní­i "‘Ô)³½@¬êÏ]~I6(»ñ µŽ[Ш´.¢NˆÚÔÔÚ˜ÑÒ.²:Žéåá}Çñ1=#"@c–«¬ªd@êâu‡xNÃnž ñ@ÿñì¬ws ³&-ž»,@Sã§ òù‡Ü,*/˜ÛÖÑâèl–<…Gœ&:èIÑ ×.]?¿¦¹­Ñ‹ïá5ª·~Iï×1aòÒB€Es–´v´”ô‰{RÀäç¾ðòðjÑëuã…á{x7[þ&!¤Y·ü¡ã :CÏåðzDmM«j*_)–â¢â[[;D+yηæÎXP1òÌâÀ°seÂ’×{úºÙ8Ž#ù|ª¯—à뙉ÉÕ«¯»þþçû¶u¶¦€ië8§jÑÓ3α ¢©¥¡¨OÜ;Lv9¬ÖVòƒ qQñ¯OŒˆé˜ž0«¶¦¾:§·¿; Æ8¹ÓÕÛ¹€m›Okc‘D*6{É«®.£)«–¬3xû™ûIWg7©—‡÷¸õèÀá§” ®±&•ƒqJ–Î_™àåé38ibÂÉ9é„w+|â&Nn]2oEnwo×µü’œ—©ª˜É`ˆJÝrœHÃß7`À$ nïjsÕé´46ÆÈ$À䫞x_ÚÔÅkŽq9<‹“«ŠÃæVI¤âsg,8Jœ&pä9K¤ýÓ-Ë‹`ñÜåG]Ý”®ÎnÊ aOç•伓[œAL.,iÕ§:p¸ùD= ¼ýdÑ‘±§² ³Þ­m¸ëNH-),ËiÄqê¢ä%G]œ\U.N®ª‰1§rŠn'a²òoÆh´Zߨð˜Ï]œ\U4Ý›hn—^ž>9Z­†5^ýc[™wcšÎ w‰‹Š?ILÀ1¦›41¡ ¬ªd.@êâuß8ñœ†=ÝùCbIÿñÛ…™ïæÝŽ[S¹¼³ëkžUkÔ”±$Fãñ‡ÑÜÄqü$Bè< &ïK¯!„>€Ã„Ó“ÿèTZѱӨ´>^çN!“¥„(ŒAgt«5ê@ƒÁÀhïjó!â¶u¶>zàÐ{Z¦§Óiù¶û@\¯ŠJ¡ý}Ä5æp‡Agè}½2BÃFgêt:Kw­Àãòªˆ×ÃÕCØ/é[ ÐÓ×mµÕÞÕ¶åÀ¡÷¬ ét:O…rˆ†,l¶C©å nÊÃQ=–Hõ— Ñ¨Ý8Vf‰AU-í"«p¶R…Ÿ‚jXéÉd²êÑ?@BLbCnQö°lPj®# ™2göãîËt•À b ᳓Íå ‹îºtý< «FÝ ïéëfŒFއ«g…åuw ©\š,“K÷[¯ ±S›b§6Ý×CÀbaw-;©¸¨ÉUU5•ÐÓ×ÅWkÔZ­ÖK¦—òö|Ûl·F&Pm­nz½Žàhõ޹N•}âÞù–ל\¬Â¸¹zTJd’yJ•’j{ì°½³M ¬©Ø%¬©4·=£ÑÈ4‰«GG§Ózðݽ¬&Å®•–û°zØ—çÀ+k ¥•‡-jÚÇ´ýßþÊö^ÿ@¿´lLÝòùÇ_0U­Z¿âám–[fÝígÒN¾¤P)bÈ$Ò•Bë .…B‘Z¦Çd°ê‰U&‹ÉêRÐ:AfEP›ÓÝ'îµÚ¦ÓÍžî|sŸ:%nZ]Ai®V2 ö†Q­Z Ñª}F{¦ž¾îQv¥JéÁ Ñ[,+N‰ZŸWœm~_b©Ø—„zzÂÌ1¤+RVeŽuÏÙ Ì—B¦ L‰›6j»W +ùL«ÞêÛŽ›ZŸSt{X6(3ëyPÈd)1p`;ô"ãŒ)³Í‹['žs@’ʘ–uy¿üav³ÂÞ>„З`²3¾þ1â¼ácÇÇ•Zü P©æ‘€B¡Zj\[u tÝÜйn.‹Éºçì¨Áh­ Ä`0¤ó‡N§[äl³1£ÕiÍŠAjµÚüÁ”ÉËáæ±˜¬{¼vŒD![ ìn³m˜ûq·RÀQ(ã*-!I«Óé¬Â *ÿàß¿Æq|… d|qç+›G»C&‘Õ½žkyM>$gฑN¥PÍ(Bp_öïGmŽckV[=Ó°fØ~8€pƒÑ`Õ7èõzX¼¿ç.oëlY?^~Þ|ßS–ûýz½Þ*_±´Ÿ3ò j*…j@Ü]=Ò¦ÄMM·MKàí'©i¸ë0¤²JG«Õpm`FcUÇjõ°BH?Úê‡J¡h&Ç$îwwõè·¼G!SƬ_„HÖ:Ûº%“HÃZÖÆ »03¼ 4÷µ±îp0‡Ê'yêSžHÇup*ž™8û„m8Ow¾Yqûêt£ÑÀ@†¢òü$?³]Ë7.>ªÑj< ]€Ï¾ýøi¥Jdý|÷¶A„ж7ƒÁú=KeLÇ©T*uÔIBHëÄsÎIJ˜ynˆ·§t´8$2Y£7¬ó”2p7+}R)ÔaÇéâ1æÃ÷•–ÎûŸí{O§×ºv`ýЇwùz d eØh4°Ê!¡‹` ™LVëmž]>(cฑF!SÌÏŽmn´ÕWú%ü¡v‚‘óôÿD퀅`ò]Ê€Ïà"náÎô~@¹€Éôî·¿%h`˜¨¨¢@K4ø‡R·&ƒÊêrï–QÛA«T*ˆ1ù <¾LX"pâ9võvÎ@úAPJ3–çeAVn>Bt´•ÕåÞ-íÍÁ\OócZ´:½Ž¤Ñ¨)£}\L&k@Ý«ñT Ò±Y{gë”ñÒe³ØÍ©8Ù`0 â#kïj‹± ÷!Žãcž 4¶(žëÀId’¢zBÌ^\Q8 y¸yþ¬IÌx «U„HÀ 3ôlŒ£¥SiâþX¸H„‘ ˆãè4zÑ.¨ªx@& …‘mùŒ®PŰ1N9'*<ºÈ‰çÔ9^Þ|o«‰›F£ìêéäûÿ5õÕ±ÀäÒB&“qƒÙ0 O ŠuK $ ´ûzÖuGW{ ˜ÏäCòX“ÕhV*ˆ“} ôÇ2èŒæÑ:ÏÀð¦Òªb}k‡(fÖÔ9ßÚÞ'PkÔ7“ÁÒ0 ‘T>&3Ùæ|,ãpØuý’¾Eò!ÝrõKäÒ¡Vÿk¬«€×àK„P&˜¬ÞÇq|Ül$-1BèÿàY„Ð 8ŽßúO•û§àåé3èë%8ÒÚѲ]>$Ozïó}Çt†H§Ó¹èô:w¶C!<@;8ŽS®e¦}„p0)˜¹8¹^#öý¼ý¾µ‹“ɧ~ðÅþc–eá`œbøÑz;yá»U­­[_ÚýÚÒ±Dœ‘¡Qå¢zò±3‡Ÿ ¹ÑÚ.JT F– )aæÙóWO§|üõo†‡Džêèj‹Š“lÃý\…€”Ù‹Ó??zpíÅô³¯„Wª”Žm-0V9cÊì{ü•ÿR>=òÑ>•&Ùùè3oú‡«©¿óügG>z&8 ôf]SMŠR¥ˆ‰ 6Äqrt*íéë^vâÂÑfÆ7¶4,#‘ÈVÇõ"B&ôŒ&"2™,ÿþÂÑ7Bƒ"ŽIåÞ]íko{ñefîûè«÷ÿ"ðö»ááÆïìîíôéìéHxbËSûÙGË÷ð>ÕÕÓ±ö«ãŸá¾Þ~¥5õÕ«ôz뤉“ß²ÌK«Óºòͽ¡AáWDusÊ¡¸‰1£ýxûÉ<ݽNu÷v­üâèA‡À°,2‰lhïn 5 TâäÈ¡cŸ¾¨Ñj<žÛ±÷€ aÑ' ËòÞ²ÌG5¬²ZõΛ¹ðûãçŽÌ9tì³}¾^‚Ëoÿú–öæP7Ï–é ³j=ÝùCžîüÒû­Ã™‰É‡/]?÷ÑgG>zÓÇË÷ºÀ˯±§¿‡ßÚ!šµeíöwq܈nd_{ÙÃ-]³lÀ޾îè쬗ý‚ŸvvtvwñÈkëlÙp1ý\5N®kªYq?+ñû…L"˯߾öjK»èø°z˜ÓÚѲÁíPh»¥F0mòŒo®e¦}øñ×¼éë%Èðæûˆzúzø­¢Ù;}æïÙ×âË„%¯/˜µpפ‰ -)ÉK²[6ÞÌNµ½³íè°ZÅmïj[NBÈ,Ÿ3ETZUt«QTÿ§¯Žæ2!spHÎð×/ßt`ÖÔ9÷­Û5wÆ‚Š» wÊ„5Ïôö÷\ ŽÌ•HÅ®ªa%wõ’õé)³_åÛ^±°Ê‰³ïþÒzý)Œ©ôGÇñÇÿÇñ@˜ yð´#„ŠBÿ‡Šü‘d΀ɾûM„ÐE„Pøƒ*›ÅnÀ˜˜Íb‹~¸ÆaLLˆ±ØæÕ ã´š®aæ£%¥n9ðgÆ)%“È FíK"‘†yÎéaÁh4šcbBŒ‰ Ù§‘X\ë%ÒÃXØ‘kT Õ@„ ŽüØÛÓç(Jí¡Q©Ý|w¯[Ön3}ܰró¹É1S^)ËÐHYÔÎ<çëáÁ‘çÈd2n[«ºÀ8ýާ<ÙµO9¬ ,«*Ù£ÓëØ‰“’ÞŘ˜N§ëFêtcbB Å$n Šè9uÎ^ÇÉåÂ’J…`Æ”ä¿cLLÈb²Èž>ë¨^¹põót:£³¦áî¶åŽ<眇Wo5#ccœŒÅ¶R~£Ó:Ër°YlÆÄîÙ:iæ=9½^Ïccìâ÷Š”U™¡QûUj• ¸¢ðUµFÍŸý%óVäa–ÎO=Íã:å¶u´®«kª}ÈÛÓçßÃëãŒyôè~pàpKøÞµ Õ›»z:—º:»^ß²vûGÄý¤„™µsg¤< ÆÚÆ»º™sý­¦ÖÆ•®¹ÍoZýÈq·ßaÙ ,¦´²ø%£ÑH›?ýeÛ}Ïà€ÐCd2y¸´ªhR©Ž|ÏBy Ø,vƒe›~dÝö#¡á+UJÿ‚Ò¼?ç—æ¼,–ôǺ¹¸›¥(z½ŽÇb²Ìuœ4¯*:2îMµf˜_RYô¢Ñh¤&Ä&¾ƒ11!±òôõÈV,\ý4ƒÎèµ5m¼•{ýž¾îDŒÅ¶:}t¿D†Fu/¿r•J•6µ4>”‘}íŸuM5YL¬‹AgèÓ³®Ì¢Riâ5K7|HÄY¿rÓ' :£õFvú\€¹3Üpwõ¼Rß\»¹º¶êQ'žsUH@è!6‹Ý`®ŒÓ±8V«L6ÆéÃXXƒÍ5)ÆÂ¬-“U :ÙØÒ°ºµ£e=Ë+|xÍ£f­y›#ưÚwì„Im‹ç,ÛM¡P ¢úÍ7²¯ÿ£¾¹v½e{S©”\‰¤òæûö0è ýê%ë_b0˜mµÕOt÷uÍœ4qò·˜qÌ:(Û6ìxïá}F&—Æfåßüû:á#dùg¤Úºþ±7\ݯK¤â©™y¯kªÙ@£ÒÔæo{ƒÁ$¾íŽ<ç\Ëo›Ãv`,¶Õ±?6Æ‘c,ìŽõ5¶cbB*•ú³&\è×”³ÙƒãxôÈo°p "¡B(R`$‚Iq)Û⯜ðŽzL†q `íÿÇñ>ølœÀ8À¸¢c;¿}²òoFæ—æ¾õä#O­MûŸ¤ºNèy9ãüûl}[^ IDAT¬ÿÓ¶_ÛvöÁo>|‰D"iß¼û½ÿt^ÿü÷§"C'¾o{ó— “KŸù÷Ñe RwýTIʼn/¿ûä‰aõ°ÇîmϽþ Óýäð0»sóš­Çdº¿rÖ>¶là'0¿öŠ&W±ÛÀd ç7ŽãM8ŽïÇq|˜ÊºZ`€ !t !ôÜ뜆 ¦U#BèU„ìüaȸ}5®ênÅC,&ëî{P@á“cßúµõßCÊ!ztdì;öAý×ÁËçpñÜe¶ÁìŒÁ={ì!2±µ¸†ÆS³ñâöã¿•ÏXŒHÎŽüBˆÓ`˜üÑO#*Þ€'F&G~Íç°óß¡£»c¢“£sùÔII7üÎ>ø 6Æi#‘Hÿ1›ü–`,v5cªýsñáûÊ}ø¾…2Íß#lŒÓE¶ÐP,[°2ûA§ù{ÀŸÀä•í0˜Ç"Àd®ö‚iíÍð&ŽãfU„Ð3`²Ë>L^àJ`öˆ)Úý Çqüe‹ð+à5Ç'ü~LbjÏ2ÿÇ‘¼LGÐ>q)û̘ȬÇqü+ýB‡`ÔcN6´ÀŸq?lyÑ.Š·cÇŽ;?‘{Dñp“‡6/Ø•Ðû` ¼&·­©`Òã8~!ïÀzÈ.X‰àƒÉ{›%\£pé`2C»VŽ\#„è`Ú§>&»ö8˜VÆ¿)³°! ,¾Ïà¾`ªK?0M–ì«w;vìØ±ó@ DñØ…ãxBÈLN^vá8NØ|!”8rý ˜\£öÀ¥{ñý`u–ô§€ã¸!Ô :ÇÍ“¡ àÇ,ìÐßãhá7À*0M’FC ¦ S©Å_õH½Ù±cÇŽ; b`ï ƒ=ro.BhšÅu>˜Vݦ}æ¿@Bè˜ ³<0-TÇï „²@ˆº &g2glõ~MBÞ`2S ðÄGÜhz¸»zÈ<Ü<?ç·€|HFoi¹FEDwŽutN§×‘îÖÝáù‡ôÚš"µóû£µ£…§Õj¨Á¡÷³ü¥TV—{ûùú÷ÿŠ”ÿ (UJj£¨Þ=<8¢û§XT¼7¼„üß;„V|—8˜°ž&ã%ÄßGð*Žãý`òÝþ˜ü¡„¥¦½­u®ŸeÝ Çñ™`Ï«À$®!„ãÇú¯’¦zˆ“‡»DÇwá8~ÇñÊßó 0 “°Òn^ü4íæÅO3ónÌýµËs¿”T…§Ý¼ø©L.cŒ¦³»ƒ›vóâ§wëïüb?Îv~ûdܾºáê­KÏ>èt‡Õ*JÚÍ‹Ÿ–U•Øžœ±3ÂÚJß´›?míh×ÛÚÏáZæåíé™i[tº¿UƲ0 +ÿVkꢵ¯]Î8ÿôrh2@^INïâ¹Ë^!Î0÷Š{°óWÏlŠà#Û#·r34>|ßï;ؽ}=ìcçŽ| àæâ~^>(‹Ñh5gG—kSã“N]»uùï:½Þ ¯8»äÉGž~ÝÖiðZåòþgûþ­ÑjünçßìHI^òzdhT7€©#9wåÔ6‰TœbYo¾ïwS7Ÿ&!®T)©DY<ÝöðÎDœôÌ´9Í­M[öîzõ¡ŸS?Wo^Néèn_êÈu*ê—ô.„t9EYä‰1ûÍYV@„»˜~vfMCõî}øí‚[š¸¨ÉûßíÃjåÈɯvId’diÈ`4r8§tÍÒ ï:'/{‰N¥KTj•¯V«õ0 9…™ ç,}}¬óþÃjå»3‡·÷Iú–QÈd¹Þ`àÞÈI¿»|ÁªŒ·_{ìì‘U#ïd0§0 ô þÌ6Ìí‚[‘ÅÏéõz…B•êô:¾»×é-k·éˆf<2²¯Å– KŸ7 BÚì¢,ˆžp`Ù‚•Ùƒ½rò¯ :£ûÉGž~ ¡¹Îõì•S¼<½OmZõÈ)µFM9ð忾Âq#L&ju:ÏÙ×D)ÉKÞ$ê'+ÿF¼°¦r¯¿oàÍ­M;}va&>=aÖk©Ø½¦¡úYdÀq#uBØÄ}„ßø›¹‰µ Õ»½<}N¶w¶=L"‘†s o3Cä.^;¦?úk™i“«î–?k0Y!]va&>!,úýÅs—iȬ¤²È?3/ã/z½Þ‘D" _¿}µL"kÈ$²ÙŽ|¯¸;sùûÝòAÙt …Úg4Y· nj^xò•GNÝ·´‹/]?÷ŒB9G¥R{ ƒÃí‚ÌÞçvì}  4/(§(ëU½^ç‚H$uNa&%$ ì#âÙ«ëïx]½uù m?:á]G®c^IÎ_a¤Ÿx ¾"úí± à8þOø§í Ç¥`Ü·Çñý`øGÇq,åÖ~‹0ŸÀ'6ñþ±‰ã:V>4TêHF-ÀXX¥R¥ŒÖh5‚ï/ýálV¡P)£uz{NaÖúˆ œ¾tâiù|:™DRºº¸_Ñëõ,É@ÿÂÖÎÖ­g.?¸jÉ:+7™}âÞt½•N¥µktZ‰Tœ’–qa…B`Ðè"µVã?¤Š¿róR’­ÙΞþžU ]Äf±Ë*E¬F§õθ}íùÈШN]:þ”lP6ƒL")]ݯ z†x a›©, [_ç=}Ý©8™Ag4SÈ”A™\ê5¨L4âF4ž½øŸÊõ¬+“ºz;7û‡X¾ õzEu™_NÑíçmÃ}ðÅþwpsRŒpË @Gwû‚ù³=ÑùÝ™ÃÛkïî¤Óè3§Ì~mÒÄÉMÇÏ»±½«í¡ž¾î+nž :®Ÿ?㤄™µM- ÎÒÏþ¿9鄚¿!ƒÑÈ–HÅÑ)ÉKvÆN˜Ôf’4çÕ7Õ.²Øëšj;p¸„Ã[®Ü¼˜ØÙÓ±1@øÉÒy+¯ k*ù%ÙÏ^ËL{640ü•û­Ã¢òüÀ¼’œ]ã…á°j·o|Ü<ÐiuZ¾Z3ì¶nù¦í,KsáÚ™­Uw+_ˆ‰œ´ÕÓ?TZUäW]'|Ñß7ðó…s–\Óëõ¤sWOo.¿û˜‹“«êì•SË¥ò™‘¡Qÿ\2wyvfÞèraÉsÓÏnµœˆHd’y~Þþ‡–§¬ºØ ªóÈÌÍØs#;}wDÈ„Q]§ž¹üý*‰T’<}ò̽ISfÖÔÔW{\Ϻº÷ê­K=ùÈÓ÷ô›yÅÙ!-¢ío¿C©‹Öœ¯kªõÌÌ»ñœe˜®žNNAiîŸy\§¼-k·}Ì 3ôò!½¹µÉÀ´Bûø›÷Wdiø©í{^0I*J+‹^ópãŸ_ÔÖÕ¶©WÜse<‹’¿¶IY;?|õ’õ;ŸÞ¾ç*…Ú `ÄqÆüY ÷<µ}Ï« :£@9¬ ¸S[Å—ɧxyúœ\»tÃÑ+þœpÁ)jo^m›ƒÎhzjûó»çÎHy“¸F¡P¤»¶>÷äê¥Ì DÚ`—IgÖ?³ãŧžÚþük®În—TjUDEu™ÏÝú;²AÙ ¾‡÷éµË6|»aåÃ_°1N@k‡èž² I½0yÉ“ÏíØûazñÜå—6®ÜüðƒÔ[Ш´®5K7\¥Ñ膄ةMžîü{V^Þ7½<¼3Æþó¹'ޝ—àJ\T|+“ÁÒ‡…gFÌÅɵpjüôznˆ‹š|ÇqZ]Scaº¤„™µ²f™°DÐÓ×íêÈu¬P(‡&ØVQdhÔ)Âs•B5†E¤ É[ÚEަÕÄà|JH`Ø•±ž½¹µ)…N¥u¬_¾é"ÆÂt‰“¦5zó}¯(UÊ蚆êqÅ™–¸:»Kǯï oOŸr›h(6*þ¤¿oÀ€»‹‡rÞŒ…ßq#3·øv@iUÉrÞ¾~Ŧ \Oãìè2¼`Ö¢ƒSZU ÐÓÛ•ÂÆ8•ˤÞ&“ÉøÜ *œ]²%RÉ&2®Ý×K`U÷· oÍ1œ™‰³OîW¹ž†xd2Åøcõèåá“E¤—St{‰DR¯Yºá˜«³›’q´«—¬;ÒUT—ÅD…Ew…Gü»¹µé±/¾ûd¯V§uK]´æ]â;¢R¨Æ‰³ïÊäRFùRß®ž7GžS…B©¸Ç+âÄð˜S!aý.N®*Ow~¾Þ w¥E…Çtr9<¿o`–N¯wmïj³ôWBÃÎ…Eôò¸ŽêÔÅk¿@PRY4{´zÌ/É]B!“åë–?tÒÙÑe˜ËáiV,\}GåÂ’QÝ‚²¼V# =Oä³féúc!³M¿¤ Ìqsq¿I êS'%™Üxyzßù±ú÷póì0ùdRMöòô¾  !ž8iZ#@^ñí‰:½Î}BèÄ“Â&v¹8¹ªÖ-ßt!¤¯¬.›gY~_/AZ\T|+ÆÂt!aYF£sur-˜:)©F£â&ÆßÀqœVßX;®òøÚmëÿ"t*­#Ð/X@£Òútz;…L–³>Ñ­Ö¨  ½«Í‡ˆÛÖÙúèCï=j™žN§åÛîWr9¼**…jôš×p0‡; :Cïë%‘6â8S§Ó±Á—WEt®Â~IßR€ž¾nOËpí]m[zo‹uYtž å Y Øl‡R[w<®£šÇu|àf+5µ»ÇÁJw#PTÕÒníJÙVªp?„GTÿ{yøô¼ýÌ×"B't_¼~TÃ*6€iÅöՉϟ–Ê’B:*•Ök4éz½ÞÅ2]BÚ©ñÓ­,0&'Í– KºrвøùøŸÈ)ÊZ@¡PÅs¦Ï¯çÙù<«ûaAá- ÐÙÓÁ޼gE5þ¾þ¾i÷–€L")bÍ60ü}èTZÇbÐ @5¬èt:·ýßþÊ6®|Pæn0V§óà{z[åëåé]Ù+îImÕ»ågcœ*Ë0áÁ‘•õÍuÐÚÑâEtÊm­<ƒÑàÐ'îMÙðídâ:ŽãpJK{³ñ-Z¢V«=8lŽ•÷ÁÈШʺ¦ö )}è4zëh+U“‡ÃµË6Þw=*”C£ÑÈ:øÍ‡V"#ŽÓ”*…y_vEʪ̎®¶Yò!ùôI'ÿÅËÓg¸g0СãŸî’ ˆç#„ T*­ÇTƒÑÀQª”Tâ¸'¤Oš2ÓÜæ¹N½±âÍuëîêÑ “°}ø¾rS<0NŽI4{1ãrx“Y«T)¼F{&¥Ják0>üò__X^Çq (”C£î5Kú==Åìùq´,&Ë\ùõÍuÞ€‚ýCîñ©N0wú‚ ó{±¤½«Õ :"vÔôd|„6!vª¹Î0¦c1±»ªa•U¿iÑOx÷|üè'‚'t_º~”à +ý![ìûÿ*Õ,JE$Ó,”B¡ZvHV«X:n¹n.‹Éê F땃Á`ÌÎmÓét‹K¼<}ÒÚ»ÚRµZÍ©ž¾îOwþ•ñ$ˆDRë,Þ€lPæ`Õ†ŒFÜhõÜ­Æjr—S”–_’3¦ €ipµcFº|HÎ ôŒ¸é asœD"i1V=ofÊǶi¹:» ’Éd‘F£ÑX•_5¬tÀXló¹q½^oýŒr©ƒÁ¼g¢Èb²´>|ß“1&ݳ§ëÃ÷½GdÕž'^~l$O-Fo_4gé[¶áxŽf‘m™°D PESÈdYskc2XØ/¹píÌ\É€xArÒ¼ç&Ç&6“ ?“öýüº¦Úgq …A„À8Z[²UBµ HÅñžô½‹DÕ0‰DÒ1è QJò’wlï9òœFµ•A¥R58’HÅl'W³k\½^ï@§ÒÅÌ‘w-’©ôùÅу;¥ò¤ñžgbDìû)³Ói €D*áI×̺LªÇqªL>À´´…¡×ë¸L&ËjkŒB¦Üc…”L"ÿdˤöýwNh`˜¨¨¢@‹ã8 à¡Ô-‡ ã•ÕåÞ-¢ ¶ƒV©Tüb pù <¾LX"pâ9võvÎ@úAPJ3–çeAVn>B J•ÕåÞ-íÍÁ\OócšÛ:½Ž¤Ñ¨)lŒ£+ “ÉP÷jüƒ4¶ƒ ½³u\Ûûl»Y"'[v¶í]m1¶áb"ã>Äq|lÍh„~ñB9Äg2˜õq'›;½žþîq;Kf'ͽñõñÏ=rê«Çôzóô„Y×-ïkµ²N¯' ÆÄšeƒ²)–z ¢¶æ8HìÚ@§3$r¹ÔJ*–ôY9> ò éVýk¼²qØ\+-8¥¸¢`BÊìÅÅ¥•Å~£ëêìÖàÀv¨ïéïYáÀæªø^C£¥É¤3DRù@,˜}Yôö÷ÄRÈ”_/yV+#Ê!ÑvšÛšbIiCÃ;lÓtqrUÑ©´Ž~Ißä° ˆ1=‹Ù¶GÛAÔÕÛ¹F>$£ÆhšZ¬Ú‘«³[]OϪ¼’ì°Sfßãó‚F£b"ãÆ­Gù‡‰¡#שN*oJÖjµÔ‰1÷< €éBf^ÆË<®cNBìÔSé™i|"eõ’õ׃|:ÑbéÛ¾»·ËöÈò/BXSä’`Ò Ðhµ¾Ž<§Që–çÀ«kël}`,É€IãžNg詪QàíßRQ]Žß©­Š ¿`ÒT×h5~kˆ™Ð™qûª¢­³5F]eÇL˜tE*“Œëô'$0¼i¤l-…åùÚ†æºÄ¤É3êlÃñ=¼›ëškQ™°4ÚËÓ'À$ Rk5~înž·lÃ?ìûï/OŸA_/Á‘ÖŽ–íò!yÒ{Ÿï;Π3D:ÎE§×¹;° Átòà€ã8åZfÚG“‚™‹“ë5BÑÅÏÛïQ»è1ù|ê_ì?fYÆ)Ó‘Çq9yá»U­­[_ÚýÚÒ±V¡‘¡Qå¢zò±3‡Ÿ ¹ÑÚ.JT Þ³WhIRÂ̳篞NùøëÞ ‰<ÕÑÕ3 ß3˜Î›¹°ì¾*ãä’—Wœ½üäÅc‹Ý\Ü[kï¦h5šQE–£áîâ¡tä:eõIú–ñx9¶ŠFßžþz»D*žõâÎW7LO:u9ã✽ÿfxpÄéŽîލÞþîån.î ­r_¾oi‰¸wÅ×'¾xÄ›ïSÕÔÒ¬Óë¬Ì({¸y*<Ü|),("­QT?[&—Î ô þÔ2/2‰¤úòاo†G~ßÛßÜÕÛ¹ÊÍÅý’å*ҒȰ‰_” Kþrð›ÿÏÏ'঳£KWo§ _Òùئÿ8}éÄ2Q{󎧷ïY‰±0]rÒ¼‹ÇÎ^þõñ/Þ ‰<ÑÛ×Ò'é›e™î¢9Ër[ê Kó^nm] Ž,ìíïæë ꊔU™$DÂçÏZtßõ¸tþÊ«Ÿ>°4ãöÕ?ß©«ºV&“Ëx-í͉áÁ‘7§MžQüÜ·;qHë—oú˜ÇuT7·6~Ò(ª²¬ª¸6nâäÖÐÀð¼[yëNœ?ºŒïîÕTÓP=X­òÿ)ïr< }s[Óºcg8pxÝuM5QÉqÊìÅ£~óK毸øù·¥Ý¸ø—Š;eׂB*¥²§–vQbtdÜ•É1SDý’>ì‹ï>ù>È/ø£µË6¦E„Lè¹]p+³©¥ñ‘c现¸nO]SíF ™lnÿ :Cïïx¸©¥qÇ'‡Ђ"®‘H$£¨­9î‘uÛÄG'ˆ@4Z¹lñtçyyxßÕÓ±î³o?æF„D¦ët:jgw{äÃk¶Oœ4­±¤²°¸¶±úq¥jÈÙÃí­m¬y˜B&ËÌZ4¦ÞË/Á®<÷?›ÅnÀ˜˜Íb‹~¸ÆaLLˆ±ØæýI6Æi5]ÃÌ3LJR·œ‰Nø3ã”’Id…F£ö%‘HÃÎ<çô°àˆ 4M11!ÆÄ„lŒÓ€H,®™gÌ »3r­€J¡ˆpáÁ‘{{ú¥Q©=4*µ›ïîubËÚmæÎuÃÊÍç&ÇLym¤,C#eQ;ó°bÓéœIDATœ¯‡Gž0í/ږŪ.0N?ÆÄ„㉖G:û}Êae`YUÉ^ÇNœ”ô.ÆÄ„t:]7R§Cbò° ˆÞ™SçìÅqœ\.,yA¡TfLIþ;ÆÄ„,&ëgíé3L ÆÄ„ :ó‡m ]7òÞT–aMÏ˘™˜\íçðEgwÇü’ÊÂçÈ$²zrlâ>Œ‰™÷(Ù,¶ c±ïŽ•wH&ÀhJsZ­–Ç 3ZˆßQá1³¦Íy üNéž™dŠ—§Ï÷›×n=D„™?kQ©¯—àk‰´FŲÝ4]:ñ ÆÂ~‘—E …23!î㮞ÎäºÆ»;XL–hÍÒ ¯R7Oźå›va,vc{WÛòŒìkïÜ©­ÚF!ST®ÎnCóf¤”ÇFÅÿU«ÕºW¾¢P)‚‚Bÿ½vÙÆË–y9;ºdº8¹Ý©­ÜÞÛß3ÏÓÍóüÃk¶š÷îÙ§ cqÌßXÊìÅÅI 3_4 Ì;µU»³òo¼ÑÚ!ZÄsp4o©5jG•ÖÉd2õ&¯óg-zD"i+«Ëž“ É“§ÍýûÈw©0µñ-k·¿êèèœÛ'îM¾™sýíFQC*F·j÷ ÆÂt›×n{žÇu,íéëžw#;ýÊê²'8Nöt÷ç—ä„h4÷™‰Éÿ ôSV/YŸîêì–V&,Y8iZc_ðÁî¾®Ù…åù/ „Œ‰“’þ11!™l³1Î ‹õC4åÍV`LLh)Ff1Yê‘vo–ª‘HH3-~úþ~I_Bu]Õn•Ö¿,%õEBÒaŽÃ0ÅárxšM«y–ËáVuõv,¼‘þNÕÝŠ€îáæ9ÐÓ×Åpwõ0K¶6¯Ùö‹“KfgwûŠºÆšM>ž¾W<ÝøÙ›8Š k—m¼µ_£Q{•ç¿Z\QøŒÁ Óå±yÍÖc~ÁŸªTJÿ¼âì¿–ß)Ù‰ã¸y|ݼvëÛNŽ.·;{:W×ÝÙÉ 3º—Î_ù<±]`î'?ÔF×ÝOpÆuKŒÆq³n翌Ým«É×'>ß: “$<»cïNËI7¢w¾ýíÔøéoLO˜U;^ÿiNœ?º¼£»}éž'^ÞñŸÎëÀ¡½1±¶mÿüA¦ûþgûÞ ô :»lAêí™îï‰ éggÖ6TïÞ»ëµu2Ý“-ééïN|jÛóãêuüÎÕm«;v~GŒœ£žÐÓß³|RTü›¶’!Å -40ü³_{Pÿ½àë-H[2Eö¯]Ž?"n.î­aÁ¶Ç'ÿðØv;v~gˆÚ›'ÊäÒˆÿЃ£íÓr9<Íò”UY£ÅýoÃÆ8bŒ…ÕÿWòb±[0{T s¿„U‹×]ÿñPlØ,¶c±«tº³¦Î¹óã¡þxØEñ¿!lDñ\ˆüuKdÇŽ;v~ãT®}l™àQ¼}`ÿ a9°ÿº%±cÇŽ;ÿk»]+ÞŽ;vìØùaßcÿíá12ë²cÇŽ;v~ 1öý·HÊÈŸ;vìØ±ó“ùÿ¶ŸEV3%IEND®B`‚openldap-2.4.45+dfsg/doc/guide/admin/appendix-common-errors.sdf0000644000175000017500000006351413114071203023074 0ustar ryanryan# $OpenLDAP$ # Copyright 2007-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. H1: Common errors encountered when using OpenLDAP Software The following sections attempt to summarize the most common causes of LDAP errors when using OpenLDAP H2: Common causes of LDAP errors H3: ldap_*: Can't contact LDAP server The {{B:Can't contact LDAP server}} error is usually returned when the LDAP server cannot be contacted. This may occur for many reasons: * the LDAP server is not running; this can be checked by running, for example, > telnet replacing {{}} and {{}} with the hostname and the port the server is supposed to listen on. * the client has not been instructed to contact a running server; with OpenLDAP command-line tools this is accomplished by providing the -H switch, whose argument is a valid LDAP url corresponding to the interface the server is supposed to be listening on. H3: ldap_*: No such object The {{B:no such object}} error is generally returned when the target DN of the operation cannot be located. This section details reasons common to all operations. You should also look for answers specific to the operation (as indicated in the error message). The most common reason for this error is non-existence of the named object. First, check for typos. Also note that, by default, a new directory server holds no objects (except for a few system entries). So, if you are setting up a new directory server and get this message, it may simply be that you have yet to add the object you are trying to locate. The error commonly occurs because a DN was not specified and a default was not properly configured. If you have a suffix specified in slapd.conf eg. > suffix "dc=example,dc=com" You should use > ldapsearch -b 'dc=example,dc=com' '(cn=jane*)' to tell it where to start the search. The {{F:-b}} should be specified for all LDAP commands unless you have an {{ldap.conf}}(5) default configured. See {{ldapsearch}}(1), {{ldapmodify}}(1) Also, {{slapadd}}(8) and its ancillary programs are very strict about the syntax of the LDIF file. Some liberties in the LDIF file may result in an apparently successful creation of the database, but accessing some parts of it may be difficult. One known common error in database creation is putting a blank line before the first entry in the LDIF file. {{B:There must be no leading blank lines in the LDIF file.}} It is generally recommended that {{ldapadd}}(1) be used instead of {{slapadd}}(8) when adding new entries your directory. {{slapadd}}(8) should be used to bulk load entries known to be valid. Another cause of this message is a referral ({SECT:Constructing a Distributed Directory Service}}) entry to an unpopulated directory. Either remove the referral, or add a single record with the referral base DN to the empty directory. This error may also occur when slapd is unable to access the contents of its database because of file permission problems. For instance, on a Red Hat Linux system, slapd runs as user 'ldap'. When slapadd is run as root to create a database from scratch, the contents of {{F:/var/lib/ldap}} are created with user and group root and with permission 600, making the contents inaccessible to the slapd server. H3: ldap_*: Can't chase referral This is caused by the line > referral ldap://root.openldap.org In {{F:slapd.conf}}, it was provided as an example for how to use referrals in the original file. However if your machine is not permanently connected to the Internet, it will fail to find the server, and hence produce an error message. To resolve, just place a # in front of line and restart slapd or point it to an available ldap server. See also: {{ldapadd}}(1), {{ldapmodify}}(1) and {{slapd.conf}}(5) H3: ldap_*: server is unwilling to perform slapd will return an unwilling to perform error if the backend holding the target entry does not support the given operation. The password backend is only willing to perform searches. It will return an unwilling to perform error for all other operations. The shell backend is configurable and may support a limited subset of operations. Check for other errors indicating a shortage of resources required by the directory server. i.e. you may have a full disk etc H3: ldap_*: Insufficient access This error occurs when server denies the operation due to insufficient access. This is usually caused by binding to a DN with insufficient privileges (or binding anonymously) to perform the operation. You can bind as the rootdn/rootpw specified in {{slapd.conf}}(5) to gain full access. Otherwise, you must bind to an entry which has been granted the appropriate rights through access controls. H3: ldap_*: Invalid DN syntax The target (or other) DN of the operation is invalid. This implies that either the string representation of the DN is not in the required form, one of the types in the attribute value assertions is not defined, or one of the values in the attribute value assertions does not conform to the appropriate syntax. H3: ldap_*: Referral hop limit exceeded This error generally occurs when the client chases a referral which refers itself back to a server it already contacted. The server responds as it did before and the client loops. This loop is detected when the hop limit is exceeded. This is most often caused through misconfiguration of the server's default referral. The default referral should not be itself: That is, on {{F:ldap://myldap/}} the default referral should not be {{F:ldap://myldap/}} (or any hostname/ip which is equivalent to myldap). H3: ldap_*: operations error In some versions of {{slapd}}(8), {{operationsError}} was returned instead of other. H3: ldap_*: other error The other result code indicates an internal error has occurred. While the additional information provided with the result code might provide some hint as to the problem, often one will need to consult the server's log files. H3: ldap_add/modify: Invalid syntax This error is reported when a value of an attribute does not conform to syntax restrictions. Additional information is commonly provided stating which value of which attribute was found to be invalid. Double check this value and other values (the server will only report the first error it finds). Common causes include: * extraneous whitespace (especially trailing whitespace) * improperly encoded characters (LDAPv3 uses UTF-8 encoded Unicode) * empty values (few syntaxes allow empty values) For certain syntax, like OBJECT IDENTIFIER (OID), this error can indicate that the OID descriptor (a "short name") provided is unrecognized. For instance, this error is returned if the {{objectClass}} value provided is unrecognized. H3: ldap_add/modify: Object class violation This error is returned with the entry to be added or the entry as modified violates the object class schema rules. Normally additional information is returned the error detailing the violation. Some of these are detailed below. Violations related to the entry's attributes: > Attribute not allowed A provided attribute is not allowed by the entry's object class(es). > Missing required attribute An attribute required by the entry's object class(es) was not provided. Violations related to the entry's class(es): > Entry has no objectClass attribute The entry did not state which object classes it belonged to. > Unrecognized objectClass One (or more) of the listed objectClass values is not recognized. > No structural object class provided None of the listed objectClass values is structural. > Invalid structural object class chain Two or more structural objectClass values are not in same structural object class chain. > Structural object class modification Modify operation attempts to change the structural class of the entry. > Instanstantiation of abstract objectClass. An abstract class is not subordinate to any listed structural or auxiliary class. > Invalid structural object class Other structural object class problem. > No structuralObjectClass operational attribute This is commonly returned when a shadow server is provided an entry which does not contain the structuralObjectClass operational attribute. Note that the above error messages as well as the above answer assumes basic knowledge of LDAP/X.500 schema. H3: ldap_add: No such object The "ldap_add: No such object" error is commonly returned if parent of the entry being added does not exist. Add the parent entry first... For example, if you are adding "cn=bob,dc=domain,dc=com" and you get: > ldap_add: No such object The entry "dc=domain,dc=com" likely doesn't exist. You can use ldapsearch to see if does exist: > ldapsearch -b 'dc=domain,dc=com' -s base '(objectclass=*)' If it doesn't, add it. See {{SECT:A Quick-Start Guide}} for assistance. Note: if the entry being added is the same as database suffix, it's parent isn't required. i.e.: if your suffix is "dc=domain,dc=com", "dc=com" doesn't need to exist to add "dc=domain,dc=com". This error will also occur if you try to add any entry that the server is not configured to hold. For example, if your database suffix is "dc=domain,dc=com" and you attempt to add "dc=domain2,dc=com", "dc=com", "dc=domain,dc=org", "o=domain,c=us", or an other DN in the "dc=domain,dc=com" subtree, the server will return a "No such object" (or referral) error. {{slapd}}(8) will generally return "no global superior knowledge" as additional information indicating its return noSuchObject instead of a referral as the server is not configured with knowledge of a global superior server. H3: ldap add: invalid structural object class chain This particular error refers to the rule about STRUCTURAL objectclasses, which states that an object is of one STRUCTURAL class, the structural class of the object. The object is said to belong to this class, zero or more auxiliaries classes, and their super classes. While all of these classes are commonly listed in the objectClass attribute of the entry, one of these classes is the structural object class of the entry. Thus, it is OK for an objectClass attribute to contain inetOrgPerson, organizationalPerson, and person because they inherit one from another to form a single super class chain. That is, inetOrgPerson SUPs organizationPerson SUPs person. On the other hand, it is invalid for both inetOrgPerson and account to be listed in objectClass as inetOrgPerson and account are not part of the same super class chain (unless some other class is also listed with is a subclass of both). To resolve this problem, one must determine which class will better serve structural object class for the entry, adding this class to the objectClass attribute (if not already present), and remove any other structural class from the entry's objectClass attribute which is not a super class of the structural object class. Which object class is better depends on the particulars of the situation. One generally should consult the documentation for the applications one is using for help in making the determination. H3: ldap_add: no structuralObjectClass operational attribute ldapadd(1) may error: > adding new entry "uid=XXX,ou=People,o=campus,c=ru" > ldap_add: Internal (implementation specific) error (80) > additional info: no structuralObjectClass operational attribute when slapd(8) cannot determine, based upon the contents of the objectClass attribute, what the structural class of the object should be. H3: ldap_add/modify/rename: Naming violation OpenLDAP's slapd checks for naming attributes and distinguished values consistency, according to RFC 4512. Naming attributes are those attributeTypes that appear in an entry's RDN; distinguished values are the values of the naming attributes that appear in an entry's RDN, e.g, in > cn=Someone+mail=someone@example.com,dc=example,dc=com the naming attributes are cn and mail, and the distinguished values are Someone and someone@example.com. OpenLDAP's slapd checks for consistency when: * adding an entry * modifying an entry, if the values of the naming attributes are changed * renaming an entry, if the RDN of the entry changes Possible causes of error are: * the naming attributes are not present in the entry; for example: > dn: dc=example,dc=com > objectClass: organization > o: Example > # note: "dc: example" is missing * the naming attributes are present in the entry, but in the attributeType definition they are marked as: - collective - operational - obsolete * the naming attributes are present in the entry, but the distinguished values are not; for example: > dn: dc=example,dc=com > objectClass: domain > dc: foobar > # note: "dc" is present, but the value is not "example" * the naming attributes are present in the entry, with the distinguished values, but the naming attributes: - do not have an equality field, so equality cannot be asserted - the matching rule is not supported (yet) - the matching rule is not appropriate * the given distinguished values do not comply with their syntax * other errors occurred during the validation/normalization/match process; this is a catchall: look at previous logs for details in case none of the above apply to your case. In any case, make sure that the attributeType definition for the naming attributes contains an appropriate EQUALITY field; or that of the superior, if they are defined based on a superior attributeType (look at the SUP field). See RFC 4512 for details. H3: ldap_add/delete/modify/rename: no global superior knowledge If the target entry name places is not within any of the databases the server is configured to hold and the server has no knowledge of a global superior, the server will indicate it is unwilling to perform the operation and provide the text "no global superior knowledge" as additional text. Likely the entry name is incorrect, or the server is not properly configured to hold the named entry, or, in distributed directory environments, a default referral was not configured. H3: ldap_bind: Insufficient access Current versions of slapd(8) requires that clients have authentication permission to attribute types used for authentication purposes before accessing them to perform the bind operation. As all bind operations are done anonymously (regardless of previous bind success), the auth access must be granted to anonymous. In the example ACL below grants the following access: * to anonymous users: - permission to authenticate using values of userPassword * to authenticated users: - permission to update (but not read) their userPassword - permission to read any object excepting values of userPassword All other access is denied. > access to attr=userPassword > by self =w > by anonymous auth > access * > by self write > by users read H3: ldap_bind: Invalid credentials The error usually occurs when the credentials (password) provided does not match the userPassword held in entry you are binding to. The error can also occur when the bind DN specified is not known to the server. Check both! In addition to the cases mentioned above you should check if the server denied access to userPassword on selected parts of the directory. In fact, slapd always returns "Invalid credentials" in case of failed bind, regardless of the failure reason, since other return codes could reveal the validity of the user's name. To debug access rules defined in slapd.conf, add "ACL" to log level. H3: ldap_bind: Protocol error There error is generally occurs when the LDAP version requested by the client is not supported by the server. The OpenLDAP Software 2.x server, by default, only accepts version 3 LDAP Bind requests but can be configured to accept a version 2 LDAP Bind request. Note: The 2.x server expects LDAPv3 [RFC4510] to be used when the client requests version 3 and expects a limited LDAPv3 variant (basically, LDAPv3 syntax and semantics in an LDAPv2 PDUs) to be used when version 2 is expected. This variant is also sometimes referred to as LDAPv2+, but differs from the U-Mich LDAP variant in a number of ways. H3: ldap_modify: cannot modify object class This message is commonly returned when attempting to modify the objectClass attribute in a manner inconsistent with the LDAP/X.500 information model. In particular, it commonly occurs when one tries to change the structure of the object from one class to another, for instance, trying to change an 'apple' into a 'pear' or a 'fruit' into a 'pear'. Such changes are disallowed by the slapd(8) in accordance with LDAP and X.500 restrictions. H3: ldap_sasl_interactive_bind_s: ... If you intended to bind using a DN and password and get an error from ldap_sasl_interactive_bind_s, you likely forgot to provide a '-x' option to the command. By default, SASL authentication is used. '-x' is necessary to select "simple" authentication. H3: ldap_sasl_interactive_bind_s: No such Object This indicates that LDAP SASL authentication function could not read the Root DSE. The error will occur when the server doesn't provide a root DSE. This may be due to access controls. H3: ldap_sasl_interactive_bind_s: No such attribute This indicates that LDAP SASL authentication function could read the Root DSE but it contained no supportedSASLMechanism attribute. The supportedSASLmechanism attribute lists mechanisms currently available. The list may be empty because none of the supported mechanisms are currently available. For example, EXTERNAL is listed only if the client has established its identity by authenticating at a lower level (e.g. TLS). Note: the attribute may not be visible due to access controls Note: SASL bind is the default for all OpenLDAP tools, e.g. ldapsearch(1), ldapmodify(1). To force use of "simple" bind, use the "-x" option. Use of "simple" bind is not recommended unless one has adequate confidentiality protection in place (e.g. TLS/SSL, IPSEC). H3: ldap_sasl_interactive_bind_s: Unknown authentication method This indicates that none of the SASL authentication supported by the server are supported by the client, or that they are too weak or otherwise inappropriate for use by the client. Note that the default security options disallows the use of certain mechanisms such as ANONYMOUS and PLAIN (without TLS). Note: SASL bind is the default for all OpenLDAP tools. To force use of "simple" bind, use the "-x" option. Use of "simple" bind is not recommended unless one has adequate confidentiality protection in place (e.g. TLS/SSL, IPSEC). H3: ldap_sasl_interactive_bind_s: Local error (82) Apparently not having forward and reverse DNS entries for the LDAP server can result in this error. H3: ldap_search: Partial results and referral received This error is returned with the server responses to an LDAPv2 search query with both results (zero or more matched entries) and references (referrals to other servers). See also: ldapsearch(1). If the updatedn on the replica does not exist, a referral will be returned. It may do this as well if the ACL needs tweaking. H3: ldap_start_tls: Operations error ldapsearch(1) and other tools will return > ldap_start_tls: Operations error (1) > additional info: TLS already started When the user (though command line options and/or ldap.conf(5)) has requested TLS (SSL) be started twice. For instance, when specifying both "-H ldaps://server.do.main" and "-ZZ". H2: Other Errors H3: ber_get_next on fd X failed errno=34 (Numerical result out of range) This slapd error generally indicates that the client sent a message that exceeded an administrative limit. See sockbuf_max_incoming and sockbuf_max_incoming_auth configuration directives in slapd.conf(5). H3: ber_get_next on fd X failed errno=11 (Resource temporarily unavailable) This message is not indicative of abnormal behavior or error. It simply means that expected data is not yet available from the resource, in this context, a network socket. slapd(8) will process the data once it does becomes available. H3: daemon: socket() failed errno=97 (Address family not supported) This message indicates that the operating system does not support one of the (protocol) address families which slapd(8) was configured to support. Most commonly, this occurs when slapd(8) was configured to support IPv6 yet the operating system kernel wasn't. In such cases, the message can be ignored. H3: GSSAPI: gss_acquire_cred: Miscellaneous failure; Permission denied; This message means that slapd is not running as root and, thus, it cannot get its Kerberos 5 key from the keytab, usually file /etc/krb5.keytab. A keytab file is used to store keys that are to be used by services or daemons that are started at boot time. It is very important that these secrets are kept beyond reach of intruders. That's why the default keytab file is owned by root and protected from being read by others. Do not mess with these permissions, build a different keytab file for slapd instead, and make sure it is owned by the user that slapd runs as. To do this, start kadmin, and enter the following commands: > addprinc -randkey ldap/ldap.example.com@EXAMPLE.COM > ktadd -k /etc/openldap/ldap.keytab ldap/ldap.example.com@EXAMPLE.COM Then, on the shell, do: > chown ldap:ldap /etc/openldap/ldap.keytab > chmod 600 /etc/openldap/ldap.keytab Now you have to tell slapd (well, actually tell the gssapi library in Kerberos 5 that is invoked by Cyrus SASL) where to find the new keytab. You do this by setting the environment variable KRB5_KTNAME like this: > export KRB5_KTNAME="FILE:/etc/openldap/ldap.keytab" Set that environment variable on the slapd start script (Red Hat users might find /etc/sysconfig/ldap a perfect place). This only works if you are using MIT kerberos. It doesn't work with Heimdal, for instance. In Heimdal there is a function gsskrb5_register_acceptor_identity() that sets the path of the keytab file you want to use. In Cyrus SASL 2 you can add > keytab: /path/to/file to your application's SASL config file to use this feature. This only works with Heimdal. H3: access from unknown denied This related to TCP wrappers. See hosts_access(5) for more information. in the log file: "access from unknown denied" This related to TCP wrappers. See hosts_access(5) for more information. for example: add the line "slapd: .hosts.you.want.to.allow" in /etc/hosts.allow to get rid of the error. H3: ldap_read: want=# error=Resource temporarily unavailable This message occurs normally. It means that pending data is not yet available from the resource, a network socket. slapd(8) will process the data once it becomes available. H3: `make test' fails Some times, `make test' fails at the very first test with an obscure message like > make test > make[1]: Entering directory `/ldap_files/openldap-2.4.6/tests' > make[2]: Entering directory `/ldap_files/openldap-2.4.6/tests' > Initiating LDAP tests for BDB... > Cleaning up test run directory leftover from previous run. > Running ./scripts/all... > >>>>> Executing all LDAP tests for bdb > >>>>> Starting test000-rootdse ... > running defines.sh > Starting slapd on TCP/IP port 9011... > Using ldapsearch to retrieve the root DSE... > Waiting 5 seconds for slapd to start... > ./scripts/test000-rootdse: line 40: 10607 Segmentation fault $SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING >$LOG1 2>&1 > Waiting 5 seconds for slapd to start... > Waiting 5 seconds for slapd to start... > Waiting 5 seconds for slapd to start... > Waiting 5 seconds for slapd to start... > Waiting 5 seconds for slapd to start... > ./scripts/test000-rootdse: kill: (10607) - No such pid > ldap_sasl_bind_s: Can't contact LDAP server (-1) > >>>>> Test failed > >>>>> ./scripts/test000-rootdse failed (exit 1) > make[2]: *** [bdb-yes] Error 1 > make[2]: Leaving directory `/ldap_files/openldap-2.4.6/tests' > make[1]: *** [test] Error 2 > make[1]: Leaving directory `/ldap_files/openldap-2.4.6/tests' > make: *** [test] Error 2 or so. Usually, the five lines Waiting 5 seconds for slapd to start... indicate that slapd didn't start at all. In tests/testrun/slapd.1.log there is a full log of what slapd wrote while trying to start. The log level can be increased by setting the environment variable SLAPD_DEBUG to the corresponding value; see loglevel in slapd.conf(5) for the meaning of log levels. A typical reason for this behavior is a runtime link problem, i.e. slapd cannot find some dynamic libraries it was linked against. Try running ldd(1) on slapd (for those architectures that support runtime linking). There might well be other reasons; the contents of the log file should help clarifying them. Tests that fire up multiple instances of slapd typically log to tests/testrun/slapd..log, with a distinct for each instance of slapd; list tests/testrun/ for possible values of . H3: ldap_*: Internal (implementation specific) error (80) - additional info: entry index delete failed This seems to be related with wrong ownership of the BDB's dir (/var/lib/ldap) and files. The files must be owned by the user that slapd runs as. > chown -R ldap:ldap /var/lib/ldap fixes it in Debian H3: ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1) Using SASL, when a client contacts LDAP server, the slapd service dies immediately and client gets an error : > SASL/GSSAPI authentication started ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1) Then check the slapd service, it stopped. This may come from incompatible of using different versions of BerkeleyDB for installing of SASL and installing of OpenLDAP. The problem arises in case of using multiple version of BerkeleyDB. Solution: - Check which version of BerkeleyDB when install Cyrus SASL. Reinstall OpenLDAP with the version of BerkeleyDB above. openldap-2.4.45+dfsg/doc/guide/admin/config_ref.png0000644000175000017500000001660413114071203020573 0ustar ryanryan‰PNG  IHDRh¾——sBITÛáOà pHYsêe¤'IDATxœíÝ{<”yÿ?ðÓŒ´ŒTÚ–”¤ƒ™aDbÛè°ª;¥2 µ:ŸÐA=ZQh7JÛÉMnÑ-‡[mKîDq;t+…ø©-ÙÚ‡Ò¬œfæóûãºw~³S#3×Ìx?ÿº\ó¹®yÆ«Ïçs”0ÆEqúôi*•ª©©Iv! ëþýûªd—À@Â/\¸PWW—ìBÖƒBÊd—?±ApÄÁ@l±ApÄÁ@l±ApÄÁ@l±ApÄÁ@l±ApÄÁ@l±Ap𹊊ŠX,“ɤÓéÑÑѵ[mmíÚÕ€ƒçªð¹Ö®]›––fjjÚÕÕU__? ûäñx………²+I€Ÿ«©©‰x”ššš‘‘úkgA°¬­­íëë;uêTKK˺º:„ЫW¯,XÀd2ÍÍÍËËˉ6»wïf³Ù¥¥¥vvvĆuuu3fÌ`2™vvvD0 šIõs ààsyyyÑét‡×ÕÕÕW³ŽŽ&“Y^^îååµcÇ„ÏÞ½{«ªªâãã7n܈joo·²²*++³¶¶lèãã³aƪªªï¾ûÎÇÇG¸™ä?\0 $""âåË—ÒßÚÚÚˆˆKKËÕ«WcŒi4šà%Áò!CÚÛÛ1ÆíííÇÇ1ÂìOãÇ'ÚtvvvÛPGG‡Ø°­­ØP¸™”bŒaŽ€`lllllìááahhˆÂ>ËËår¹\–””¨«« ~¤P(jjj}»Ol&90Té§èèh&“ijjjjjúïÿ[DKuuu‡#ø±ßSå,‹Á`°Ùì’’’þíäÓÉà”~iiicc#ÙUô"77—HŠªª*b²COOG$''óx<¢Æ855!”ššjkk‹²··?{ö,ñ*ñ0ç^ÙÚÚ&''#„.\¸@lH>Rz; àýû÷ÄBMMÍW_}%¢¥¦¦¦¾¾þíÛ·‰…;±bl˜““cffÖ¿ôãídGSSÓ¨Q£V®\yïÞ½¾Ú2TY±bÅĉ †¹¹yqq1Æ833ÓÐÐÍf ~“4Í××—Åb±Ùì'Ož`Œ_¾|¹`Á:nbb€ûã<}úÔÆÆ†Á`ØØØÔÕÕaRÿuˆ¡ Ççº}û¶•••ˆ4-&&æ›o¾üˆ1~ùòåüùó‰îCYYÙáÇ#""0Æëׯ_²d Æ8%%eÇŽÝöC,p¹\Ár·ý`ŒŸ>}jnnÎb±vîÜI4ëù]ì¹Õ‰'&NœÈd2÷ìÙƒ1PVV–B<‰ëèÑ£!%%¥ öl@ÖǧÁ,îŽÏuúôi##£/¿üòáÇ"šÑh4.—K§Ó333ñŸßWWׂ‚Œqee¥¥¥eqq±««+ÆØÆÆfúôéãmÛ¶¥§§wÛ±ššjmmM,wÛÆxñâÅ 㘘uuuÜ[pôÜJGG§¹¹ õ¤dó[ÞÖÖ¦¯¯/è/ÛÚÚfffòù|AIƒàÿøÇ?æÍ›'¢ñuÉÈÈ`0<ø±ÛtzGG‡‘‘Ñëׯ.\øÝwßÕÔÔ°X¬nC† 1333fŒššš`àÓsZ~øðá‚ø!C†àÞ‚£çVNNN‹-JMMíèèn)ƒbbbÁ¡¤¤„b2™çÏŸïê겊‚c`tuuikk‹h ø œ9sfll¬àO·­­M¸™ÝñãÇCCCcbb~úé§É“'÷º.—»}ûvgggbeÏýô ---A©C‡íu+—ŸŸïéé)A Ž?þøãÙ³geeeDdÇǸqã"""Nœ8Á!QŸ…˜ÜÂ_¼xÑÆÆFDKÁ_à­[·ôõõ5551Æ...§N"Öß¿cüý÷ßëëë×ÔÔèëë{zzöµŸ¶¶¶1cÆs=÷ãääD Uââ∡ʔ)SîÞ½‹1NLL$ÖtÛŠÏç×××cŒß½{7räHbýðáÃ¥|¦@ggç£Gòòò.\¸¶k×.ww÷9s昙™ééé 'E_tuu·mÛÁ!QŸÅÇLJÁ`˜˜˜|ýõ×555ÄJ[[Ûž-…ÿë^¾|9•JŽM§_¹rE]])èêêÆÆÆŠØO\\œ““S¯ûyòä ›Íf±X»ví"6é9Ãßm+7}útSSSƒO¼Åž={zözŸÏ¯­­ÍÉÉùûßÿ¾k×.‡caa1räÈ^³@YYy̘1sæÌquuݶm›ŸŸßˆ#9B, 6ìèÑ£mmm0T‘4"8”ðŸgªÅ£­­ÝÔÔDn ·oß~òäɽ{÷jjj~ûí·ÿû¿ÿëö­5jÔØ±c ôõõõôôôõõ¿üòËÑ£G=ZKK«ÛÓÒÒ\\\?:tÇŽ¾¾¾4 !¹lÙ2âd ©)**Ú¶mÇãóùÄéáÒ|w) :pàœ9 Ƹªªª¦¦¦´´´²²²®®®¶¶V𪒒҄ ŒŒŒŒŒ ÇO¥R?ý-BCC‰55µ7úûû5j€?†˜Äº:–Ç㩨¨H§0ÉàPdRèn`Œ«««‹‹‹ïܹS[[[PPÀçó‰—”””˜LæŠ+ètúäÉ“MLL&Mš¤¬üY'+çä䔕•)++»¹¹çw“®çÕ±¯^½òôô¬¯¯§P(111S§NÕÖÖ^¿~ýõë×555ÝÜ܈^ÉŽ;ètúºuëD´'óJ6H.¹ôþýûÔÔÔ}ûö͘1CøŠ mmm__ß„„„ÊÊJ7àomooÿ·¿ý­²²²¯¤Ìq|XTTtíÚµìììææfbåäÉ“=<|ø ¤¤äìì¼}ûvÁÍ&9pëÖ­'N¤¥¥ñx<ƒ7®[·NÊwÇ@‡ìâñx?ÿüó±cÇnÞ¼‰úú믽½½/^¬7žò‚CµµµÅÇÇÿôÓO¿þú«ªªª»»»¯¯¯™™Ùuð?²¥¥¥åÔ©S'OžlllTWW?pà€¯¯ï_|Av]ü‡¬hmm=|øð‘#G:::ôôô¶lÙ§oÙÁA¾†††°°°Ó§O·µµM˜0aÏž=«V­‚{çYÁA¦†††Ã‡GEEµµµMž<9 €ÃáÀÜ'}ähjjÚ»wïÙ³gù|¾¾¾þ?þèáá'}yñYOÇýÐÕÕ6zô訨¨I“&¥¤¤Ô×ׯZµ RÈèqHO{{{ddä¡C‡Þ¼ycdd¸bÅ ˜yÁ! |>ÿüùóûöí{þü¹®®î¹sç``ä‡Ä]¿~}ÕªU¿ÿþ;•J ð÷÷‡{êysT]]½páÂÙ³g¿~ýÚÇÇçùóçÁÁÁ@@C"ššš8Éår9B<ÄÅÁ1À0Æ{÷îmmme³ÙéééãÆ#»(Ç@ºyóæ¶mÛÊËËGuòäIOOOee J•……Exx8«’œ3f „”0ÆdW¢Þ¾}»uëÖäädUUÕmÛ¶iii‘]’=ŽïííÝÒÒòõ×__¸p᫯¾"»"$ :ÒŸ¥ªªÊÆÆÆÓÓSCC#111??R ýÔÙÙ¹sçN‹uëÖ­Í›7?|øÐÝÝÎéƒ Uú#??Æ =211INNf2™dW€TAC<---›6m²··ÿí·ß~øá‡ŠŠ H 0AC 7nÜpuumll444ÌÊÊš|¸dÉ’êêj ‹„„„)S¦]²z½À?~ÜÌÌìáÇûöí+))Ô@ô8º{ùòåêÕ«³³³ ‰Kz 8þ"??ßÙÙùÝ»wnnnñññªªðû 0Tù.—ëçççààÐÕÕuîܹóçÏCjÐøÛ@¡––GGÇââbƒqéÒ¥ &]2 zèÚµkFFFÅÅÅkÖ¬¹sç¤5¨ƒcìçç÷í·ß¶··'''ÇÆÆÂ[øƒw¨òöí[¬¬¬)S¦\½zÕÀÀ€ìŠƒ´ÇñôéSss󬬬+V”––Bj –ÁÉÉÉ £¾¾>000))ièСdW€œ\C>Ÿïíí¡««›••5sæL²+@. ¢àhnn^¹reVV–¹¹ùõë×i4Ù ¯ËP¥¾¾~Ú´iĤFaa!¤ŸcPÇþó6›ýèÑ£C‡%%% 2„ìŠoŠ?TIKKswwWSSKOO_²d Ùå ¹Ç1pqqÑÐÐ(**‚Ô` (l£³³såÊ•ééé,+##C__ŸìŠPŠMMMÎÎÎyyyŽŽŽ—/_VSS#»"ŠUlllòòòÖ¯_ÿË/¿@j0à-8WllìÆ‡ RTTdffFv9(>¹ïqDFF®[·NOOïîÝ»H‡|GHHÈÖ­['L˜PQQ1qâD²Ë`°ãàØ¿¿ŸŸŸ‰‰IAAÁ°aÃÈ.€AD^ªìÛ·ïСC £¨¨®‘@Êä28|||N:Åf³¯]»©€ôÉ_pøùù:uÊÌÌ,//OKK‹ìrŒälŽ#$$$$$ÄÜÜR)y{{ËÑÌâË—/¯]»¶lÙ2y¹‹•Jýþûï¥öv?þøcttô«W¯ÚÚÚD4ÓÐИ8q"—Ë¥P(‘‘‘ÖÖÖ’+I[[»©©Irû¤Pµµµ]¾|9Ùe(¬ÀÀ@i¾Ýܹs===MLLD7£P(¡ÜÜÜM›6Ë Cth‚ÏD¡PTTTäoŽˆ`ii)VûY³fÕÕÕ!„^½zåééY__O¡Pbbb¦NZWW·lÙ2gooÛÔÔ$Üw,÷ÜðäÉ“‘‘‘T*ÕÑÑ‘J¥¶´´°X,:þÏþs ?n/òóó¯\¹2räH)¼×àÔÞÞ¾ÿ~”ššŠÄ8p@úoJ£Ñ>±Ajjªµµ5ÆØÕÕµ  c\YYiii‰1^¼xqBBÆ8&&F]]½ÛnË=7ÔÑÑinnÆ¿ÿþSŠXwîÜ‘æ;6ÄWzƒQgg'‹ÅzûömCCCqq1B(77·ººšxµ¥¥!TXX˜œœŒrssóòòêkW=7´³³óððpwwwrr’ôdàŒˆ9çëëšžžŽ*))QWW±þózH.—Ëårë»mxñâÅÂÂÂsçÎÅÆÆ^½zU2ŸLÎÇ‚¤¢¢RZZZ^^nooöìYbýƒB¶¶¶©©©¡ .‘¡§§WVV†JNNæñxDãnbŒ_¼x1sæÌcÇŽUUU»ºº¤þá€dAp(”ÀÀ@}}ý÷ïßëëëtìììD´WWW ÏÎÎf0t:¡?~üĉS§N½ÿ>•JE………-[¶ÌÜÜüéÓ§Ä„P· 1ÆÇÌÌÌÎÎ.,, !´víZSSÓU«VIú³©‚ÉQ‰"ertÀIy‚ósÀ䨤_ièqÄÁ>NýÝ@pùðîÝ»cÇŽÁY¡2‚ȇaÆUTTŒ7.,,¬µµ•ìr; 7üýýß¼y³gψÒAp¹1qâÄ•+W"„^¿~ ñA. Oüýý••ÿ÷¥…Þ‰à”s‰ËÎÎÎÈÈ » ÅallüðáCôç)ðD|9rdÏž=[¶l!»ºÁ‚CâîܹAv ‹ˆ×¯_ŸÝÙÙÙ­MÏ#÷ žr HäååE§Ó9N\\ñ=ì9Änoo·²²*++;~ü8ñdoŒñåË—E·'õ“ý…¬ UœœœZ[[çÎËç󻺺fÍš¥ªÚ½¶ððð5kÖDEEaŒ—.]Ü뮈§[ZZ&$$H¾pþÂßߟÃáäääœ9s¦   >>¾ç[YYÙÉÉ !Äf³_¼xÑØØX[[;iÒ$ÔÛ\Ð^vÈJp „V®\IÜü^@ðäAbAWW·Ûá„M(X>|øðáÇ%[+}366666öðð044$Ö”””¨«« P(555bÙÙÙ9==½ººšÃáˆh/#de¨€bÈÍÍ%î‡ZUUELvˆbs8œ”””ŒŒŒÅ‹k>qHN.Eãéé9iÒ$&“iccSQQÑW3 ‹Å`0ØlvIII¯müüüLLLˆãÜŸcPË7yòd&“éííMLv†‡‡ggg3 :žœœÜ­½©©iCCNü–D·—24TÂÅÅåìÙ³ªªª¹¹¹«V­ª¬¬ìµ…B!b%77wÓ¦M½FLtttCCCÏɦn„)ÊïñÅ’””Ômè!6BH0£ñ‰íeô8££#ñ§>cÆŒ/^|´ý¬Y³ˆû†w; ÈápÞ½{gaaAœJ'âaii©ðò¹sç¦M›fjjjnn^ZZ*ÙO È’ššŠÄ8p€¬·þá‡ÜÝÝûz•F£ ©©©ÖÖÖcWWׂ‚Œqee¥¥¥¥p›^_¥R©iiiÄ«ÂËoß¾%ªªªzîGÒ222îܹ#µ·„ˆ¯4 USZZZbbbAAA_ :;;Y,ÖÛ·oŠ‹‹QoG…‰>F(¼\]]½oß¾ÆÆFUUUâ<= x 8Ð¥K—üüü®_¿NÌê÷Š˜ãàñx¾¾¾¡¡¡ééé¨ÇQÀnD#^öððHJJ²²²êêêTÓ¢ƒ Ìq(šË—/ûúúfgg|´±ŠŠJHHHiiiyy¹è£€Ÿ~Œ°µµuôèÑ¡¨¨(>ŸßŸÏd‡¢qwwïèèpvvf±X, ýyS‚¾¨««‰> øéÇCCCíìì,--›šš¨Têç" ‹`rT¢Hœœ`rTÒˆ¯4ô8bƒà Í«W¯.^¼Hvô êëë7oÞ$$$66¶««‹ÃáÐét²+ ? 8¤D82BÊÊÊd@?ApHœpdîo¸|ùrènùÁ!AõõõW®\9tè 20Æ!%%%ƒcÇŽ‘] B¡R©[·n%»ŠÁ‚CRš››-,,‰‰È,‡……‘T—ÂÒÒÒ‚àI¡ÑhÏŸ?_ºtiUUÕ³gÏ”””„³ãøñãÄi` |ô¾!`ÁïZ‚(й¹yzzz||ü¡C‡„ããÒ¥KÛ·o'»@ú Îã8 …²aÆÚÚÚ¨¨(Á…gyyyä@¿ApH‰p|Œ;!HvQô‡T ÇG}}=t:€œ‚à ?†ÛU9ÁA²« ? 8bƒàˆ ‚ 6€Ø 8bƒàˆ ‚ 6€Ø 8bS-((¸ÿ>Ùe(,eeˆf €TÃÃÃÉ® gàF>@¡ÅÆÆfdd]ˆÂ7nBèÿ|ë2Ž‘ÃnIEND®B`‚openldap-2.4.45+dfsg/doc/guide/admin/dbtools.sdf0000644000175000017500000003105413114071203020124 0ustar ryanryan# $OpenLDAP$ # Copyright 1999-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. H1: Database Creation and Maintenance Tools This section tells you how to create a slapd database from scratch, and how to do trouble shooting if you run into problems. There are two ways to create a database. First, you can create the database on-line using {{TERM:LDAP}}. With this method, you simply start up slapd and add entries using the LDAP client of your choice. This method is fine for relatively small databases (a few hundred or thousand entries, depending on your requirements). This method works for database types which support updates. The second method of database creation is to do it off-line using special utilities provided with {{slapd}}(8). This method is best if you have many thousands of entries to create, which would take an unacceptably long time using the LDAP method, or if you want to ensure the database is not accessed while it is being created. Note that not all database types support these utilities. H2: Creating a database over LDAP With this method, you use the LDAP client of your choice (e.g., the {{ldapadd}}(1)) to add entries, just like you would once the database is created. You should be sure to set the following options in the configuration file before starting {{slapd}}(8). > suffix As described in the {{SECT:General Database Directives}} section, this option defines which entries are to be held by this database. You should set this to the DN of the root of the subtree you are trying to create. For example: > suffix "dc=example,dc=com" You should be sure to specify a directory where the index files should be created: > directory For example: > directory /usr/local/var/openldap-data You need to create this directory with appropriate permissions such that slapd can write to it. You need to configure slapd so that you can connect to it as a directory user with permission to add entries. You can configure the directory to support a special {{super-user}} or {{root}} user just for this purpose. This is done through the following two options in the database definition: > rootdn > rootpw For example: > rootdn "cn=Manager,dc=example,dc=com" > rootpw secret These options specify a DN and password that can be used to authenticate as the {{super-user}} entry of the database (i.e., the entry allowed to do anything). The DN and password specified here will always work, regardless of whether the entry named actually exists or has the password given. This solves the chicken-and-egg problem of how to authenticate and add entries before any entries yet exist. Finally, you should make sure that the database definition contains the index definitions you want: > index { | default} [pres,eq,approx,sub,none] For example, to index the {{EX:cn}}, {{EX:sn}}, {{EX:uid}} and {{EX:objectclass}} attributes, the following {{EX:index}} directives could be used: > index cn,sn,uid pres,eq,approx,sub > index objectClass eq This would create presence, equality, approximate, and substring indices for the {{EX:cn}}, {{EX:sn}}, and {{EX:uid}} attributes and an equality index for the {{EX:objectClass}} attribute. Note that not all index types are available with all attribute types. See {{SECT:The slapd Configuration File}} section for more information on this option. Once you have configured things to your liking, start up slapd, connect with your LDAP client, and start adding entries. For example, to add an organization entry and an organizational role entry using the {{I:ldapadd}} tool, you could create an {{TERM:LDIF}} file called {{EX:entries.ldif}} with the contents: > # Organization for Example Corporation > dn: dc=example,dc=com > objectClass: dcObject > objectClass: organization > dc: example > o: Example Corporation > description: The Example Corporation > > # Organizational Role for Directory Manager > dn: cn=Manager,dc=example,dc=com > objectClass: organizationalRole > cn: Manager > description: Directory Manager and then use a command like this to actually create the entry: > ldapadd -f entries.ldif -x -D "cn=Manager,dc=example,dc=com" -w secret The above command assumes settings provided in the above examples. H2: Creating a database off-line The second method of database creation is to do it off-line, using the slapd database tools described below. This method is best if you have many thousands of entries to create, which would take an unacceptably long time to add using the LDAP method described above. These tools read the slapd configuration file and an input file containing a text representation of the entries to add. For database types which support the tools, they produce the database files directly (otherwise you must use the on-line method above). There are several important configuration options you will want to be sure and set in the config file database definition first: > suffix As described in the {{SECT:General Database Directives}} section, this option defines which entries are to be held by this database. You should set this to the DN of the root of the subtree you are trying to create. For example: > suffix "dc=example,dc=com" You should be sure to specify a directory where the index files should be created: > directory For example: > directory /usr/local/var/openldap-data Finally, you need to specify which indices you want to build. This is done by one or more index options. > index { | default} [pres,eq,approx,sub,none] For example: > index cn,sn,uid pres,eq,approx,sub > index objectClass eq This would create presence, equality, approximate, and substring indices for the {{EX:cn}}, {{EX:sn}}, and {{EX:uid}} attributes and an equality index for the {{EX:objectClass}} attribute. Note that not all index types are available with all attribute types. See {{SECT:The slapd Configuration File}} section for more information on this option. H3: The {{EX:slapadd}} program Once you've configured things to your liking, you create the primary database and associated indices by running the {{slapadd}}(8) program: > slapadd -l -f > [-d ] [-n |-b ] The arguments have the following meanings: > -l Specifies the {{TERM:LDIF}} input file containing the entries to add in text form (described below in the {{SECT:The LDIF text entry format}} section). > -f Specifies the slapd configuration file that tells where to create the indices, what indices to create, etc. > -F Specifies a config directory. If both {{EX:-f}} and {{EX:-F}} are specified, the config file will be read and converted to config directory format and written to the specified directory. If neither option is specified, an attempt to read the default config directory will be made before trying to use the default config file. If a valid config directory exists then the default config file is ignored. If dryrun mode is also specified, no conversion will occur. > -d Turn on debugging, as specified by {{EX:}}. The debug levels are the same as for slapd. See the {{SECT:Command-Line Options}} section in {{SECT:Running slapd}}. > -n An optional argument that specifies which database to modify. The first database listed in the configuration file is {{EX:1}}, the second {{EX:2}}, etc. By default, the first database in the configuration file is used. Should not be used in conjunction with {{EX:-b}}. > -b An optional argument that specifies which database to modify. The provided suffix is matched against a database {{EX:suffix}} directive to determine the database number. Should not be used in conjunction with {{EX:-n}}. H3: The {{EX:slapindex}} program Sometimes it may be necessary to regenerate indices (such as after modifying {{slapd.conf}}(5)). This is possible using the {{slapindex}}(8) program. {{slapindex}} is invoked like this > slapindex -f > [-d ] [-n |-b ] Where the {{EX:-f}}, {{EX:-d}}, {{EX:-n}} and {{EX:-b}} options are the same as for the {{slapadd}}(1) program. {{slapindex}} rebuilds all indices based upon the current database contents. H3: The {{EX:slapcat}} program The {{EX:slapcat}} program is used to dump the database to an {{TERM:LDIF}} file. This can be useful when you want to make a human-readable backup of your database or when you want to edit your database off-line. The program is invoked like this: > slapcat -l -f > [-d ] [-n |-b ] where {{EX:-n}} or {{EX:-b}} is used to select the database in the {{slapd.conf}}(5) specified using {{EX:-f}}. The corresponding {{TERM:LDIF}} output is written to standard output or to the file specified using the {{EX:-l}} option. !if 0 H3: The {{EX:ldif}} program The {{ldif}}(1) program is used to convert arbitrary data values to {{TERM:LDIF}} format. This can be useful when writing a program or script to create the LDIF file you will feed into the {{slapadd}}(8) or {{ldapadd}}(1) program, or when writing a SHELL backend. {{ldif}}(1) takes an attribute description as an argument and reads the attribute value(s) from standard input. It produces the LDIF formatted attribute line(s) on standard output. The usage is: > ldif [-b] where {{EX:}} is an attribute description. Without the {{EX-b}} option, the {{ldif}} program will consider each line of standard input to be a separate value of the attribute. > ldif description << EOF > leading space > # leading hash mark > EOF The {{EX:-b}} option can be used to force the {{ldif}} program to interpret its input as a single raw binary value. This option is useful when converting binary data such as a {{EX:jpegPhoto}} or {{EX:audio}} attribute. For example: > ldif -b jpegPhoto < photo.jpeg !endif H2: The LDIF text entry format The {{TERM[expand]LDIF}} (LDIF) is used to represent LDAP entries in a simple text format. This section provides a brief description of the LDIF entry format which complements {{ldif}}(5) and the technical specification {{REF:RFC2849}}. The basic form of an entry is: > # comment > dn: > : > : > > ... Lines starting with a '{{EX:#}}' character are comments. An attribute description may be a simple attribute type like {{EX:cn}} or {{EX:objectClass}} or {{EX:1.2.3}} (an {{TERM:OID}} associated with an attribute type) or may include options such as {{EX:cn;lang_en_US}} or {{EX:userCertificate;binary}}. A line may be continued by starting the next line with a {{single}} space or tab character. For example: > dn: cn=Barbara J Jensen,dc=example,dc= > com > cn: Barbara J > Jensen is equivalent to: > dn: cn=Barbara J Jensen,dc=example,dc=com > cn: Barbara J Jensen Multiple attribute values are specified on separate lines. e.g., > cn: Barbara J Jensen > cn: Babs Jensen If an {{EX:}} contains non-printing characters or begins with a space, a colon ('{{EX::}}'), or a less than ('{{EX:<}}'), the {{EX:}} is followed by a double colon and the base64 encoding of the value. For example, the value "{{EX: begins with a space}}" would be encoded like this: > cn:: IGJlZ2lucyB3aXRoIGEgc3BhY2U= You can also specify a {{TERM:URL}} containing the attribute value. For example, the following specifies the {{EX:jpegPhoto}} value should be obtained from the file {{F:/path/to/file.jpeg}}. > cn:< file:///path/to/file.jpeg Multiple entries within the same LDIF file are separated by blank lines. Here's an example of an LDIF file containing three entries. > # Barbara's Entry > dn: cn=Barbara J Jensen,dc=example,dc=com > cn: Barbara J Jensen > cn: Babs Jensen > objectClass: person > sn: Jensen > > # Bjorn's Entry > dn: cn=Bjorn J Jensen,dc=example,dc=com > cn: Bjorn J Jensen > cn: Bjorn Jensen > objectClass: person > sn: Jensen > # Base64 encoded JPEG photo > jpegPhoto:: /9j/4AAQSkZJRgABAAAAAQABAAD/2wBDABALD > A4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQ > ERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVG > > # Jennifer's Entry > dn: cn=Jennifer J Jensen,dc=example,dc=com > cn: Jennifer J Jensen > cn: Jennifer Jensen > objectClass: person > sn: Jensen > # JPEG photo from file > jpegPhoto:< file:///path/to/file.jpeg Notice that the {{EX:jpegPhoto}} in Bjorn's entry is base 64 encoded and the {{EX:jpegPhoto}} in Jennifer's entry is obtained from the location indicated by the URL. Note: Trailing spaces are not trimmed from values in an LDIF file. Nor are multiple internal spaces compressed. If you don't want them in your data, don't put them there. openldap-2.4.45+dfsg/doc/guide/admin/push-based-standalone.png0000644000175000017500000015571513114071203022662 0ustar ryanryan‰PNG  IHDR…©û¯LsBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDATxœìw˜Õõ‡ße)*ˆ ¢‚‚Š¢bï½4öØM,1&1&šü4=–ØM11jÔØc‰ÁØ5v±+Vì`CEP‘Îùýqî°³³ó-KÛÏû<óÌÎí÷ÎìwΜ{î¹23‚ ­!©ÐP!z†™M›Ÿí)CÒÚÀÀÇf6x.•Ù PIÔ[ˆÿY%üÅÌ~_GújÏÀt3›>·Ú7§Hú=p(ðG3ûc Û¸nfCZ±yMô°ðu3{ºµÛÁü£]k7 *° 0©Â1UÒ’”ô+I][©ñ—gï¹XæG”÷yФw$Ý/éû’ºÍÅ:ÛÝð±\´ÎôÛSùùÈž‘w% “ôÃ$l·&ÝiÞ¿N)¬Wk4HRGIK¢–ÄÛUMè‚`!¤Ck7 j0x¸Ö,l‘Ž£$mkf¯ÎïÆÍC^>É]/ ¬ ô¶¾'iK3û¼ÚÖ–0àÁ’ð.ÀŠÀVé8VÒÆföáül\ nÅïkki½Äèm ákíiúüAð „ ­3Ñ̶.‹´>ý¶&p¥¤MÚÒ”áòk3»9 ©'þ¿XøðëVh[[bZ¥ç@R6^ý+€¯ÍŸfÕÆÌ¦cZ£nI À:À£Å83;ÿ[A[ „Â`ÅÌž”ô à5`}\Ãñ4€¤ø”Ý{föq1oµø4¥¶®ì |ýÀvÀßÒõ©uŽÓŽ)ý”:Òv¦¦ôÛâÚ߯•ôå@ß’ò¦§øþÀ%ùî+äù{Š;)ööTI{£Kʾ èW’þ§%ck)ìˆBÚç*ÜëÞ)>«w“B¾îÀÕòþ·øœà|Ã?úUèÏ¢óû÷%Ž8â(?b¡I°0=Çs¤q’´>Ý81o ü¹þøUIÖ)¸p0Ø·aûu ÿpÈœ´«„íÒyXIÜpú©Ô–€]»Í€ë%uÎKê¿Ð7®Kï „Ûá/nryVÃÂõsñ1ZV®“tD!ÏŠ©¼žÀ帀¸!pjªw@Ëè†k¾ ¹ÜI¸À68d¶.Kí{BRÿBžì9;×Ì}_øò#\ ÚÌg I;×ã PNÇ]ý.\í Üš_\%éüƒ¥ þŒn?ƒ'á [.´C®ŠŸ¤¿_HÇ„*mjT< ìŽküvÆïëà颯©éÜ.'û§ö |–òUϸA0hm©4Ž8ÊêÔâÓ™ÖaÍ\x‹5…ÀÅ)ì%éàÁëraäêJN‹˜âOJq÷µ ß¥šBüå¾&ð?èUH³VŠ›ô,ÄuÞKñ»æÂwIa¯í y„¿ð‡rá÷¥<§”´‹÷!9 )ðÇþß’<äÆq^h OMiG ¹ðqAe20¸$ß)ßß*Ü£ÏJîÁª4jçÂëÒ¦1‹‚æ;÷ dÚÀÃsáO¤°cKúð»ws!ü°JÏ&%šB܎ᦠ…ôírm8.¾rî¾ÞUò|—â¯÷ÿ#Ž8☷Gh ƒ–duuº†Û¨Í ‹¤s3ÛA3ifË›ÙÞòžhfV{$ûÍF[n’dÙ|ŽOûŒ 9[ÉçqMÜÊæö‡ùöOƵ{«ç¢²>OħœóyÌ̶7³µ-ÙJlƒ >§mfá¥Þ¸¦2cÿt¾¤¤¯ÿÆÖÙBRÿ’c¤]$ý‹ÆÅ8Ç›ÙÔ\ÖCp»ºÌìÅ’¢—·&›ÃŒì>_\¼f6Ÿ&…¦ý¯—MðqÀ5…²¿ÀÍ~Ž Ž[áSÙМaé¼zI\KÈ´yçÆsÒóÒå÷*ä?ÙÌf²ÿþsض æ±Ð$hë,"éŽBX܆oÜuÆÛÀwJ„²–r;°pBZp%i1A|SqM[‘L¸ì>m)º¤i/€O–ô3•%HíŒKÎ{áÂY|ú4›BÍ·gð%n#x»¤³af6©B»æÚgù©èÏà $Ö€Y w–Iqϛ٠I/}+ÔY`d4cŸ™Ùe…ð¬/ÏTèÇ\3× ÷¢àød…úžÆûß¿F»ÊÈ}¼`% pÌW¤ß\›„ÿ i1Ü~/›2Ï>HfçÌ“U%gÖÙ}]^R;k¾Ø¨ìƒíÓtî1‡m ‚`.BaÐÖiO¹‘Ïð—òÀ™U„˜º1³+$­ ü ·y:°î®þcå.o&”¼¡ yk!Í\ÒH꜀ۯm%i53“‹„»ªÙ ªbfJÚ¸ · ‚;~~¸¸Üšº(É„ƒµqwÕÈ„¼ehÜ¥¥’»“jµµ3–„æþŽ›”Ý·•ÓùÌtTcYš …•´›™0ß§F™e,™ÎÍVHWBRü™ý&>}=WIv§™PYieõètÎ>òc3ÍÌÊìçäÿ#‚y@…A[çs\+˜Ç*¼dæ3û¤ €qÁ"[t±70BÒžÖŠN²ÓtåÑ’VÅ7ü _„€¤•€ûqaäIÜÎq$.@ÏÀ‚ìZRæ=’–öÅm wÄÝÝl œ(éH3»2%Ï4joã Tªñr:çwñ˜Rwgëcº™Z ”t®éÝ8™r€Ù.'woÖ¨çÓ’°ñÒfÓ«³óûÚ>‹S­¥$9—ãÏë'À_qmÞ'©+â bæ„üâ‘ÉÒäïkQë:§ü æ!m3³J/ßz(ÛGméÊ*|88CÒâø¢—Ÿã¾Ùn´F‰}Ôüæ\(\;v4.ÞŽ/TiÒFI‡U*,Ù^\‘4O[á®Zö.“ô¼™=¼“²Œ6³#ëlk^ ëÛ/YªÎ²êÂÌ®’t(>Fç{•${·µ»ÁÌþ>ÕTÚÞp‰tžÇÔ™&®Þ­ïãá$`s+ø1”47|@~€ ˜ ¸°L«›™̤ñ ‚`#š +™Fc± ñ+ÔSˆ™7³+pw.Sñé¹sÞ¼9&{ ç:lšÎ×”„Â]¬ÔÄ̦›Ù½f¶iÕ(SøÙ å ûæ–•—i­ ¹Ö7c•zÊj!GâÏÁž’ö+‰Ïú2»‹0úWÏž­Ñâ«1«MÉ L$­%é I§ ìž?Y—„µˆd‘9§®ô“ýO¼_\ˆÁ‚C…ÁÂJ¦qY©‘|¶ („õ”t‰¤Û +Mñ©l¨<…6_H+€÷L—確¤óâ%Ù¾C£=à¬þIú¥¤a9!£È»éœõùI`¾Ê¹ÙêZ9gK:-í|‘‘m§ÖlõvÚŠ®.!½%˜Ù4®þ[²ÇÌ34¿™hÛ5@ÒPI߯PÅ¡%y:á~ Á÷6n)÷áÆ%qûÎ|ÙÂý'^IãýÏîy³Å©¿ÇeéRþŒlJwQê#³o­4ßMçÙöÏAëBa°°òD:ï+iÇ$¬tLª/£°h i³Öv§K×É4a’“t.½bf³í>¥¬+iHîØIÒ·$…ï´Ñ ÷xq.ϳé|D²9DR/I¿þœK»a^À…Š­€k%m›V]#©]«}pû¶û’è·)ï’ö–|{´sðE0ߥQˆ†F—%GI:XRgI$mƒO[¿>G£U™3ð•áK¦¶ÍÂÌîÅ…°îÀ=i‘’ºHÚpöÆŸ‹2–‘ôûüs‚ lÝqÅ[ÚXóýÏN—W¤{ß9µí Ü\àKàÒ”&»çk$ bGI ©ýOÿJñ] ýx*×LÏzgù¶t•øn›º­¤Ss}î(é7¸-êÀ)-ísmˆÖv”Ge-Øæ®Bþv¸ð”9τþz÷¬ô÷syãš±,Ïd\k“9#~Ü6q4:¯þ¨BªÆWÈ3!W¥c ¾Z¸w!ï øƒ,݇¹~|w~=3·.,ÜšË3·û2—·¸MZ;|Ë”\{ò[¬Ö+äi\˜K35—ÿ$|1ˆ¬sœZâ¼z«\½{â2Ì,þãÔçìú K!Ïø·1îÌy ðFî9¬^ÈS÷6wi|O˵azîïOKúðï\üø\û¯ÃWgÛËM®Íå{³ð\í–Â+ms·5[JNÆùì¾lYHŸ9¯.½Gµâãˆ#ŽùÄB“ ­ò*®‘š­©Z3›)is|ÚtC|!ÃHü¥ø`Ò¤L Qc‚™½(ßÂmw|gŽ¥ñ…*ïàZ—k¬©½Ôû©e 'ê‰/ãw4_½ Ë{øžÇ5K`ö–Ü¡÷Q4înò2p‰5:Ÿ‚¯@ž¼jf_JÚ _i¼ nó×  _.3³ õÌΔt ®Y]׼û(¼Ê|áJ>Ï à»’nÇ…´qßvšÙí’6ÃÒ'¨7ñ±-s5S—$}÷Ù·T!n °³¤]q!~p*s$p«¹3îJ|Š?'»â¶}OâØfV\lq+.ˆË…½œúÐÄö0ï¯%݄ո@÷p©™}X({?|›Åíðgö½tý_33I{àÚÛ^øýÉØwc³QjC¦=ÿn‹ûn.-f6LÒÀAø8-oø<þU|Î?¡ú=ªÁ|Ffá- ‚ ^$ǧˆY+º' ‚ ˜Û„MaAABaAABaAA@ìhAÐR~/ú¸V ‚‰XhAAÄôqAABaAA@…AA!AA„PAABaAA@…Á€¤’îô¾¤Z»=E$4FÒÊó¹Þ­S½ÏÏzç’NI}ùUk·evtrjÿ¯Óõaéú¼Ön[A½„P,œ | ¸ØÌþ×Ú)¡7°óß|§To¯ù\ï¼`1¼/‹µvCf“nxûM×—OGJ:¬µAÐB( Ú4’ö~< ü¶•›ÓÖ¸Xؼµ4Å|W€C€ÑÀ¹’Vmå&AÔ$„ Í"©ð‡tùK3›Ñšíik˜ÙT3cf±ÝZÄÌ>Nº¤sA›&ö>Ú2ßV†™Y»9IË=€‘f6AÒ6À@àv3{¯vi`M /ð20ÜÌ&+“ÔX˜`f#“Pº%Ð%9 xÆÌÆÒ,–Êlf¯äÂãÿÛÏ›ÙLI€€E€×€'ÌlJ…zÛ«§cxV®¤žø8|\ßýè ¬,LJýÒÌfÖ‘wq ?0ÑÌ^¯7^Ò@{ày|â€ÅËÌl†¤µÑ8>ƒ€µ©©mï¤ÎÀºÀ*À‹øM«Ò‹_{HZÇÌž­Õï ‚VÃÌ∣MÀ €»—Ä]™âöÇ_¼–޽siz3sñLÎÚÊüFŠ¿XÆòùfÇ•´å“¿Z!|{à¥BYýçJÊjÀm(§òLNÚåÒ~-ŽR(cL ïü=µ;_Ö«Àš%uo|PHûN‹_¥ësê¼w€ É%ýØ¥þ/)îw¹°}RØê(Ïݾ©¯Y½‹¤ø‰éz 0´¤}÷ÝKêÛ [H;ر¬ý¹|¿HqW´öÿTqÄGµ#¦ƒ6‰¤¾À``poI’éé¼5p0p3ð;à­”¿0 8xøz*o\[øcà?…23ÏÒÀ ¸¦éÀÎÀqíÒ$}¯Žö¯˜ÊX Lw6Ií Iù”â߀Ÿï?Luÿø øu…^}ðqÙ×°=ÜŠÀ—uÔppðp° °n°4p½¤5ë,«¥d÷ñ7@OàüþM/Äÿ Øø..À… Á[·ç ”Ô{ÿÄ5È'×àÚÃJÜ•Î_Kšã ‚¶IkK¥qÄQv߯µ+Ã*Äÿ#Å|»$þÿRü@‡BÜ"¸ÐeÀæ¹ð!4j€n()ó7)î¥Bx3M!.,pOI9[ѨýkŸ _?…–.äÙ5ÅMz¥°JšÂQ)ü w!nÍ\»åÂ3M×Ý€ yþœËsF÷NÀ§)ýÆ%ñGáÓØß/©nh ³{û>0¨$ßG4jùúâVÂ…jÖË…Ÿ‘ÂîªÒŽJšÂvÀÇ)~Öþߊ#Ž8â¨t„¦0h«dš—'k¤\ZžióN7³éù3›ˆk‰Àµq³¢rŸQRfVÏj’V¯Ñ®“epí\‘‡q­Ug`…\x–öz3û Ðæ[€ŸãZÄ®5êÎ8ÇÌ>*”ó<. ÛãeìŸÎÿ0³ü8€O[·Ä–²=>} ®ál‚™kf+›Ùù-(sv¸Ír¶–ù&¤óåf6¦Ð¶7pí(¸°—‘Ï%%åý×0–bn?9<]®W«ÑA­E…A[e‰t[5”Ô i9Ik'çÛ›Ð(˜-žË¶V:?S¡Ì3Íì/fVQ)ðb…ðqéÜf-žXªRÝf6ŽÆñªIÂïN—wH:RÒ2õ柋c4>Ç]ª¦ ‚ hEB( Ú*Ÿ¦sÏÙÈ›M¯ øUšþl ½«ÄeÌZš¡ÓRýGšÙùˆ´µcIž÷AÌÿmëòÅ^”kЪN—WÂÌ~"i °î·ï›À»¸«›ÙeÑÚIªRé>ïq^ãØƒ;IjkŽ³ç¸¥ÏbÁ|#¦ƒ¶Jöòlñt›™}N£¨Ö‚2–Ô­(© /ÿÑ•2'ÇÚËà¿«J’¬Aùb‘·Óy­’8$í&i_Iýª´½Å˜ÙxµcýKêíH¹íeKëyÝÌN¾Ÿ‚¾^#K¦•«´ò Âë¥rGìñÉ´Ž•„ãUjÔ• úµÌ!‚ Z ƒ¶J&tÍ®44,‹”tˆ¤ %UÚ7ø’°ñ©éѸ}`%²éØv4]H’i Ÿ Ê ‡W§óž’òS–™Á€k©Ãžq6¸/÷/‰ûöu5‘´µ¤ë%R!I¶cH­©ã÷Ó¹oZ “¯£3îŸrN8´à!éòÖ\Ô£éü’<[âÓâÕÈžãºwƒ ‚ ˜ß„P´UîOçmf3ÿɸÐq€¤3Ò–hHê#épÜÖðÊ5v?“” HZ 87]^aÕ÷a L M_KZ"•± p>ùTJ»e–ÉÌîÅWÿ. Ü"i5IÓ~çãÿ¯çòÎM2÷0ß“ôIK¤ãÇÀŸp7:õò°ðIG'ÇϤ-÷NJ—w7ËÙ”Wñq\ø}&JZ'´ Meô”ôgI ©ÜEËð©Þwñm2ÎKç#%šV±w´5® ~-Å7sN-©;¾žáƒ Ú$!m•‡qãüÒî -Â|Þ]ð—ûÏ€q’FãËEø úh3»«$û»¸ŸÃ[$“ô¾]ݲøN'Õ¨{*¾‹ÇL\S9FÒ8|7‘•pm\¦…:YÒë™àˆï`ò. ¿„O[Þ‡;¼ìSâGpŽ1³›pAº.ü~’Ž3€QÛ_d¾¬Wñ)âÀ_‘iÇá«Á·Â…ãßÖ(ç‹\šc€/%}¼‰ n?Iq³»KÈÁ¸VðsIoà&⎦w-,>º œ;âþ*?Ç}7Þ\N£–·ÍÙ _½üŒ™}<›m ‚ ˜çÄB“ MbfS$ÝŒ P{ÓÜ™ôÍøôâƒÅ¼¹2îM[©íƒoÓ6¸×ê\nf•ì;˜Ùí’6Æ·§ÛŸ2~ š„¾/†ßã›Ìld¡3p-áø6x+â¾ 5³Û$m‚ §eÂs6åüïí ‚ hU4”A0WHS¶/àBÏ3«wßÝÙ­ïk¸pòœ™­=/ëZÐt. dfW×Jß–‘ô!¾òx­´Ã˼¬k%`.ðHÚÏ ‚6ILm3{_XћƫÁ<@Ò·$=+éNIí q+൙T_`4çx|FæÌƒ hë„P´u~‚Ûž˜´.Á¼ái`U|…õÕi7–Õ%í‡/i.2³­Ùȉ´Pé[À¸meA›&„ Mcfûâ6{C%•òsHÒÊî…Ûîüß;ù_¸?¿s€c[«} ’úÿÄíF÷)±C ‚ hsÄB“ ÍcfKÚ _°0xnU•-ܨµ[ÉBIZ\ÓŸ*ˆ/äx·±Y%ë‚Æð¾ÕÚyNX wåó€™ÕZðAÐ&ˆ…&AAALAA!AA„PAABaAA@…AA!AA„PAABaAA@…AA!AA„PAABaAA@…AA!AA„PAABaAA@…AA!AA„PAABaAA@…AA!AA„PAABaAA@…AA!AA„PAABaAA@…AA!AA„PAABaAA@…AAÐNÒ tt©”HRC–n~6nn!évIßOÌõ9;–“Ô*²¤þ’†KÚ»FºåSº}æWÛ‚ X𴓤ÿkívÌ $ ‘tlîzgI?nÍ6µ&’¶‘ô‹Öz-HÚ Q·ùTÏbó²žyM;`D:~T%ÝY:I ó¢!’6“´þ<(wy`'àÕô?ûœo%Ý"iµ¹Ý†LÆ“j¤ë¬ôšç- ‚`¾#i;I7Ž$ýUÒ!’:ÖYÔ7€ßÎ˶¶"{'ç®÷Nj¦´ v~GÌúUcs|ŒŸÇõl1Ÿê™§tHçπÀ3+¤;ø˜—ð‰ÀcÀSs¹Ü/Gsaχç®3Áq?à~IƒÍlì\nG)fö0d~ÔA›f9`w`"þ±þ²Ï~w•´súͨÆÀçMÛn™ß•Jº8ÄÌÞßu¸ x˜ÑÊí¨‰¤€Ìì…ÖnKP™L(|ØUÒ&föX>¤À–ÀíÀ׋HZØè |Hmû Å-‘ú4ÂÌÞ.ŒÅ"øWÅ›Àèô÷KùI+¤qý×n–"©sŸÀ¨Ô†Orñù>,l—ïCmŽÍìæìBRàXà×ÀÀAÕ2›Ù“À“ó´…m3{xb~Ö)i9ü=Óy~Ö[Fz ¯™°•‘´(þÁSIñ´! W¿¿üÃÌÈ)n,p|JÛ‹û0ˆÆã¯åÒ,ÜŸò¾ <? ’+àÓ·–ò޶Jy7ŧOqMßT\HÚ;Wþ)ï±)΀S\ûÔ¦cséÇû™âú§ü§ëÕÒõq¸¦Ô€Ã6ÌŸ IDAT]SÜ–©ÝŸ¥vO~šâ»áSÂW•Ôsx*ëkÀ*éïïçâ¿ LÃÆG€S˜GæÒm¼žÆ-Ÿ‰Àþ¹4ƒr}ø,ý½{Yÿãˆ#ŽÖ;ðÙv«ÿ@ú]蘮WÖNoì™þ^Ø —oE`ô÷ò¸9К¹øöé·è …ºWöÄÒõ+ÄgulŠOa¯šoG!ýrÀÆ@§*ã¡ôû¾0 …]L,Ô»~îz%`­â˜äâ{¤¾~èW¥î>©Þ½€erá}§û´Oq,€žÀöi,×Úâ—Ïò¤t+UhDziœºVÇ’qÛØŸ^^²Ï`?`7à[À&-ȧô>Êê\ª0–‡¦1;¢¤½Ë»¤:7Ú•ÄoœêX.÷V¬Ð–Ó½[=]ÿ$Õ½ÜÔ»&p0 *õü_ª§âsµ ¤Nœœ† ]s‘Þþü’œP,… w7d,Š }ïäÊÈnH^P\ÎNK×ÝRšßæÒtÅ­ÇÅSØ’ÀP\UÞ?…­œò¾|èBãæF).ÿXM(üVJ|¡<8+ÿB|×¾-‘«¿¥ô›¤°kÓ˜v.Ôs7ð>5ÔD(–À§»ïÈõ£ð9¡0µáM|º=kC/à`&é× f}8$?>qÄGÛ9¨-þ>ÅJ×—à¦Ùã«)ü"àó\¾ ÓïÕNø‡«¥ãŠô›ý¿\ØD`ËB½L¿¹–;†’{‰çãʃRü¨\{W*éËÀÇ„¦\|;àÒBgÓ\(¼_¸U“·7þŸ/ó2š ?Ä…ï,Í—À·SÜÉ…üŸäòí•Æ//Ð#—æŒTÞnéwzð«”vÝ’qø7®ìèRaœþòvH×Kâ —|&‘S:Tyþ~Uè·wQx•äë‰kkóù&?LñGâŒF™áš>“†+YË•\6>øsœ¥› ìShË/ eݑ˿\.ÝÑuÔûS•7ÓÓßísc•Ïûß\= P¸Rúû\äÖ)lš …]€õ€e þ.¥ë™û'šQ¨üCN¹PøÍ¶M!ߦ)ü”t=0]ß\Ò¹ãñEyé¾™Pˆ}ì‰ ^_Sø ©ìÛ éLáůОø?Õ¥éz×b:…éß§ë¢PxDºÞ©PöQ4 ÷K×;Òm³òûgmk?lqÄGåƒÚBáRü2é:ĆãSËÙ,FQ(<˜€`ok—nÂ…’›³ÒïÄÎø‹öÆ\ÞRW¥|}Rz# J)ÝÙé·õIü}²;þ~0ÒìI.m\P¹¤ÊXò^€ìÀ_ð£¨.^€Ï°}?x-—ní”îΔféô<Œ"'V¨7Óò–+ï˜v?þ̈+Ö)©çÂ\= ‡P˜.†à ÿpϦ¿›…)L¸½Ú1ø?ʇ 7`MüKçCà/ø×j—B#Ê„ÂSSØÑ¸ê9;ÃPnÈý3I»W(÷!àÊBØ8ü‡oLîȾÆ›Z¥Q(<©PÆI)|@Iïàv•àZű4ýQøM¿ö‹Bá)麡Ü-i*ž˜®RŸCÓxßšÒõOéNní‡-Ž8â¨|PE(Äg¾ÆæÂÎÃ_ä¿,¤- …g§rÍ…m’Â^§éGóÀÈB›'÷ñ4àæ4WåÂÎJm9©Ð–·€G a;¥ºw©27§ßù¼ò 7þ2¯&V“‹Óø-U¿7kj—®/LÆ(ûí=1]ÿ ],ô߀• å_¿oz§ëߦt*¤¼XË U§¢Pø"¹wx ë…¿›U)g/\ œ S›»j<·Ï–Üã©ÎÕÒõ¾äfÑRØÜþEÞÂݯ)>[o¥s\XøÈÌFäê˜)éNÜt* »—]Êê]§$üæÂuY=3R=—ä_ ( …×ávq‡à‚E>mPÆ‘¸–pwkºRîTü gfö2ðmIÂÕÔ‡áÀ†TN£Óy3û¨Ž¾Çmñþ•ýð|`fç×Qf¥²?Hç^4N{ù†+ñ©ß¯KzTªRW&¼uç|2–*¤ËVWïd+­«QìCm“óJ ø®õ+2ªŽ2¦BM&l)¤›„ÿ.ÏBÒR¸Þ Üæ¹.–}hÛr>u¸;>•®©¹Ýšz„(Ò Ÿé)ò>µ…Bp[Ë<Ë&é÷…ð•Òy\(ìGÉjf«í¨oÊ_${W,]U¸ŠÏŽík¢À…ÂûÌlõs!nWþ𤡏ðYk¬Y3ÃÇ·'®ŒÏvUã©ý¯Hº¢n3³ÉuÔÙ—7Ö•)pazIò¢ÇŒ‰éœùïìMóçe‰|½ÝðYµb½e®}F®—¤ñ¾V­gA¤‰Phf_Jº·•x¸ÉrîM ¬‡kØfùˆJBߎÙe [7T}7}‘> <œDoIe^Nç ð¯­YHZÚ’ë—*숻ƒ©G`j)™Ð·6¾€#k×Rø?ÿ¬11³Ç%½ÿ(À¿üþU¥ìì ~ušþlPH—Ÿ&}¬s|‚ h›\¼”þ6üwà)3{§$í´*³-yÌÌÊ^xÓªe’´>ÔÎïâvrëUÈÒD€1³'“¶iàIýq“™«Ô¹(þ¢/†Š3 e4“ä–«+.~¿B›»§Ù¯\‹ÙRzÑ|6‡\Ø%uÎÂÌ^“ô±¬Þ²ÝŠÏá¸Ò¬Vº’2/è—àv€ÛS˜6(ð~ã¶Ôÿ’íšâ—Oçk'’o'RÚ%qcÖL¸š„Ký«äÊÿ7~³ÎÔ'åë(éçÀhI»ÔèÛŽTŸž˜®ÇÿiŽO_WYÿÏHñůù+q;š}pA»ìÇ#ãFü‡úgÉ!’VÁ¿jŠmxø]zÈ‘Ô!mo5ZÒž³×µ Z™[Ìì/éø«™]_A „y?ð\{²–™mcf›Ùø”aóÆ4ŠÎ¸Ø6 {;á/÷ÛKÒeLLu.R׳Ž67iCš ž üÇ̯p\kfñöÙÙíÊw²ÈŠڶ²q l,©7Ê•â4sMÌìV3Û‚3sƒk$­[%ÛøJôMÌl 3ûVºÏoÖYçíf¶)þ^ÿ ®é»*™ŽUâd\»·­™mjfßLu¾T%O5&Pß3sJªw»:ë-Þ« øXÕªg¤™Phî ô%|jà®f9¹ÿa¸[Ò )ýÒ¸ÿ À’¾ƒ‰NÞ–ôޤáø×æd|Åf6 ×î')ûª™†Û46£$=›ê8>›h󤯞™GBaRÅïtÞ’ô¿Ô§½€ÃJì¯Ä˜ pÕÊþ_µ%þ…÷&þ5󓔤!¥›ŽRžÅ¿JÏÄÈëµ3 ‚ h†|?Ýõñ…#ráñlõ2ÿÝÚŸ1¹'o³W$ –ã/î"E;ÆzyŸ"®ÅJú&i‹¤å¬Ä{4Ÿ"&Vkúü*\pÞ_¼QÍŽ±*fö¦™‚¯ n‡{èĆø"‹YSçiæo` ë|ËÌNÕEÂg«Õù¼™ +„¯Ü’:sŒ¥¾gfƒTïý³YïGuÖ³@Ò_Ú=²¾îË.?Ýp¾ Ý4pãUI«âÜ¢øNÏHŒ;~~ÆÌFIˆÛ®„?(o⻌äHìÛCôƵ˜Ù³iúb}\‹8xÒšîÆñ^êCÞŽ¯.Do:ø?ÆÄ’ð2F§²_/F˜Ù©Ÿâÿ8ï‘Û‰¥öMI›á?ŒE;™wŠí7³¿Iú/îgq<>îãSº7séž—´6þ¯‚ …OYÓTÆTêCA:à3?EåÁáø,Q§z I¿•oãÒÛPß”è À¦’:g¶i’úâ³XõL—¹·k_ÆÌfÙ~I:ÏJï»»ñ…½3[öôÛý ®ŒÈ|ÑAÓ©ÆG€Jêof£rỦö>S«föФñ©öí¨2Å^FÒ0ž 5³¼&ö\QS\Cg1šßç½ð)Ö©Uêì‰Û@Þ˜_[€¿o¦á«r¡|̺Ñ|èŽøût|•¶Vâ`+I+g ~Ò ÞŽ…tÝŠåKÚ¡õ¾˜ê™µ((}(ëY0±6°:Ž8âˆã«~PÃOaIúó€)%áe.ifÒ,A‰+¯bZüø9îß0[ðþÁ=žäâ…ä’¥J[3ØÓ^uô-ó×z®(XW¼ |™KWæ’¦lLá^Á•=pGÛ_æÒm˜ÒÝ‹û)Ü,å™Ar.M£ÿÞÓñ©Ž¸û²éÀ=¸ ÕîçTr;…Ñè’¦[…~Ÿ@££ðþuŒÓ,—4¸ö®ä‚O]/‘ÆÞ€!UÊ–Úÿu\@Ü_¬skjÏòòµÃgÉÞÆ5œ=R™ãò]RºÁéú¼4V]ð)†›U-Š Ðïà¦QF£;›Ì%Í …ºTH·Eº¾÷©ÙŸ¥{•¦.in*Ô»K…z3—4+êݲF= ´KšVo@qÄGmV(Ü+ 6–ŽÏÒK1{!OM/üZBa¶»Ôýuö­_°g¹ã\\–o_]BaŠÛ×ÚåËQ"lBÓ\¦Çäâ»à6„Yü’)|ow4Év¹èžË[K(\5Å?Sç8ýn ëù>ÎþR£œmhºË$|êwÿ\¶ªw šï38'—F4ngk©ŸѸõªá¶¦â‚©áBê.Ô)¦°¿Úq7ní²M)*Õ»s®Þ]© V¨ç.Üa¸Q²ƒÏ‚td[ÍA­HZP7xÁ*{}ȧ,mfÂWÁ•‡ÓõJ¸óéri:àû½Ž´œ¹I…´+ãÂÆDàŽ¬m’¶Å ûïÁ§`ûYsû°¬Œåp¡à(3+s¹S–§nv´*nWý<®™éŸµ¯¤¯¥c’+siÜ-ØÒ¸ÉÎ0sûìbº¥€­ðiò­é”0’ºâBÓgÀ–L­Ò=Ü_ü .ÜÍÌåëÛ,>d%«ÁÓÂÅpaýwuŒÑ iL°Lúò=Cp_¿™ÉU%¿¸ù²úãÓÖÓq;ÒRøf©?÷›Yéêï´r{îšçÓTçˆBšN¸°5³)É$`‡”äK¦a’6ÂïѸ Ã@Üæqr®¼eSøföe.|Ü½Ì 4®¨^=ŸnNêmI= "!AóIçàSÂËÔ#ð~U‘t:ð |º¶è—/æ9e.i‚ ‚`®´/Gÿ °2’ÖÄ7uøO„AkBaA0ב´jr×õ8nƒw|+7©M"i9IáûO~ÞÊM ¾Â„PAÌ ¦àöe6·Øe©SñÅ![˜YÙ®A0_›Â ‚ ‚ 4…AAA…AA!AA„PAABaAA@…AAð•GÒê’V¯#Ý’Vm ÊI÷jð<);\ÒA´-$õÄ÷ÐÝèŽï­ú˜™½Ñª Ë‘öIÞß¹âÞº’VÄ÷¼Í˜ ¼ ¼ ¼Q¶pIûà{ùÞX܇8Åv/0nf¯×QÇöÀ`àu3»­JºÞÀ}fö|­r’£ñf¶itÃOÍl›ùÓ² ˆ¤Göf¶ÑÜ.»ÃÜ.0‚ ˜}$í\,^ˆ2I§'ZÛøš_ 8 ø¨(k¤teŒ–t¤™Ý\)³¤Eññè‚ c¿*I6¸JHºø™M¨Ò΀o§6õ-cIÝ€Kà(`® …’ú‡™ÙïævÙÁBà ̣™Þ˜>‚ h#Hú.p#¾ËÅáÀʸ ´ð$¾UÜ­ÖÀ9ã``]`/àd 3p“¤3ªäÛŸö©QÇoSY=»·õY_ËVˆß ˜^G9s¦ÀçqÁŒ™ýÁ̪ýÏÌ6!A´$uNÁ§V72³KÌìu3kf7[wß”´~…2$iI]jÔÕER¯:ÛµdšÎžSÞ1³áfö¬™Ý`f'«á{#'iÝ ùöÃ5‘+IZ»Ž:²znvþ|WÒb5Úø>ð°g…øÝg+eNã¿t­ñ’ÔQRIe³ukÕÈ»xý@RwIKÖJWG9ë½ÿ©O5Ÿ+I$õ“Ô~6ÚSWÞ4NÍÚ"©‡¤¢¾Í‘úÙGRÇæË~ª>#•âC(¬ƒôº¢¤õ%m/ioIß‘ôSI§I:WÒÕ’n—ôh§NFôîÝû¾5pàÀ·z÷îýF§NFHzLÒSÚó$žÊ8BÒ>©ìõ%­”^A|uø.®<£ÌnÎÌ&?M—Çgá’.—ôzZ$0lÆKºAR§|’V4 ø+éMI‡ÒüMÒ¨$Ü< ||,éiIË͵ÞzŸ>ŽÀíÿþTŒOÓµC€[€›q{Ä}[X‡áÚÂöÀ*5’w†Q"¦—óÎÀÃ%q’ô[à3ÜŽñã4¶[Ò­ é.`2.|N’tm&¤Hºø5°Œ¤É’®ÉåÝLÒËø~Òã%=_Rþ#’®—ô-àà‚ý­HêÓYø¾ÌcS}ëUH{¼¤ ©Oc%”´m!ÍKéÝ·{£w€O%ý¾Ž¶¼$éšZy%=)é_é™þø[.îë’FãRÞQ’vÍÅïŸÆ|ïB™G¦ð%=%é… m|EÒ#Uú𚤛JŸχ'÷V|ïð€ÉéyÉ\ša’*\ß’îÏ+øoÀg’n’´H¡¾ßHú(Á0I«¥±aSØ„ôO¿2nŸ2X½S§N«<¸Ã€¾ìÙ³çÔž={N_b‰%föèуîÝ»·_l±Å:víÚµ¡sçÎ];vì¸h»víS…¯t3›4sæÌϧM›öÅ”)S&Mœ8qÊ_|1m„ 3>ýôSÆ×î“O>éðñÇ7Œ5ªk—.]¦Ož<ùàÅÜñš™M›_cÁ|cküEpy¥föœ¤Ç€ü w&и¸8Ø8ø3nû†¤lÁÊdà€€c€HúÒ̮ɕ׸x 8Øø>={ØœwµIŸ^”t °“¤vf63½;.¨Ýhf¥á>”ÛV#ûÈ®¥u.| i53{9·5>.w?/äû.>=~=>n½páîI+™Ù§)Ý€þÀá¸ús\A³.ÄõVN^´ðnÃx°">Å|»¤-Ì,Ó^*µñôÔ{kô·?Nǵ©O+㦠]qÁ”Ô¶CqS€›=R߯O}ÿ8WæÊ¸Æ÷o¸àrðsI#̬âsŸXG^¥úOÅí6n—Ú÷ ðKÜàÇÀ’†˜ÙÝ©Ÿ?N•tƒ™ÍHÕ ÀCfv»¤ €“$­jf#rc°2~/S¥ý(þŠá×Ðh¯û4~¯ýN)Mþ‘“§ðoü^öÆ?nŽþ’Úy(>qpqªçZ\ð¾âB¡¤vÀzÀöÀýúõ[aÓM7ýdíµ×ž´Ê*«4ôéÓgɆ††~4üÙ­¯Kûöí»´oß¾wçÎéÞ½{­,3§NÚõ£>êûÊ+¯l3|øð.=öX/I#{Òñd=«÷‚ hó Þ3³‰5Ò6‘´¤™Å…¸Àµföƒ”æ Iýð©æŸ˜ÙT\ìlhfOHºñü‘Ê[xÙÌŽJaWKÚ6ç¯àv“Ë#sáûáÚ’ÇÒõõÀ_%­mfÃ[Pþn¹zjq.œï‰¯ÎØx(Óí |ì›ýKƒÛ‡î„ß²ÀÚÀ)fvB–QÒX`IÍl¨|¥uo3ûK®üñ÷öf6.å;טM£ > ·Iü•™U\xS'߯ïÅA¹>þŒÊ¥Û×¾í),$½ÜŽÛƒ^šÒÍÄß·ß6³KSº¡À[©®jBa–÷p3»¤JÞéÀ–Àqfvn.ÿ±ÀÀ¶föyÊþlý¸ÛÌLÒ1À£øx^„ÿÏôJi®NŸ¹ò‡¤óõUúP“ôá¶p–™— 8DRW3û²$ë `}à{fvaÊs=0ÿŸÍž¥ïàšÿ]S9WKš‚Ï<<_A¡0iñööêÑ£Çz;ì°Ã˜vÚiÚ Aƒ–ëØ±ãrøR[¡]CCÃr}ûö]®oß¾l¿ýöLŸ>½Ý«¯¾ÚþŽ;îØåÎ;ïì#éYü«èº LmŸ¸ö¨ïäÒÍ… ÜŠ¿ 7Á_Ð/d!øÔjš¢ý×ÖåÛ¿Sê{~+Ó\ö/=×Ley?—›3ì%©“™M©Ò¬jy;›ÙäÕžœ€)©3.´ý3sùo¾!©ƒ™M7³Ç%]…kÿ ü,ÁK)ÏK’FàÏÆé¹¶ ^ÍkgáÏIñ¹”Ú÷t¹~›ÙdI¯ã §²Uü›âÏQ^N8×ì_!¡Pn˜ýínݺítØa‡ÜsÏ=—\tÑEûѶ„ÀºèСCßÕW_½ïꫯαÇk'Nü⦛n:ô’K.ù­Ü^å3û_k·3‚1“–ÍJ³¢/¾7Óy©tî¼*iH!]fp¾|¡Œ¢OÄOSûð)è¹Ifû˜/wT×,í‹™½'é \(ü5Í9KRþeÝ oó ¸¶¨^®.–´œ™½“lµúâß•˜.i'`9 °D ïœÚ>:}Àÿ,i ¯Â}N­Ñ–¾¸ ×®äÞYª«®­øÀÌÆ3gôNçQM*3ûLÒÇÍ“3-µmùÔžn)¼s!ÝèÅÅ›øôù’À{UÚ4ºD‹žåí•ËûŽ™}‘K³,.l•ùø™ò/…OIƒkÍ_Ä5p'ò NÔÏÌÞMBçVÀ_«´½.’ ÿ0pT²!¼¸7'ðV㽡z<þü€¯hü]ÈêüPÒÙõB/JÚ8k»í¶kÿƒü`ÊòË/߇æ_/ 2Zd‘EV?ðÀW?ðÀ§¼ûÏ?ÿü³Ó×åÿ™ÙC5K‚ -ðЯŽt˦ó¨\Øtܰ>O&,‘fHz¥ã¿Êí“¿(¼Xç5+¤sþŽ.ô¬­¦;m|l$i-3{®PΛ4jRÁ%<\“êÔË͸@°pv:Á§±ËV´n‚ ’}Rû>¦¹Ð®aºøf:ÆKº÷=Yi–'{&IGKÑ(Ž«¦%d‹ÊÊj"&;»qÔD\{]ɤiLIجç”êBa½y‹m^&ÇÒœ,l–PhfïKº·¡=5¯M Åí wζÀí,«}0´„ýóq“„}Ï%] ofŸUÉWöÿš÷µ™}¤'À§ÑÛÁB,JZ 8cµÕV|Î9çLïÖ­[© ‡…ŒNýúõÛô´ÓNã—¿üåS?úÑþ”ÔÇ?5³Ñ­Ý¸ ªò°¦¤Åkhz_ øÛ¥#ÿ2δo_â¸i¸r¥EïÎV«çk“H/f¹ ”ípÍÆ™òì …Âs2›³9ÁÌ>–ô .Ä 7¥éö&iå®Qþƒÿfföh ïÛæË}"i þò?8ïQ ˜‘Myþ_ÈQƨÜßsÃÆ<ÓL5”Äu#õK>×áÏÚVfö` ïNnñBŽ2™#ÿœV£ZÞ¼À_ì&,•yôÈÂfM+Ë=ìh éÔ¼.-ŒÊl`ÏÁmFß5³'k´¿M¨ô®ÞM¾KOöŒûÝÜb6ëŸ~‡Æ1˳i J—4’¶îܹó—]vÙRW\qÅZݺu›ë[Á´u]tÑõ/½ôÒu¯¼çg/ IDATòÊž‹,²È}’vhí6AP•»ð©ÎïTJ iþb(®*ͦÐòd¾å>Iöf£v9?~Å£Lƒ0ÏI+k·îÉÙÅ}Âm'‹Ç‹Ôvd=§Ül.i \h«¤ , ü)}+¤ÇÜÿä)øjÜ«¯É· ,#Ó€M®rïZ¢­‡LƒÖ#˜f ò¾W§Ëÿ𠄉J}_ª$lÖsZ£MÕò–MigdÓÂe>{Ò€¯_ÿü_I¾¡Àr_»PŸ–p&å‚mŸ’0Ìl¤ù®6«áö½›«ºÎZdãÛäw" ö³î×B'JÚ´sçÎçß}÷ÝŸ _îO)‚6F2&? ·zTÒ^’zÉço۹톯¢|¦}:pŒ’£Z¹;šƒ€§Í,Ó4ýXøC–)½d¯Ç}ÊÍîôÒ’•E H¯ôÒë/wÒ$îgSÜÇ‹©M½qŸ€·ZeŸ¬ÿIçy¦-Lãö$î­¢Z[²•Ó{¤©däN‘·ÄïKÿ¿&îcïg¹típÔ Ýå¼ô.Œß_u%‘$Aþvj,p´¤á’*íÒÒŒ$$ÝlŸifž;~Knª7yØ={~Ò‚“!øtñãfp|ÒN!i|KÁfNK˜„/ð(æ­¸ovê‹á㾩¤]²pIâ÷äï¹äħ±³-OÀÛ&[ʙ٠øb”ŸãÂ^=¶û¯k%Í3éõ,|W6…<0µõøÜx FŒ¦.’Z„™MÇ=l.÷ÛHvÏ$§)]¨„Bà€#Ž8âEYdóÖnH[£sçÎ}ôÑàÆÍA´AÌì︖eq\ðɾîÄ_´§‡–d„k+Þ”t?þòèNã(˜Ùý¸}Ü÷%½'ßÁà|!Ãé¥1;œ‰ûl+§Òý FâÂÖyø”àá–óɆ;ÝmOŸoé¥üó~ ùz|¶©¢&(¹!†ÛŽLvÜÿÂíÀžÃíÒnÄ_È÷ânnÆKzÿCiº á!ÒjYI¤°óqó‚ %½šêx_Ø‘ùЫÄ⸓â–nUx:n‡úhzVƤþ%¼.Žûç»<÷1Ô7žWÈ~¾H£8…œÙ^WOÃÍìÔ†ð{ajï$YÌÌfJÚ ãmqAþI\S/¦é•Ëqa»ÈåøÇaÖ†Iü{êϽfv·Ü•’O¡7Úõ.øtèÐaÂ7ÞØm饗ní¦´IÆŽËÎ;ïl3gÎ\Ø4ÄAð•EÒÅÀ>fÖ­fâà+‰|/Ýs ‚Åünà À‡f¶ýüÌ;¯ôo\¸_v´ìó•8 —4¸ßÌZ¨„ƒŽ;Žyýõ¢ÿÖ ãÓO?¥¡¡aZ²c ‚ rä;Ãl<ÞÚmYX´.næpñ&þŸ–^!¶#¾zþ XÈl ;uêôÎ%—\¤ýœ[˜çž{. S)øE ‚ Z:;×ð}Ô¤$ý·ûüˆÂ”€«qûÅû%ýYÒY¸Má|*{á ;vì8~à 7äøãÁ0‡™qÊ)§°Ã;бcÇ„PAð•ÀÌÆZl{:·ŒÛ%>l“-HYPH‹ÍöÀÚ#ð•õÿÏÞy‡YU]}øý U@PE@4ö±a j4Kì]ì±—¨ñ‹Ñ{7ö±ÅˆÅ Š-6TÄ.¢DPš`¡8ô2e}¬}˜3‡{gî 3Ì0ì÷yæ¹sÏÝgŸuúÚ«í€--L!ؤb ;wîüøe—]vØÔ©Syÿý÷¹ä’KhÑ¢EC‹Õ ”––rÕUWÑ«W/<ð@vß}÷âiÓ¦­fÕÏ·‰D"‘Hd9¢IY Ía¯½öâÈ#äŒ3ÎàÍ7ß\.­†fÆÐ¡C9ýôÓ9è ƒ8ðÀHJ<5¨p‘H$‰DMJ)ÊÊË}ò6Úˆ{Y³fqÊ)§0bÄ’ßš2fÆÈ‘#9í´Ó˜2e ÷Üs={ö\ô{T #‘H$‰ä¢IÕ)$SŸHûì³»í¶¯¿þ:ýû÷g“M6ဠsç\Ó .»L:•çž{ŽÏ>ûŒÝwß[n¹…Ö­[/Ö.(…Mm0‰D"‘Hd iRJ¡™•çr·jÕŠ=÷Ü“=÷Ü“I“&ñÔSOñÕW_Ñ»wo¶ß~{Ö\sMš7_¶EYY&LàÝwßåƒ>`à 7dŸ}öá„N¨r=IF´F"‘H$ɰliBÕS^‹¸[·nœvÚi€sþðÃyä‘G˜={6;ì°={ö¤K—.´m›«8xÃ1gÎ~úé'¾üòKÞyçÚ´iCïÞ½Ùm·Ý8ê¨Âg®‹îãH$‰D"¹hrJaM’J:wî¼È‚0aÂÆŒÃë¯¿Îøñã)))a5Ö¨¤(¶iÓ†Ö­[Ó²eKZ´h‘(YµÆÌ(--eÁ‚ÌŸ?Ÿ¹sçVR'NœH‹-èѣ뮻.›m¶ûî»o­·,…Ñ}‰D%’z]Íl©[–´&Ð%)Ý"éW@g3¾„ý® t2³«m\$ÇøÀ–Ç Ë€¤Žø¼Úc̬¤¡å©IÝîÀp3kÐä‡&¥8)u^zôèA=Øyç-+))aüøñLŸ>I“&1kÖ,fÍšÅÌ™3™9s& , ´´3£¨¨ˆÖ­[Ó®];:vìÈÊ+¯ øL"Ó§OgöìÙÌ›73CÍ›7§U«V¬¸âŠ´oß~ÑgûöíéÖ­}úô¡e˺Ê9Z #‘ÆM˜â(`]|ÞãÉø<«/-'/ú³€s$5_Ògz ø p&æóc©<Çom¸8 ?Kƒ3sT?×q“DÒ5@¿ðuGàí§PN.¯“ì\àK•&¥âUiê´Ã-Z°îºëÖTæÎËÌ™313Ú·oOÛ¶m—تXD¥0i¼HÚxhÌÃ_IVÜÛ’v7³ù %_¤Æ¼I¿ä—'$uÎ>ÃgÕ°åFÒÅÀ]f6µ¡eÉҤ܈fVÖÊÎH¢mÛ¶¬¾úêtíÚ•víÚ5 …böq$ÒX‘Ô x Ÿmà7@[3[W ~ \ÖpFjŠ™ýÛÌÎnh9–#ºãVÒûÍìq3û¹¡Ê\Û—Z–\45å`9ñ®Ôžh)ŒD-[+˜Ù°äa¬ Çc€]–d’V /¥ªÚ¬V@›Ö!*»|IÕû’ÔERdôIZ]R›ºè«ší…ã³x½¯Úõ×9 jº^µç(´[5„#TÕf%IÝT€åBÒ*ÕÉ+©}uý„v+HZ¥š6 ûZ¨?‰·š™§¿ª®Û.…l \kÍ2ËÚHêZ Œ¿.` ¼ë¼¶^“R —büÉ2K,I‰4ZÖ ŸÓ²?„àóMͬ7€¤%ÍÌõ–ô¤¤)’ZIê/i”¤5$}üL“4,û“ôI_?†6ŸJÚ<õûm’ÆKêÚ¼—úmMI¯³€Ÿ%•tZ¦ÿ;$ý(iI_?Å’^ª©r(é>Iã$m(é+<î²XÒ i"§)9Ö¿;×ò*¶×VÒ}¸KÿG`ž¤¡’6©f½»%MÍ|”°÷p«ðTIÃs)+9úÛ6sŽ>“´Eަ]$½ƒŸïé’>”Ô-Ó×’Æ¿ß3$‘i“œóÕ% ¦y?–'µ¤Ûö•46ôó©¤Ý%](i¾¤–©v¿’ô~­L‘ô¤“2}µ–t'Ç{®¤òìk²Î•@’œÔ?lw{I·Jšºn‡¥ÖÙ@Ò‡A–$M•tQ¦ßÂu»†¤ÏñkmФ¿†ß¯ŠI’FKZ¿ ÿ¼¾ŽôC¦É*’þ‹_É=¸f¦’^ÅÃ’{íô|Û¬)MJ)¤€’4Ë;ŠîãH¤±2.|ž*i±{ÔÌæ¦¾>¥ï™n#©°;ð†™-Êxœâ‡À‘À=À6x`{²^WüeÕOô¸wÅ –´Rj+WŸâ®n‚B÷° žèp2þºKÒ±©uËq—ÙÃA–c€{wWsl²”€G€wB_{·¥ÚµrYõò-ÏÇ?€ñ”?ãJü`IUÅæ·Zeäîdý?wâVâKª@Òêø9j…Ÿ£kðLãÁªl , rŽŽîz‡}HúÚx·¨ ŽŸÓÛ%íœê+‘÷Q`$žu;°pyª¿­ðs18ø7ÐØhif C»öÀp`}àOx‚Å<à^IG¤¶{%p:0ø#p°jØ×|çí%*Îý“x²ÉX|R‹+ðXÃGƒ,qq Ë~À`à Iés‘ƒþá÷c€ ¡Ýøõ{ p°più^ž ÿÿƒÅÃAîƇmÜ lÜ’ü˜º×zá×ÀI¸B{§¤ãªØnÁ4©D“|Å«#A´F"‘WÀ¡ÀÁ25ØÌÆåhû®x€¿Üúà/À§Ã÷2  𨙖 ´#°[j½³6Àfö@°HýWîJBß?™YZÙK^ØÛ™ÙûaÙ}’†àJ øËµ0ÞÌ’*ûÈÝv‡H:ÝÌ MÊ(Ú_˜Ù)©¾º‡K:ËÌæØW!ì ¼ff§& $} ܈g‰šÐP¬|jfËHú-•ÏG.þŒïóf6&È0WœŽÀ•ð÷ú3K,µÿ–´)ð‡T_à€cÌì³Ð×+¸õö(à¿)y;£Ì,±F=*i»Œ¼ ÛÝÇ̾ ýž }$œ… ¶1³B»û€p%n@h·'𾙟¬,«÷âÊ]%Ìì]Isñìë—Íì_a½’pܦ˜Ù1©UNÂÃ5¶7³wòç%­üIÒ5A™-ßšÙ…¡ÏñÀ[À߀îfV–÷Á3žsbfÂ%ð`àa3û&ÓäG3K”»G‚%zÔï§ã÷óvf–Xêû‡cÓ ,MÊb•ÂêQŒ)ŒD%!üewÜ´)p0VÒ—’.Q*þ*d þ )m‰ÚX€[4ÒôÏ|ÿ·2¥×û8QOá Bº¤Gsà¡L_ûÿK)„ på¶gfùÙïÏã/Ýí©9ÿÊ|h l[‹¾ª£…TwgfïšÙ¶fV› ×û2ß¿À]¾U=›“s4&µl n |«€þ;K2fv5Ð&Qòé¸l­å]U±u»á ú·©6Ï3ëíŒL°]ï•^×kó´ÅÜÌ>5³­Ó2×€\×íþÀ·)…0á?xr×6™åO¤þ>_MÂÔòÕrYú $×qn-))i´ðMJ!L¬/©ÚxÅêhj–²¨VbñêH¤Ñbf?»ËÎÁÀ^¸ éRàÏ’ö5³¡¡ù“@_<ùäŰlàu3›•îH+{à1Péàýu©pk%², ¸Ú2|•ù¾OµGfy‡ð¹&ðejùèL»D¶Õrl«:²}%JImúªŠA¸•æMI÷à5#‹«Y§*¾Í|ÿ·Ü5Ç-²¹X/ȱˆ`Éúw޶c2ߓċVIÿf6OÒopË[ÇðÛŠäv«gûûhdž‡[Š_ÏÈV,™éXÆ_£s\+IlìZÀ7ø~ž •tðbPZ—„ìu»®te>³‰#Rÿ'í¬Ò;?.­ðãRS²×sr· ÿ¯üXͽ–kŸ ¦I)…Äìãj #Ñh)ŒD1fö9sö÷Ð6ð¸+p]3+Å]ÈspWà‹Á ›XÓ,LbºÒ›Hþ Vˆ€Š·èåâéºâ/þ—ò´Ïfuþ˜ùž(W5-Ñax@~]ôUçâïËãñÒ@ %= üÕ̲ŠAu”×ÔµbÉÚPø9š[ÕòÌÖ—ñXÃ…xBÊÜš‹¼nýp ´'G‚ž”‘´k[à:“ÿZI”ù‹ðkòd¦Éý“=Kª€äí/X»áÊl¡÷ZiRJa´Vböq$²Laf€¿„ù±@Oà³`é ì{»ãñ[Ï×póð—O¡e?Uy0³ÒÇ5 Wœrñ}æ{ö½“¸¿kjY‹{=’¾ªTЍá30(q§„ÌÔCp·z_`{I›˜YÎ(uÈ|üÜ.é + ·[âJ×CÉTpò¬ðšRFEÜ]–tVù\ý/kš‹‰°ÈzfHø8OÈ9ØNRÏZ}^Ûhfe’æãŠv–dÙ¬¿5Áò:OÒ:'O³ì½VcššR-…Õ³#‘Ɖ¤m€föJž&Ãp¥0]'îI<1¥7o4ÔÌ .µ‹»iäp¹JRÕI@³Äz­Fån²?µyѯFe^¶/#÷{®V•plïÂ3«ÏnųV©M5Øn™¼´MmÏQ–ñÄ™l [wj8 ˆ™™¤éxM–™v“€¢B¯•à2þ'ðOI'à±±‡Pólõ\L¢b¶ 4ɲ%V°êI@óZÆUD“R¢¥°zböq$Òh¹Ï8ÌWüwÓð™Žïz·ŠˆÇ>]©@>­0ézrë%’n¬fÝÏ€mäSŒ-BROI¹>úd¾o>GfÀo2ß{‡Ï$~l ¨¿ÈböqK DRGI'JZ#óS’x°j ä]>údÎÑ:¸+û¦B; ‰I]ȸñ%í ¬ŒÇÄÕ”oÞé‹ö=ÿŸáûÐ.³í_KÚ:üßAÒñaßÒ$Ç»® 66ÏÊ‚‡”_×ÑvòQ›ãü°µ*—‰BÒ&yîµÓԔ˜}\ 1û¸þ‘´ž¤³%=$ézI»¤~ÛPõ8󂤗C¹ˆêÚý*Gwà Æ ’6O2QåE¨ÏÂ]}ï xµ ãeaÚ⟵á¼lÇ•òY;Úâå6šoT³î­¸[óæd¼¦Þ@àÙ´89Q %­ŠÇé6³š¾„ËñÒ!+†¾ºâõÝF¤²¨ú¨ÔzWR3/Ù x)”[UyfÃgm”ÙÚð~ޝJ£‹ð}©î-"$MvM ’ÖÆëáÖ¬& :Ïâ–Â3BÉ1›”iw+~-hÈË= <â›ãµ4ïÈ<+Ÿuu¼oÃçßR²ôÂ]Ճ̬¾,…É1Ù´ÊV¹¹wÓßœz>tÁ+<—ã^«1MM)Œ–Âj–Â&uÞ!›o8>ℾ§kº ijIë‹®wÔ‚”k'Òð˜Ù?ñ‡þÀ'ø,?àAþ·â/Ãcs¸ ŸÄ_´Õ"é!a ^ãì<Ü‚4¿nŸ0³AU­Êcü8NÒdIŸà/¾µ“s$¹Üg ¾g[®ü¥2—àE Ç„¾Fáîãtlãcx¦ìÝ’¾ô=ð{¼YÒ$IŸâîÿÀIfVjfÓðBÓ{P1;ÊH¼üÐÛ¸ºÄ˜Ù¸òÙOÒHù 0ÃñëåüºØFÞÅÕ41 Œ Â̆×ãç=9w“ñê§ä¸×jL“Š),//Ja5DKa½sp—™-6;¤-ñ,½ƒ`„™}–o…+ë˜ÙÇ©u~‹—hX7ü=gf¿¤~oƒ×Ûj Él¯-^®dm<Æê¥ðÀ͉|¨­ñúà`…Jf?hŽŠÿŸ-ãÛ̺=íðX±ÁfVh–d$…™-/æ{(^~¢-^²åSà?–{*ϤfÙÀ¿ bqkM²ü§ÔvËCÌÖKx¼Y+¼Ûc©u^ÆÏïbY3;OÒ[øõÖ¿ÊQœ3{PÒ/øK$ð´™ý7Õä\®vz*3»G>]Ýî¸R20(Éï¿ÈgÛøå:nÃg„H'‡¼D*;?>Sýô Šç¸2õ3p5^¼ª—ÎóT.?ó"¹3^_ijwóNÕÎщTœ£Öx\à€T³WðŒôì±K–/ }]äÝððƒ Ììå`u]€2fáç|fŽ}|?~Iy›é’vŸEლ'p¥kNf?ÎÇrg|û"ð`ºþ¢™]!é]<Édõplnþ•çHøŸ%äóŽ fvš¤—ñë¶#®p>œIdy=·t© ²°¡T&WÛì6§oÎ1øu> O¾) ë¦I–ÏM­¾¤·ñÁMwü\=ì–Š´{šÙYaÝEWÍì3;ÁÌ®6³p‹Ò±™¾“ùH¯4ŸÊê×øèô´T³îÀ–fv&>¿í¡aÝUp×áÞfv–™íƒ»`ΪÕÑ‹Ôy™šsðâ¾V!Œ4mBÌëI{¦–­[‡7˜`‘Ó¤ÜÇfV^^^­Ça¹&f×/æ…U÷ ñ8NÅgBØ8ß:’þì lŽ+cÙ,Çt\ΧT\o¼™rí|JEñ^$­†+p;ã íq÷J–ñkâ­°\*[¥Ú¼hfÉÍõ)îf†ŠøÈ³S±ékR¹>Y¤Ž‘´î=¯«Ö¯!å‰,÷<‡»Sÿ-i î^?÷pÜЂEjF“R ËËË«Š5ˆc —!ûñNI“%meffÛ…x½«ñ˜¨Qø”SÙ²éÙʨ(ePNå{8[Ì÷|\9;ØÌ&KºÜÁõå,~M4§r N>Šð8˜fÚǘÂú%QøÇG›Ù—Õ´Dê 3/é÷ÀµÀA@)Wx~-²Ê# HSs#–•••EÿqD÷qý"iÝÌ¢®TVÄ&R¹®Ù.xrÉóY«Áæ>vR˜ä¯ –®q÷{àÙ ¶ ¢„F–¯pÅn‡°-ð$€÷ áS|ÿV2³aɞͩ'Ìì3kmf=Ílie¿.fvv]þN‹ñ„ 3ûØÌv5³Žf¶ª™ía>]cd¢IY ’’’’rjWr¹ Z ëûCœ×xÈ.À€”•ðIàFIGâ%@ž.—ô·7¿ÛzûûFÒkxAÞt\ÙCx­¯A¸+;;!<!™ä¼ÎÕ3xñϸõ¯JÌlJHh²Gá1‰¯×Õ`_"‘H$ÒÀ45¥°´´´4*…Uc ëñX¼uðxš«Ó£e3»_Òãx,Þx3û1dï†'¡|DåYNƧ¾>}•KÚÏ n×/[PÃÌn’O"¿^Î!=¿íD`¯”\ýC™ƒÞÀÃx¬bRVá>*ßS?…m&ë>"éu`Ü]ýxØH$‰,C45¥°¤¤¤¤ AFrÝÇõK¨¡5,üåk3/`šþžž‰"]gí“̺?’šž*(n/¦š|”i?†ÊÓ¢%Ëç‘©±jÊåª+76ó}^B'½l2µŸM#‰D"€¦¦$îãHŠŠŠD´F"‘H$É•ÂåŒS‰D"‘H$MQ)ŒÙÇUç>ŽD"‘H$’‹¦¦$‰&‘Ç1xñ‹f–k–¤ëI–ðÄ©Ð"®³÷CBÒ²Ns Q)„D®&÷<Ïž¯Ìì—jÚõ¾®®]#£•ÏÛL`^°{™§©Y £RX 1û¸Þé œ˜ç·cðr5 qåð`Œ¤½r´½¸Ø)³|g¼õüÐ×IçæÙÞvÀ¡m/à#I—¼'‘åI+âu&WkhY"Ë,ƒ€M h÷<^×t™ÅÌ6³ ó Η5¢¥p9C®6¹‘é2Äfö䋤“ñùB7 åf’QvkàÀqÀ™>þgf׆¶Cñâ×7¦-Š)ƦھÜ'é ¼ža>ºÝ xÅ̾“´%^op 0ØÌæJê‚+»ƒ“mHÚ/c@‡ô~’ºë˜Ù¢Ò:‘eŠ^ÄgD¤–Hê¬T@»n@t72ššÅ¨¤´´4*…U-… 3û'0 Ø;µø8àßxéƒå&Óñ©í àMÇ‹K·Â­–âµ×V’ôg¼FbOàï¸eqŰÞŸeIÃç7^ $)=•ßåø *‘ é;ЛxØÄãa_«c}|†Ÿ»ßá…Ý;×Iê—j×+ôŸe“ôòp¿=‹[ä?Æâ³½œVTþˆO¹8¸-Óæ%à*f=: xEn±O¶yð°AhópJhW•RS¼äøwé® °?~í)ìãÃø`g>^xoàIéùà»…õ¯ŽÇï£à¯øu‘µÂziE~ pËýp$0\ÒÊAžfø¤Æã‡í?+iߤù æMÜ{3 ¼¥zJPjŠî㆖¡QîÉòü&þ$ÌÄiZsÃÿ‡£ÌìáûCxŒbÿTû ~x¢Éåø=k‡¶?àJáË©ß^K÷ð‡ú›ff’^Æã1³q’ÎÂ-‹×˜Ùk©~îÆ_>Oà¿÷Ìì»Bv•â@3›UÅþöŶCÍìÉÐçõø¬:ÿGEln nÝÞØÜÌæ‡—êH\9ú¿Ðî¨püö2³C;¯W!CB)п_¶0³ÁZ78GÒ 5|Fž‚ßs…AA±„«tHÈ–Àf!T£®Ð.é”pîƒ'Œafw†¾ÎÃêîQüÜþ¶™(ó»á÷üïÈÿœØ?·ç˜ÙMa½Ö¸ò}¹¤‡ Ýw3{In½} ¸Ð̆æi÷²¤ðçÉEI¨IPr÷®0³‹Ã²æøsébI÷V‘ü´0|þèaf?…õ{ãž‘«ÍìoaÙy¸¢}‹¤g½$ŠìŠŸ_Âûrpœ¤ Íìçꎤ]ñÆyI¨P8‡Ïg—àÉ‚Û7³+C›¶¸‚xnh ~”ã×d^´!~íD= ¾›š¥0ÆVC¦NáH|D³ ˜¹ÿ.©OU£ÊHÝŒ›_†EÇ[ÈKÌîúHZ?µÚ;f¶‡™dfÏšÙ\òóqh{œ™=•yI§på,nAn–'ìÖÉ62ždŽÔŽT¶%Ó ¾ž(hÁ*ü>nIx·¦½™,0³ÏðØÐôµÓ ‘‰?}hgf_T!×ñ¸’³(«>Ö÷¶KY# \Ü_Bþ²Ý#|&}ŽÅ§e\?Gû›“Lý ¤¼ tI=¯öÃC1†¤úû/n]-”;…*lk° P:E'|p·0µìE`E3ËÆßœÜÃa¿ÞÚá–J€ðýZd­ Ͻ@o…Ò(@Gà›DþÐî }øÌÇ1ÀœÐ_²Þ|<¼¤Õ–ÇâÊÙ¢{ÀÌJñù×WƯ—|$×ô“‰B8Ž]½¨¡Y1ny_ƒŠMÂÃI6t¸OÀß™{¸‰•òÞÔ²ÁÀÀ¤ðý Ü+°H© Ó¾Çâ÷ëωBÚV ¡GuN“S KK›DVx½¡TB3›‰»C~“Ëðô´ $^\­óõ©=ÁÕz'0w¬‡;›Yëð× øî^ªO¾Æ]+¿ ²µÀÀï‡ï‡âî±^ÀòøC í_¸Ek5Ü…©=éù§g„ÏÑ™6I<'f6ÞÌ^šKZ[Ò–ò˜³T(àÖŸƒäñc]úeÕ ,À]¸_­$µNþÂ2gÚ¯n'Íl’™½ ”JZKÒò%噲JëÔ°í¤mw\ËÖªQ,)>É|OÖí‘mX ¿“t‹¤µÀŒTèFšì~MŸíÂçÚ¸u·eæØ ¿'ƒ´€íå1‰¿J:+@9_”’4ɾ¯UÍúuÉÚÀ÷f65³<4¯Y@ÙkoÜWVÍñKÈw Z‡pSà»ôq7³r3;#QäÌlZ°èO“Ô]ÒæÁs׊Ê×þ@wIKê™ê¯ºsZk¢R¸œ‘ûØÌfà‰ßâ#­•ñ »ð4ð“ /?ö­¤Ë%U›Ý][šZLaiiiiL¢¨åÈ>±Ûà#¬T\E¸’žáº>Üý¦¤ëÌìÕ¥"ô²ÅóTŒ@Ӕ≩(^=13:ÿ¹]¯Cðx©–¸ûn…eyŒ”+-Ã?ɸ‹Íìy‰›Þxæó›fV®™÷¢™Öâ™?áq‘ý‰4×à ȃáï{<Æêít#3› é×xÜÖ‘T$W*i×\±c!® <ä¡<Ûÿ<ó}aÎV•9Wdž 2LÀ­ÕÏánôšRÄâ 5ìkAžå5 K2³©’¶Æ_òGû7ⱂ;`™MSŽ»ÀïËóûGa›Óƒµi×°Íý€€#$íØPÝ;³1„dYæ³*²×žá÷ÃyÚg-ƒù’cjrª4¸É\îÄ«=œˆ{æ7á1ž¾A îÎëÑxáßq#A3›\™ ¢©)…ÑRX ù²ÍlZP ?ÄÍä‰UªÏ{~= $„›4ßZUÌV–ky)±bck K2 Íõ[ÎD3û†ÊîKÌìÛí)¾’6Â_ð˜Ù„Bå‹Ô)}af–ÎM2|+¿ç€çÂï·â±\{‡å¹˜ L1³[êXæQ@ß´ËW^)ß‹¹*¦»>Þª9–åc5\9MHÅiëS®þÊÙ!m0$$\[jûâqj…2 ˜^ȱÛ|Ï8nƒgñþTÞ›gµI¸•5˪©ßÓd÷¿curÕ€IävÓ&²|_Ë>׬Áµ»oŸ\SÕZ¿?R½uµ/î‰Ù;ý> 1æ‹afïã•þŒfnį¥~¹Ú/ Ñ}¼œ\A9G†!ŽcüÆK,%øE>Opˆ a$Ëx‰‹Zå‘›ÚŒÅC^£°SfÙºJÕö á#„¯f»Ný?Ø4›„&©}—hu2'qˆŸgµð°Úð°Qè;Í–¹ç!ëºN¾ Ÿ3ð¸ÍìË»gú‹¼þâ"…^Œ3¶-þ€-Ç-…Wâ7Ö’Îʾ"Ë7f¶g¢.t$©[fá–µE…¤Ã æVÜz¶ZX¶ î¦ú{fý$Û1±%/ÿt<â}¸5é´Ìº€ Ä­U"X´’Ah"sK<#t*µ›b殺ޢÂé’ö¦°ä„„EST†çÜaø1L’ËûoSíöÃKð$ß»âŠÔ¢™‹kãÏÞšZÓïíUge–?„Ç…¶ Ïwx Zš_áîóª¶ùG~L² (ˆ'âÏý÷ÂâdßwHµÛ‰Ô9 Ì ŸÕ%f$×YºÝx˜ÌÉ©m´ ¢ÄOUYÔù¸?d–߀ÇËwË,?F• t…Iò…âdyPý9µlw¼–kÒï<ö<Ÿ]ØNë0Øj‡ <žî<(Ì«:§’®–tFòUI“s—””D¥° ”Ê>·™ý˜Š1ì `f‡†„K€O$õ3³Áõ.p$©’ó÷,ÐWÒñø¾=ñú|߇å7჻—ñ"äÛã÷w\ñKEâB¢<$é=\|O¼9Ä7ý€g§o\ž”Š©!O Ûx…û¯wy–¤;I§.€GpWéIOà±·;áJÁÉøû._Ì xÌØdy}Î÷ð’!½ñz{‰5s ^—q€¤¸²¶ƒ{À•›å³]lõ.Ó|ˆn×S¼ÔÌÞ’Ï sMØïð¸×ÞÀ)–¿H^Ìì£plΖWxø OšÚyɺÇßÞ–ôRh³ð` ½oâ¸/”´îEÙO»6´y¯ ù¤$óøj|0ׯrp©¤/ðı¹¸rÙœÊ1¦§âYÒw(c^š”¥ÐÌæ/X° *…UÍ>ÎGˆÛÑì–ýbfgã…lO•ôŠRiò‘Hd‰ø†Lb4ÿ‹[z²mÏÀë n„¿DŸÀ-K×à Âoñ"éáJÍ*xý»ßã/°’2!®ô"Üí¸¾/²2\ù¹ w[[zN.MÉ16È[H±ã ðÛšxm·WðÒK7ãŃ»*óõ™,/ rdŽ'vtÄ­<¯…v…¼ÎÅÓÃq…ïR3»&ùÑÌÆãÇppD}ï ï;òÙAÀÄKð²2ÇR¡¤ï`ǧåO‘,Oê%ZXÿ:ܵ~,®hœJeë×I¸¸ nõÛ;ô³ƒyMÉœ„þwÃÃ@zã ôd`3{<Õnjèók<&nÃp,^&u|C©³3ñLð^äNþ!¸Nÿ„¿cÒíÀ‹òo‚H~ö7³|‰6 “ƒ¹’xŽÁglY… ¼ã3•œ˜£ííx]ÁýqÅøüXçÛÎ÷á{RCÓðÀ•xøÆ¶x¬nïTbÈݸ¸~,¿ÁïÛ‡CÛ €®fv~Œ⃷Cq¥ö·f–.µ4È“^Sd֋ꎕW^yÊk¯½VÓòË ×\sÍÌö5¯iV-ò¢´ïâ3%ü/óÛ®ø f>œRçG"‘H=#éVàL3kR†’Há÷ëíÀº¹’ë–šÜ iþÂ……TCX>)ÔR˜²IwÄ-Ùß^ÅG–ŸïÉkbµÌ¶‹D"‘H$ÒøirJa³fÍ~).ÎÖy$S˜%¸ežÏó[™™Ýƒ+‡«ŸJ:`IåŒD"‘H$²tirJaQQÑÔ¨æ'X k|Þmñ©£²¿Ï0³óðXž£%½!i³ZЉD"‘Hd)Óä”Âòòò£R˜ŸÚX k‚™}kfâÁçý%õO×YŠD"‘FÈíÀïZˆHƒò ~ d³‘—+šœR¸páÂÉQ)ÌÏ/¿üb–¸D˜Ù[ÀÖxi‡·%]PÓZf‘H$²40³1á™YN1³Iföf-Ë+5šœR8{öì‰Añ‰døòË/6lØÏÔ®h1³r3{Ø/Íð©¤C—ƶ#‘H$‰ÔŒ&§–——O:u꼆–£±1gÎ.¼ðÂââââýkStI0³Ùfö7¼Øí’††¢ž‘H$‰D MmF€©'N\ˆðŒsçÎ夓Nš9sæÌ~föeCÉ ¿ö•Ô¸]Ò7À9*ÊG $”ÚŸ‚¬CòWTTÔaå•WîØ©S§Ö:ujÝ¡C‡V­[·n6cÆŒ…¿üòËüéÓ§/˜2eÊìyóæMÇ‹§ÿ¾MYD"‘ÈrB“+^-©M‡Þ:í´Óz|ðÁË} Û¼yó8å”SfNœ8ñ’™3gÞÒÐò$„IëÂgNÜ&pä!Ì“¹°ùšk®¹ÑV[mµjÏž=;öìÙ³õJ+­Ô®U«V+4oÞ¼M³fÍÚµ£0OÀ‚òòòY¥¥¥s.\8wÞ¼yóÆ7{Ĉs¿øâ‹)}ôÑ÷óçÏÿ øcMí‰D"‘E49¥@RÛöíÛ¿sÆgl|à¶jhyŠ &pÖYg͘5kÖåÅÅÅ75´<¹ÔŸnèpà àѨxT iãŽ;ž¸ï¾û®ß«W¯•6ÜpÃ6;wî^TTÔy)‰P2wîÜq&L˜öå—_Îï½÷~zûí·_3³¦‰D"Mˆ&©‚[U:tèðÚÐëŒ3ÎXî\ɯ¾újÙu×]7µ¸¸ø 3{·¡å©IÝñyZ×þbfï5°H †¤fÀ~›m¶ÙÁ§Ÿ~z×-¶Øb `ņ–+aΜ9_?ñÄã~øáOæÌ™s(nYB$­ t¾Ég5—´ 0¿¾¦á ‰`ÇÃv3³/ \ï6à3[©Š6÷0³®©eGçãsÒî˜JsY@Òƒø4 kÔSÿ½€Yf6®ë¬|œafýëC®HÓ¤)ÆžÜ iûgŸ}ö‘qãÆíyå•W¶oݺé{“§OŸÎm·Ý6kèС_ï&1oô˜Ù÷xÑë­›$Mú…8Äå†f͚ݷoßßwÜq]:uê´õXS²¶´mÛv£ã?~£ãŽ;n«÷ß›õ×_ÂèÑ£o0³¯Z¶eœ€«m€áyÚü ì\×Vû€¹ÀÓÀì¬Þ¨î;˜Ú^à>`:^#nY )dß—„7—ðp›Dá33]Å:ZÑ„ßñMIk+:øZ4é ÆÌJÃWZi¥¿xàç^~ùå+õîÝ»¡Åªf͚Ń>8÷ù矟µ`Á‚‹ç͛׿ºYH#f6Ø^ÒaÀIkͬ&/¨eIE-[¶¼æùçŸß´K—.»7´<… ©SŸ>}véÓ§ÏŒK.¹¤­¤Ì죆–+RkÖÚ™YÇ›Y¿Ì¢ pÅå23»·®·×„˜Ke…ù2à;ào #N¤9Xƒ ð7š\Iš\_õóÏ?ÿæüóÏyñÅÏœ=»éèóæÍãþûï_pÀL{ú駯(..^sîܹÿ\Â4fö°9þ0üDÒq’šòõº×Ýw߽沢fèpÙe—íÓ¥K—³ZÈ‘„ÙüØD··¬’U 7m(A"uN£;—Mù%[ 35cÆŒ_¿ñÆ—ï·ß~Soºé¦Ù?ÿüsC‹U+ÊËË>|8]tÑ/ûï¿ÿÏ ¸­¸¸øW³fͺÖÌ4´|u…™Í7³«ßÛÃ%íØÀbÕ -[¶ü¿.]ºìßÐr,+ì¸ãŽû÷d)!ç(I¯IúZÒû’®Ô>Ó®¥¤K%½'éKI÷KÚ"õû)@bì'iˆ¤ %](é?9¶{n®åÕȺhIgׇŸ. ÛûUŽu®”ôt®¡¤‹%=bp‘´’¤Û% —4RÒã’zgÖ¹\Ò#9úº(×òí¶•ô¬¤¯$= iã<íV–tGF–-3m.ôOI+Hº1œ¿ÏÃùK{ñæs%­.i°>^Úkˆ¤mªÙ$í*é-Ic$=/i£Œ-ùyGÒØpœsI½Â¶{>IÚ<ü¶WjÙ®a;ßH$éôjdLËqNFŽÿËsî í¾•4XÒv9Úöû;I/åzwHê#é™ ë°}eÚt—t¯¤ù|NÒ.™6«Kº+œï¯$½ )ï_RQ8—;;‡mï›ú}'I%ýO^×÷yxG½³Ü(…à3lÌ;÷Æ3f¬1pàÀó?üðïÏ;ï¼âQ£F5´hÕ’(‚_|qñ{ì1õ’K.yrÈ!O›6mõââ⿚٬†–±¾0³Íìà$à²p³¬ÝÐrÕ%mÚ´™8{öìe:Sþ§Ÿ~j4Ùë°‘r6ðÐ x·ºõ& ‚Òô6^þi08x=¥¨” SÿÏÊñH•^€_çY^éuJSÛ[¶—+ëq pð›ô (œ47³2I+ÃðgÄ×À«ÀVø›éøË-\ËÍó,Oosc|6¨m€×–xìåJ™v‚,'¤dÙ:È’ž_yüx<€Ï¹ûþN¾øsªÝ}a{†Ÿ›føñ›OõS–n <|Ÿ÷½€7äõMnný=d¸¸$ü>”çrqìü/ìû)À˸Kt~ýÜ)éºjä”ü#%‡€›€KÓ$<Œ[š?Äo§Cù cÐøØ.ì÷ïRmÃï‹ ð˜ÍõÃöÿ™jÓ?/GÓÂÿ/'ו¤¶À[À±@qø=àEI{T±¿óñk¨,ü_ú;¿fz¹¾Ãïó·%Õû;¢ÉfBìÙ©S§KÌl½­·ÞšwÞy¥­¶ÚŠWl¸dÏòòrÆÏèÑ£ùꫯæ|ùå—óƯfÍš½3uêÔ{€×C¼är‰¤+AÀ•f6³EZbzôèqþ¶Ûn{íé§ŸÞ ×^m4hãÆ›ùÐCõ1³‘ -ϲˆ¤ ‰&!¶6W›Ÿ€‘f–¼þ”˜YÏT›ãþ@/3)éü%z¤™ mºãÉ,#Ìl÷°l\™9ÜÌËþìbf2rü Ø+Y.énà83Ë›p‘c€7€ýÍì¹<ët&7™Ù¹©å[ã/û“̬¿¤¿×û˜Ù Ð¦0 øÊÌv ˇãÒ#³ÀVÙå™6·àÊÚ¦Ib@êØN5³ÎaY?¼’žföRX¶Jå‹Ô¹{W6^1³rI+“ðš ‹Y݃µhpu˜%*Ÿ¬„íÍ~cf#ÂòKp%ëf6$(ÓS€Ìì€ÐF¸b³9ÐÞÌLÒ³ÀNÀ*éw¤Öf¶‰¼ŽêX<ëy· ¬·nNÖ1³±yä] ˜ 2³ýSr¼ôr”‡v“€×ðëÆäYûãÌl§ Çdà½pÊ%u mFšÙ¶A®Ña›}Ìla<]‰ª¶4³O$ü‡Ê÷Dkààk3;(XøžÃ¯ÿ‡B›Vøõù½™í]Åyš¼lfI‘Âyè{$€ßÓG›Ù¿óõW4éD“êõðƒ%µ2dȎÆ ;ÈÌöèØ±c«m·Ý¶ÕZk­ÕnõÕWW—.]èÒ¥ mÚÔ΂»páBæÏŸŸ÷oâĉ%_|ñÅÌQ£F1kÖ,kÑ¢Åw%%%Ìœ9s>µ´§§k¬˜ÙÓ’áè%ýèofÕš-EEEsÏ‚N IDAT¥}ûöeðàÁ¬²Ê*l·Ýv¬°Â -V•˜ãÇçwÞaûí·§¼¼¼ŒF˜-ÝÄ鈿 Ó< <ž*ksð]¢‚gû¥ä|I«™ÙOKGÜšaf“$½ìœ›úiÜÂ’(“Çà¥|¥Ö”ÚÓ%u«ƒ™“öÕèt¦èܪ–æüyýRJ–©’žN‘´º™ý~jlËC»y’†áóÅ×/$ aà5\)ì¾ÏÇ­”‹â:ƒ¢õîÚìŠ+a/àû¿-0@R\q¼&¬º/^ZèšäYlf%’®NÃkÑ^GÎAŽE×aJŽqKøD`7ÜBxWRÏÖÌ~–t!°zPªvÁKxÝ•:®ÓC›5ƒò· °&ðW3[Ú”Iº¯›{®ø%ƒ¡EçÜÌæ‡AÉœ°(ióyªÍIÛ§ÚÊ6¸Å2ëý{¿ÎŽ¢R¸4ЗÂ’Ö;vìoZ´hñ«W\q£¢¢¢uKKK»›Y»6mÚйsç23£¤¤„’’…¿¢ÒÒR•––•——ËœrÀŠŠŠÍ/**š'iޤÙÀœòòòYååå3fΜùuYYÙçøHò—<ËáF¾AÒCxÑë$gfÙä2Ax Ñ·o_ÊËËyóÍ7ùé§ŸØa‡èÞ½{õ,EJJJøðÃ=z4¿ÿýï9úè£9r¤XÎBR‡È§Œ¼×Ì&‡r:1aàÓ`áHó5îŠÜ€Ô˸ò$p³¤^)gà]3›¾¯+.Y’i=×Ä•›%¡î.^„™•Jú?† kgÛÙ×¥°/1”f*—ôðyæ{òni®„â.ѤNf`*øqŒ»¯÷ (…áQ¡˜¯>Gg®µŸñé37É'drL¤"1ã³Ìú‹sI¿ÎÓæöT›DÖo2².Ä-Љ¬„Ï’Î'xé¬r5Œáø±y$X¬_5³«]ÅŒD®O3²Ï—4X«}Öˆ¨æÁÌ&âábHjóÃ?¬NEŒG³èÓ–ñìße…ðR8U^àõ&IgçšÙ7 ,ZM±òr¿dŠŠŠØygƒúî»ïxðÁYk­µèÖ­]»v¥]»vKU°ÒÒR¦M›ÆÄ‰?~<-[¶d·Ýv£OŸ>•Ú…8¯h)\ºœ¼\ ü]Ò‡xŒZÿ0Ðh ¬Ž+4ùf Ym©HZ{â±e#‚Ëskà€à\ÜŠm’M¸ú’Ü–-p…-ËO¥0¸‰[¥¶›K–.©e³KUŠºôxW×·¤?à1…U)m?JúW/ ‹÷ÄÝ´†ïk…Ïqyº©ò: ñw7à±tùHúÈîWš.´Y+|~šç÷b3û4X/Ãc$‹%= Ühf_…6#CœãÕ¸ò<#¸ÛoÌXi !±ä»~ªK,Zb¢RX ‚U±^fˆÔŽpóí*io``p;\¾¬X]ËËËË¥0ÍÚk¯ÍÚk{NÍܹsùæ›o3f %%%tîÜ™.]ºÐ­[7Ú¶mK³fÍ(**Bª¹^ff”••QRRÂÔ©S™8q"S¦L¡¸¸˜®]»²Á°å–[RUÏ¢¢"ˆ–Â%!QÚÚæú1(ÝH½ìÌl\í‹»–öî/YÃõpT.¾ªéë 3›\ªû—¿Ç-œÏÔ ›%¤7«¢Ÿ©ÿ ¹ùM ¿<y žˆr8î& ü÷À¤yOôëŒ[wÅÃ’ýI>ÿŠH²ä-=$ià Çdü:þOZ;¸*×*ÕìTý,Jd½·bfIßc×H€‡ôŽŽ’´Ÿ™ mn ¡ LJáI'GH:ØÌž/@Ö|òº¼ÎˆJa¤Iafƒ$½Œ.éVàkä‰9’ªµ´iÓ†Í6ÛŒÍ6ÛlѲ’’ÆŽËèÑ£™={6sæÌaþüù,\¸²²2Z¶lI‹-hժ͚5cáÂ…,X°€’’JKKiÙ²%-[¶¤M›6´k׎víÚѽ{÷Ŭ€…PTTÝÇKF2ÅÛ¯ðû,Ýq+T¥r Á]ü ðL°hÝŽgŠîafƒ%ý L¶Ú¤ÎõîX˾jËSÀ!ñd/àc3›‹âÅæ«æX/™#<í:Îu®\Íö§ãV¶\nÝ´l*—knòD¾%uc×%ûâVÖÃÍìãd¡*—ÄIxWÊwÃg¦Y x6õ{²_˜YMkOîƒÇ af‰å1—‰5¸ùã©6ù¬…ɺO&¿ª0ŸYë à yóÓx,åT›‰¸{•¤ð{òZ &Ja"W®kyU\y¯W¢Rir„„œ[åuÇ.Å‹_ŸŸünl”——[.Kau´hÑ‚õ×_¿$ª9Ñ}¼Ä$±e{ã.à,}Ãg'‡¤õð ÇyfVÜ]Gâî¬1À’ŠÒa-òiææåp_¦™´—¤Ä"‚ùsÖç«GžÂË…ìƒ+2ÿÈü>ŽÜnÇ^¸ue\ø>/S²ˆx°¹­[À¢¤‡ɸXC<ÚÆxÂFÒn|Øn–žY›àÊn6öp±rCfö™¤ïñ,äŸq‹bzð2&|öÆ+C,BÒªfVUaàMp+ìg™åY9’° m©\vé2<9çàT›mHyô$]Ö;,#k%¥0-«<Û»«™%í1³7$=‰[1‘gŒw·Ô´ƒföN°.žž¾wò~f&ÙÙ½ð2D‰L­uÉ=X¬Sâ¨>Òd1³éfvp(p†¼@èÒ~™D>÷ñ²DPâ3¥–ËדÀ’NNÿâ¾.­„O†e›â/À 3]%£„džáâVÆãSý ·vŒÉcJ˜ˆ»NÓu "öi©ŽÍp¼\ÈÊ,žÈñ°‰*סëŒ+ÒCR ÉD`EI›¥Ö=Š„†ªx Ø<÷„ãXÜÝÿÐKÒoS²¬Š+#/Ú’ÍG¿·DÖÕñŸ‚ŸßEq!’ŽÃëìÁâq€ƒðº€»/eq‹j?¥ê Jê ü ů3ráµ%“õŽ¥"'‘ãi<£÷LU-ïˆg¦÷0Ÿ¼áy\aý“¼ôLRoð¯Àºf6¯¥88G^g0ÙænÀá€gòÎ_šõð„ð:’ŸHêši³>>`«J!œAåsùî18!“s,>˜ùW}Õ ñiò˜Ù(3Û Oé éÎÞhT^õ³£ñb £¥pÉø?ües¯|&†W$}…'“”'K8fö9nMè'émù¬wãVµo •€Çñ,Ê»%=*¯·7 ظ³šÐŠ'Ãç3’n•ôž ðKßÓô$ž¹;Ê̲3Ü‹+ÈÏKºYÒÕ¸يʱqÉ,,ƒ%ÝâÀþ†³tl`.îÃÏÁËòÙJþƒþ1‡‰,£Ã6n–—9ú¿²F{œ!œ«áÀ¡’ž¨FÑ*„D¹~:Èúî=5,¿Z•‹¿€+;[PÙuœÄÚ_ôÞ“t¤WpEæ+¼ðwur LÉq=pJX~•¤]B™–‹ñ25Ë«O|‹»À/rÌÃJ}peíAÜ·bªM)>ÀØ&ézy™³çpKn²o·ãníO% tµ¤7qké¡Íø¹ýH>sÍÕ’^Ç‹z/ÊxÎÃ{ÀvòYrN 丕ÿ=I—ùï‹Óç¬çY—D¥0²Ü`f/ã3ŒÞ—ô—d$ÙД———.ëJapÇgÊ`^KocÆ‹H§Ù(*Ê»Y^Õ±¼W6£²2šf.~l'çYþ}õ]|˜éANáÅÊŸîÆ­ i—ùñÈ;T :afwãž™bÜŠÚO|ÚÙ*êf.F8G'âçåHü9²‹yQó;qÅl“Ðö&*Îáðó¼›™½˜êïÎÐÏx–ô¼õ3©6áá“pKܺøì@;$ Šfö6®Ü}‰+‚'ácÌìŽÐfn9ý ¯íx2^òçx²\bfÅfvni9NÒë™X¡¥JyyyÙ²>@‹ÙÇ‘ú"ĨýÂH¤þˆðÈr™1ŸkóJàIÿ””·Èª¤C~ÒMðçIŒ)ŒÔ’:IÚwUöÀãÿ"‘H=•ÂH/3€g¾ Þ‘t¾|Ró,]ñ™:¥)$š4kÖ â3%R·l‰g“þ¸Ð–Ñi,#‘e…øDfVnfýñÑJÀg’Î4{8IÒýu¹í²²²e^)Œ‰&‘z`(žEÚÙÌ®iha"‘¦N|€G"Ìl–™]€g¶Ê}l~û ¯ou„¤:³JZæÝÇ!¦0º#u†™Í5³÷ÍlZCˉ,D¥0Ƀ™3³CñšWwKz((}/Kp„¤;ªì¤@.\Ø,…1Ñ$‰D–aâ<©3Š×{#ü­ˆW¢_8ZÒÍKº²²²’²²z/AU¯H¢yóæñ™‰D"Ë(qîãH¤Âœ¦IñÜ¿áEoÁ§:^ÒB3;¿¶ýÏ;w^iiUK4~ŠŠŠ0³|Åt#‘H$ÒȉJa$’‡8±^àú<óØp ašöÀ©’Jͬ¶%3JJJJÊÈ?CA£G­ZµZfåD"‘åèê‰Dò`fåø¼š_âÓTÍJY9š·Î’ti-7WRRR²L› %Ñ,Ô¥‰D"‘ȲGT #‘*0³Éfö¸™afÝñÉàÀ'NŸþÀç»ì'é²ZlªdÁ‚ËtPaP ã3¥t¶¤Åæ.`½s$=Y2…þÏ’ôl}õ‰DêŽè>ŽDj€™Mž HêlìþÖ.–ÔÑÌάA׉ûx™¥¨¨ˆ¢¢¢h)l8z»Öb½_»Ô±,i6v«ÇþëI­ÌlACˉ4qT‰,f6Ã̛ٙf¶^ôº/0/©mX % .ŒîãÈ’ð`Z¬w°a˲Lf1š-©GCˉ4ÑR‰Ô!f6x"üÕ„’… .ÓÕ«%EKabf3™µXoFõ­–6&¾#Ë1ñâDÑ}øöÎ;LªòúãŸï²°,”.ÒÁ‚5"Qc¬‰]cÔ{Fc¢1ÆŸbKbI,‰ÝÄ‚KŒMÄÄŽ(v MéÒa­s~¼ïÊ8lo3³{>ϳ3÷¾÷½çÞf¾sÎ{ÎAÒÀî„,÷©ÀãÉ=$ýè <\ ´3³ßH:ØÆÌnNÛ8’Â}ø/¡ææfv}ó`+3»5y~3»;Îy!Áê?f6!ÅÖÖÀO€€vÀ4àn3+¨å5 ôî‹ó>þafK$ Î$”‚š`fO§ß8Øh |íXŸ2np|¼«€—Êû)KÚ8#=WÒ<3»=éØï*t!ôHÖÌV$íßÜIðÚö6³ ks'ݸ(tœÌ ¤¸¸8»[šfæKRꈤVÀýq3XœüRÒÁf6#=’°pp 0ø pp,psœ¯#¡W÷ÎÀ\àTày`1pp}œïGáwkÒüß—”ÜÌúçKú±™=çoMèM¼+0› OΑ´£™U”¥_GÖæö~¯ý àhIgoD\wà,IǙ٣ю<à-`GBµ€D<ö,I£Ê…¡¤ïÿÚÄkêHH û“™ýØ'^;À9ÀBàöxìâ½^”çŸIÚÇ̾ŽÇü€„Ö¸.Þg…NVáàŽ“¸§Ð9‚ gfýÌlG` 7ðû¤qE@{BRÉž¯ZEœI„ç›Ù ÁËõ# ¸ ;ŠnÚ–f6„VÝ@“åü„ afƒÍl(pa]cm’¬ÊÏÙà!íaf "uoà9ุm`prÒ±§á¹f¶U´÷`(AÜ•ó{B¥€>f6ˆp?n~!©Ÿ™]Ihi 0Ò̆HÚ ø5p°%0P·´ðç¤ù‹^ÊÃïE›'«pQè8™AÖ{ ãšBÿL©;g¼a×”o0³÷§C%u/ß lÜlf“’hf¯˜Ùâ_¹ãdþî8™A©'š´xFošYaÊö‰„¥>[§l¥šù†“Íì›QÜ}TC{&¦<_Hðæ•Ïõ’™ýº‚0ñÂúÀºð^ÒãeñßRÆ,K±ã¿ÑŽÂ¤m,M±cp°¤ï%[mfb’Ne ¦¦®OÞ$ˆÀQ)Û_­b.ÇÉh|M¡ãdÖ­[—õáã¸.Ω%1Q¢;AP¥Rî LõðUꉊëý:'›ÌÇÉXÜSè8€™%ŠŠŠ6T?2sñðq½hO\©Þ(’¶µKÚVlfUÕµlÿ­è=U“j½Ö’Ž'«¾„ò„µ|ók0mÎY¥-’Nžz÷ê.žDŠÀ6³— âõV‚`¾˜ZUkJI¹@>PHáÉåÂ25ô¼®*{'“qO¡ãd6lÈzQhfî)¬f¶RR!IaÑ$6ÿ.¬Å|k%•¼w©ô©ƒ‰ñkB«ÇÝ’KÐHº¶æ¯3Ý“=’nJhf_Jºø>!»úJIÿ1³w*_*ékà#3;¼±.Àq2ÿUï8BqqqÖ‹B÷Ö‹„Pe*㿵õÀ-ú'oˆaåµ¶,…Xf8ðJŠ Üœ¡Û$Hê@¿”"ûPEB™%Ìì¿„îC£«8Í<¾Øâ8Íÿwœ ¡°°0«Eá|°rýúõÓÒmGó4°‹¤oˆ$„Ë4B¸²6¼ì.)yÍÛOÙèy¬¥„lÛ)ÛÇÆ}hŠ£ýS¶_÷u4\Ò|I'¥Œ+OÂY•4„u‰å< •´Oò’þ é?Q Wˆ¤¶’—´]¯ÈqÒˆ‹BÇÉ Êʲ3×dòäÉüñg-Zô|ºmÉbn!¬ü·¤#b‡Œ' ¹›’³ˆkÈC„%B$.é*àw„ºõ"–s™Œ‘4VÒ¡’$”€ù70$Š¡üúž«;Š ÝEö•t¹¤Ã$=B¨•ø"0<&ÃÌ%$¨Ü$éI‡H:–Pö¦x)Nù~üw¬¤Ó¢à»‡°ó¸¤³âµÞEX“XKýTF7à)ଽpÇi$\:N†PZZúØwÞYY͹ŒÄ̸çž{¾¾å–[n5kVªÆ©±ßž„ÄŠZÒí œmf­âÐÊæû7¡ˆtwBÆÑ„ÂÊK©A"I ¸Ò¾’p1˜PÔù^ A h€óTÇy„¤’kÞÖ-ÞÕ{ÙÐÏ2„f—ÿ%x6³¯â\ïâáÀÝ@›X®æ;ayWœï àaBÇÇi6¨ö?>Çi,¶Øb‹cFuã%—\Ò??¿Q,õ¦  €±cÇ~ñÅ_ü쫯¾z!Ýö4'$õ:šÙÕ®Ù|íÍl]|ü0ÂÌRëÖeÞBýÄ3[´½-к–­îÂŽµf¶0iû&vHêEèfò5°¨"¬¤Þq®‚”í]ÙÖ³“Šl;N³ÁE¡ãdùùùý<ÎÚi=öhWýM‹™ñÒK/<üðÃS>ùä“£¼sCf"i4Á;v“™­ŽÛZj÷Í0³ýÓiŸã8™‡—¤qœ cÆ sï0à¢çŸþü‹/¾x@§NMµn¿rŠ‹‹yöÙgWM˜0á³ ܸdÉ’§Óm“S%ƒ ¡Ò-$ý–Lq!)ãòtæ8NfâžBÇÉ`$õ>|øM ØéØc¼í¶Û6é¹5kÖðÊ+¯¬ž4iÒü%K–ÌZ´hÑõË—/«)mpêF ©>FXKhñ/œ“EÇq¾ÁE¡ãd’òûôésF÷îÝëÙ³gßwÞ¹×î»ïÞ¹OŸ†©CœH$X¼x1³gÏ.™6mÚ²/¿üríÚµk—.[¶ìãÙ³gÿµ¸¸8µÿ¬“%Hú.!+¸xßÌÞM³IŽãd(. 'ˈ ƒ>¦]»vÛåççwhÛ¶mǼ¼¼íÛ·oצM›œââb+))±²²²„™%‰DÂÌÊJKKK‰DiYYYi"‘(”­_¿~MqqñÔyóæ½QZZú)0¿%PÇqœ,ÆE¡ã4#b]µÖ„šlÅ.ìÇqœšâ¢ÐqÇqÇñâÕŽã8Žã8Ž‹BÇqÇq…Žã8Žã8. ÇqÇq\:Žã8Žã8¸(tÇqÇqpQè8Žã8Žãà¢ÐqÇqÇÁE¡ã´$õ—´yºípÇq2…ŽÓr88(ÝF8Žã8™‰·¹sœ‚¤/õf6<ݶ8Žã8™‡‹BÇiHj ¬@¾™%Òl’ã8Ž“axøØqZ{aØ5Ͷ8Žã8ˆ‹BÇi´Ž§ÙÇq'ñð±ã´$ͶŒO§™Ù°tÚã8Žãdî)tœfޤ~@ϤMý%m–.{ÇqœÌÄE¡ã4Ê’žû§ÉÇq'CÉM·Žã|›X`z(°7`Àf¶²S ´KzÞ8_9Çqœf†¯)tœ4 ©°50ØØFX÷—KH)v6³OêqžÖÀ mÊ®5@óÇq'âžBÇi$$µ„ßÖá·-0à¹ÛhÏ·—r”_£ÍlI=Í ”°©(4`ð~=çwÇqš . §ñhìœ lObJÚߺ‚cÖ/?2³Â°á°h„µ„m€|àÔAJÚ ¸,fÄËâßò¤ÇË̬¨î—à8Žã4>vœ&@Ò¶qxAvª`Øzà/À¥ Ö­íúk§ !é€OÌldçíG¯['mNÄùK8‡ |ó‚t-°X Ìî2³·êr~Çq§áqQè8M„¤V„¤« aådÖç˜ÙC x¾-€yÀ:`?‚×pðð!¤ÜÍÌVÕq~¿®!¿ê(‰ÿ>üÎÌf×弎ã8Nãà%i§‘‘ÔAÒÀ,à à¯ïÚjà€†„‘B`ÿdœ™½ ü Ò¾_×É-p#0†àý«,D¼ŽØò{ ·™î‚Ðq'ópQè8„¤Þ’~O•îmfûúw$ˆ¨ÀNföF#˜0ØÏÌÞLÝ…áA„²7õÂÌÞ%dPÿàñL&´ÆO›ÙòúžÏqÇi\:N#i„¤û©„íÎfvœ™½/©°!óøC`;3û¢‘LùcUb3 ûâDf¶ÚÌ!„“ k !¬ŸœN‹ÿ–ô±¤‹$õ¬d*Çq'M¸(tœBÒ÷$ý˜L¶2³_˜Ùܤa'²þŸÆÔu=_M0³)53µÏy'°+ðKî ú—Dñ,IÏJ:*–îqÇqÒŒ‹BÇ©’r%/éB™–ÇAfv}%‚ïDBvñ‰fVÚ¤Æ6Qhž!Ã<àr3+3³çÍìX‚@ü7p1°HÒ_$í’6£ÇqÏ>vœº ©#!iä`&p“™M¨æ˜í€föL˜XÑùÿ¬2³?4á9Oî%xGû›Ù‚ ÆlC(Õs"!éæàa3[ÔTv:Žã8î)tœZ!©¯¤€Ù„Ž ‡›Ù÷«„‘©é„éÂÌÆÛ \_PɘiföB‹¿_:¿ÌôIÇJJíÆâ8Žã4. §HÚNÒƒÀÇ„ÿ7£Ìì'föaMçh©}†Íl°#P$©¢¢Ýåãfö_3;è <œ,”t—¤Ý›ÆbÇqœ–‰‹BÇ©IûIz°þí`°™ýÊÌæ¥Ù´¬ÂÌŠÌìÿ€‚Ž_cf÷šÙž„Ä•¥Àc’¦IúM,Ìí8Žã4 . 'I­%(é#àFàaBòÈf¶:Íæe5f–¨Ã1³¢ œ >“ôߘä“ßÀf:Žã´H\:NDRgIÖ þ¸ØÌv0³qfVRÍáN#;¨¼lf?úã³ÙË÷JÚ3½:Žãd7. ¤~’n¾F?0³Ììi6Í©3+0³ûÍl/ÂzÅÀC’fJú?IýÓl¢ã8NÖá¢Ði±HÚQÒÃÀ„vlÛ›ÙI5)úìdf6ÇÌÆƒÓÀI/Iú©¤öi5Ðq'KpQè´8$(éEài‚ df—TTCÏÉbxù53;•^~€Pÿp¡¤û%í%Ii5Òq'ƒÉM·ŽÓÄVjÇ¿æk¬æ IDATJ€›€Ç›kW‘–Ž™­Æã$m ü¸h%é!à!3›NÇq2 ÷:ÍI]$ýš<ò#à3efwAØ20³¯ÌìZ3ÛšÐ5¥/ð¤×$»Ó8Žã´x\:ÍIý%Ý Ì¶4³ƒÍìå4›æ¤3›dfg½» $=$i_/;ŽÓ’qQè4+$í$i<ðPŒ4³SÌì“4›ædf¶!z‹†Ÿ·_JºVÒÖéµÐq§éqQèd= ü@Ò+À?€ÉÀ@3û™-J³yN†cfóÍì÷f¶ p,°ð¶¤I’ÎÔ9Í&:Žã4 . ¬ERž¤S íçÆw[™Ù­fV£vjŽ“Œ™M6³sáå[#€ù’þ.iIþ™é8N³Å?àœ¬CR7I—s€#Ÿ™Ù.fö˜™•¥Ù<§{5?nfC€?_Iú½¤mÒk¡ã8NÃã¢ÐÉ$ ”t0ìkf?4³WÓk™Óœ1³E±ïõàp #ð†¤É’ΑÔ5Í&:Žã4. ŒGÒ®’ÞÖÃÍìt3û<ͦ9- 3{ÏÌÎ#Ǿ8ˆà=|LÒÁ’Z¥×BÇqœºã¢ÐÉHbòÈ!’^Ư’G.7³%i6Ïiá˜Y±™=if‡ÚëM~OXx£¤mÓk¡ã8NíqQèd’ÚJ:ƒP"äràÏÀ3ûKìRá8…™}mf7›ÙöÀÁ@kàIïI:OÒfi6Ñq§F¸(t2I›Iú?BòÈ3Ìl73{“GêFM 1{6mÃbfšÙ…„®)×ûj>=ßÞZÔqœŒÅ¿œ´"i°¤ÛÀÀÞfv˜™ML³iÍ‹«}qýÛMhO‹ÁÌJÌì3;¼F(›´@ÒŸ$mŸVÇq*ÀE¡“$í.éIàM`0ÌÌÎ2³éi6­9Ñx "a„ãNMnU ÃÌ–™Ùmf¶ð}À€$}(éBIÝÓl¢ã8à¢ÐiB$åH:\ÒÀ8à%`€™]if_§Ù¼æÈóÀ‰ÀƒÉÂ0 ÂÇc€ i²­EbfSÍì—¯øÿ£Ù’ž‘t„¤ÖéµÐqœ–ŒÌ,Ý68ÍIùÀIÀE¯àMÀÓf–H«aÍIm %|ʀǀÅñùNÀ€R “¿éER7àÇÀÉ„Póxà3û v9ŽÓòpQè41,ö3àlB˜ø&3{3½Vµ,$Mö I<9À =ðl,©âd’†~@ýX<§j$ >Ú¦ì*úûZÎÌGRàX‚q(ð(ð ™½SËyz¹ÇÑqœªpO¡S)±lÆåՌɑt”¤·€¿˜ÙU.Ó™ÍVV°kž ÂìÀÌV™ÙÝf¶á×*àIIŸIúµ¤>5œêPI¿h•ô?I?!”&z(!ËI’z¥ËfÇq2…’ú»!„ä„€» ¡äfv­™­H‹‘N}yŒ°–°/EÓì±À+fvÐx8 XHø?^"jG(f>MÒþi1ÖqœŒÁÃÇ-I»Ö vZ%í*!´¢»ÌÌ–¤Ã6§áˆ¥i¦Ä@3[”f“œ4 ip ¡ yjOìBàvàR3+mjÛÇI?. [0’~ÜÏFï`*ë Bqðà93+i"óœFÒZ ØÌ<ó´…×^œ@øaPY–òz`pˆ™}ÕDæ9Ž“!xø¸…"éJÂ"ôÊ!@>!ä¸ðOà“Xö"ÕÃàd“€—Óm„ÓtHÚIÒSÀLàB²QUekÚ±±ÌÍM`b³CRßòÎ3’ºJêšn›2Iy’ú6Ð\ýcÒd}çÙRRnCØ”M¸§°…!© ðð]6þ(("´BË%|i,&Ôüø<>žîŨ³IföFºmqIï›Ç¿^„õ…½€Í€n@'B¥"Â’âó6„ðò+ÀAfVÔ¤Æ72’~ŸÎþKˆ„¬n€¹çÇ™ÙdI7–x^\ßy›3’ö dÉn€¹J KdÔsžõÀ¶f6§ÇL3³éõ±!´8Ü’‰k_v d!~NH0™J~ÀW^ž¢Ùò*¿øfN8Õ)?7c£x,ÿÛ‘ .é–f¶tdk` ð;B!ðK€Ý€Ÿ7ðyîdcRÓr8“Üå¢ÐÉhú'_˜Ù†tã4-ÞiÆ©3+Å¿–Ä×f6˜,©¸WÒffq‰Ì©À¾„u–÷›Ù$I–Ötöf¿3³‚ αmüwv<¶¡Ô6À à3û@Ò®„ú’} ¯Ã=föa<¦5¡Tؾñ¼ï™Ù©'’”Oµ;„èëÀÝåIC’~¸&iÿIÀß Ñ‚{ãºÇÉ„%÷œD“£¸¬ˆ €‡¢}GûAœï>BMÌäXýãùî¶ž/_.é4àZBäj*rŸ%îG^ë÷$u‰û $HnE(—öଠì\.ië¤mDjM¹•àíû¸?¶Ø8¨|P¼® Ë.fK ¯õ‚ ÎÌÌÿüÏÿüÏÿü¯ÅüÄÕ—1÷!Áõݸ¯7Ax Lÿ{àøøZ`nÒ¾^ÏÜÈø|°{||pc||9ðI5vu!xÀ&gÄm·„Uë^[A0FX×V¾}ð‡¤ç'SSŽSɼeÀéIϯ#xèÊŸçêÛî˜r\_ÂR„õ@¿¸íàgIcþ@ˆ`Œ"ôjï™´ðóøøAà…¤}'Ï'=/úÆÇw7ÄÇKÕð>®.Hz~=ð¿øøàïIûßâóǧû}^—?;Žã8-‘™„ýC !ÐrÒ6ñßç“ -´#”ê)çÍòf¶XÒt‚›ZÅù†Z6AÒ¾±Ù *û=âîÛžÅÅ1“üÏföqs´"xÖv )/Mš£œ×’ „G§%mÛŒàɬŒWSŽß=åxÅã?”t A°­'„ÄÑžy„{5)é¸IÀ1ññ61›\÷U6¾.©vÌ"¼†q'ð¢¤Ë ×·¬vݸ’m| øQ-ŽÍJ\:Žã8-‘¹fö4€¤ù„¶žC€ÕAµ»™­ªäØ-ËÄ5} ýÅ«b9!Á¥"®#¬K,_³6‘X\Ü̾ö•´amá$I½-®ÝKâH —™mç8økʘõIWšÙ¾ÕØ]ÕñO™ÙÙ©ƒ$õ$$ï 1³±,Ï’òkŠÇ–wÒ">.g9ÐGR+ÛØŽsðVÒ˜µé4³%Í$Ü›3»6ôÞ‹²ñ5. „ëËÙ’oclZ>+ð5…Žã8N‹ÆÌæ5>‰/Iª7ØFR²m—˜ÈðBIŸ÷¨š§ ân·ò ’ºÅõh½bI{£“ÆlmœEèFSH3§Ò;iŽÎT¼Î.™g1ÑKY~®î’ºUs\9OÇÇäòãûKjK(w$ 0z0ÏZ';!›× “´o2Aôç܉p?þSC»R¹“þïM¸ær[·’ôÛjŽ=^R»hã±l\3ù*°g¬C™ œ›rÜ6&e. Çq®"d¼¶Žö¾–ô!¤ûý¤±ÏJšAj'Wà¹ûfö2ð[àeIÓb=Ã[X„v%𰤩À |»?ùe’æFïádàf‹™¸)< lCÙŸÖ%VeÏÇÀO¿KúRÒ'ÀÛñT-ÑËz!9eZ<ïó@¾™}üƒ¥Îz3°#¿†ÄmŸÄë*Ÿw5!ì|k¼GocÍ,ÙSX', ¸Ï¾Ý¾q[‚X­Ši„{ù%aé¢óm`§Ç}©õ-ÿNøá°PÒuu´;-xñjÇqÇ©€è!ê,²¥]®:›Ùù’z²–kÜ+:zζVšÙš¤í¹qÞåÓèR‰L»yœ»F!ÖxL Ô̾®é1IÇæÂçëÌlEʾŽqÞ +^HêM( ´‰­ÑƒÚXbõ¨‘³¤gæ%mÿ°ÚÌ®¯æø6„{¿É½‘Ôp}ͦܗ‹BÇqçâ—üB¸î999]ºuë¶Y×®]ó»víš×¥K—¼Î;çuìØ1¯C‡y­[·nUPPP\PPP´víÚ¢Õ«W­ZµªhÅŠE+V¬X½nݺ„µX_™ÙÊt^_}I…é¶Å©šX+ñtàc3»(eßAÀkf¶¾Âƒ[(. ÇqZ(qÍÜH`Ç>}úl·Ûn»õ1bÄæ#FŒÈïÛ·o¼¼¼î’ÚSEófVlfkV­Zµpúôék?ýôÓÕ}ôѲ÷Þ{ï‹ÒÒÒÉõjIÖ”HúgfϧÛ§j$G(“ó”‹¿šá¢Ðq§³e5jÔáGuÔ#FŒh׳gÏ>¹¹¹½ª=¸a)*((ørÖ¬Y+'Ož¼vüøñSÖ­[w™Íhb;lj¸(tÇiHê™››{ú1ÇóSO=µw×®]G¥Û¦dÌlÅ›o¾ùñí·ß>ÆŒ û”ã4!. §À#E\;Ú´iÓ¥[·n7Ûl³6ݺukÓ©S§6;wnÓ±cÇ6eee‰µkׯZµªdÕªUÅ+W®,^¾|yÑÊ•+W%‰5„lº„ÌÀ™f–HßÕ9õARÛöíÛÿîâ‹/yàn“››»Eºmª†²Å‹¿{Ë-·,xñÅï6³ÿ¥Û rb©—¼º$dÔá\[ k“ÄÒÄÄ‹f6¿æê´5³¥õ·¬ÚsurÍlyô–÷ªIâNóÔùØlÀEa !.ïH ¹„/ýÕ™öãTOlb¿°c¿~ý†ìºë®=GŽÙuäÈ‘ù={öìÙºuëŽ999ªèaZffeeeë WΛ7oÙ”)S §L™²ôí·ß^²jÕªOmÁ>±”ôNæ!)óÍ7¿ï©§žÚ:??—tÛSKJÇÿÏ?þñ™Ù?ÓiHÌ ~PZå¿©I tÎ`ûX¼:cˆuŸ1³zÿ¸ô3`3;ºþ–U{®ß[›Ù©’F¯˜Y÷:̳¡Ý]Ï72pQ˜åÄB¡Û;vëÖmh¿~ýÚwëÖ­mçÎÛvêÔ)¯S§Nm;tèסC‡6:uÊéÔ©SNnn®Ö¬YS¶zõj+((()(((Z³fMaÌ,\±bEá’%K6ÌŸ?.A|˜íƒÙN,qÒøÃ1{íµW÷aƵïÞ½{ßV­Z5å:°DIIÉÜ ,ùøã Ÿ{î¹E~øásÀ?\ f&’NyüñÇ4hС鶥Ž$Ž?þøû§OŸ~z:ˆž¯0³½šðœ. …5ÃÛÜeÑÕ¾3°ã6Ûl³Í¨Q£z\wÝu]†žß»wïÞ1,Ô`­u‰Ä²+V|5}úô‚3Ï<³àã?^úÁ̉ƒï™Ù¢†:—S1’¶ïÖ­ÛÉ—^zéÐÃ;lëÖ­[o•FsrZ·n=pÀ€ Àa‡ƪU«†>øàƒ'äåå½[\\|o6e‘¶Ú¶m{R§NFW?2cÉ9rä ’î1³wjRI' Rö$ô>^œ|‡Ðjí3ûDÒ^„¢Ó=%ÝüÓÌ^FÎúï·˜Ya /ÞÜEè*"à>B1ìP&:tœG(¢¼ž°†òï•ØÛŸÐQc7B”çA3{­’±c€]R¦×™ÙZI§ûú8O%Á^9žÐ†n›xýÏ2v+ý±;³œŸÞjfS“ö! îHð¬Þ_Ùï,´ÖZØ=÷Jè}ÜÃÌ–¥ØÒ:w0ÊÌ‰Û ¢nA<if¯Ws]S'Ììê*Æô#tTyØÌÌÖHzèifÆ1'Ç›ÙA¿¡ÏóNföAÜö&ÁÓy¤€»Ì잸ooàQ3Ûd©K %$n”I ¼mI$ëlFå§šÙË’Î'í>ñØaØ ØœðzlofŸÄ9Þ>O KêïñÖf67޽!Þ›Ó$M&xM¯û.Î÷ð±ÓdHÚ~ôèÑW\}õÕ:wîœQe#RÈéÙ³çn—_~9—^zévýë_÷‘ô„…æòNÉÏÏ?ýª«®Ú—”Uäææ7nÜÂ=÷Üó4BÍI#’Ê:è æÏŸÏäÉ“3f }úôI·YURRRÂûï¿ÏŒ38âˆ#øßÿþg@N#œêÕ¤Ç#߇ï„H"¼q•µŠl)iZÒ¶"‚G°üÇPjx÷ÓdA…ä#A8—ð£“ïd3KHºxDÒà~௩ë¼ct(•xÃ$]Eð.!xçzå­ö’í窌u„Px9¯[G¶~-©<G@gI*‰ LJjs7‹ èºË$\Dxý¿ò£Í弑tìq_WÂë°–àáýæÝ6e+#GŽüQ,Ÿ•äææîÕ©S§!¸(L;fVffì±ÇÌž=›|‘#G²ýöÛÓªU«4[¸‘eË–ñÆo““ÃÀî»ï@NN4àZé$’;\¬Š#jX‘a!ÙàŠÔIYÿ©4RŸŸ,(÷ÆIº˜°~nÌìIc€_B§?Ic’VBÑo§Ø40žo°™­‹Þ±y|û¾Ö¸W2О ÞÊKó GV™Ù35œ«Âû=¨Šk;UÍÉaÏ•Qß•"½?/CX”»UéZ}#ižf‹‹Â #''ç\pA&†ŠkĘ1cŽìÞ½{kIú:ú±páÂÂD"Qþe˜u¬[·Nݺuk6 ⳜDòÃAƒ1hÐ Ö­[ÇÓO?MNNÝ»wg‹-¶ W¯^´mÛ¶IŒ23V®\ɼyóX²d ‹-bÇwäðÃßdl,§ÕØÿ&Ö‹-é.3+Uhï×µ’z|OWHz°<;XÒ`f-ÎÙ‡°VI½ŸRÅ Ýc]¼W$õa㺹TžN•ô’™-’ÔŽàìI>ÅQl]Hý…ö©’®'¬ûÛ7ÚáÞ\(éÍòúƒ’†šÙôZΟOˆ–” ¹ëýjÂñïIŠ6îMXŸ˜ÊTB’ѯ$]kfE u_{›Ù—„õ%=Mx[ËëÈ*\f:tønûöí¤ÛŽº")·ÿþ-]º4paPúõë·èŽ;îè{Î9çd”'§&0nÜ8z÷î½<ݶ8PZZšH$6­;Þ¾}{Ž:ê¨ož¯\¹’>úˆÙ³gÓºukzôèA¯^½èܹ3yyyäåå‘››Knnnµ?VÌŒD"AII %%%±aÖ,YÂ’%KX±bݺucèСŒ1‚í·ß¾ÊùbH¯1<…É6¯t8ðWàJIó ž°sŠDὄÄO$Í"˜uÀ޵8íÀcq`BÈþŒk¼%i!D ðóJæ¼””ò¥¤OáÔ=Íl²¤‰¡T <,«dŽš°¢ n7³ÿÄ}Çk›ŸdëlL©q­ã€7cØ|:›†ä+;¶,f˜? œ7W$‰"ðHBXþüøzö® ¼ÆÏÖ²Ö›%žh’aôíÛ÷å믿~ŸaÆU?8Ù°agžyæêÏ?ÿ¼yò:±×^{MºöÚk÷?~<[mµßùÎwhÓ¦MºÍª’µk×òÊ+¯P\\ÌÑGÍ…^øÎĉwK·]--·Üòœ›nºéŽÁƒ×úØ¢¢"V¯^MAAÁ·þÖ­[GQQÅÅ¡ZI«V­(--¥U«V´iÓ†üü|:tèð­¿Ž;Ò¥KÝr¦ž{î¹µcÇŽÝÇÌÞ¯ÓµDÒæ@B8´ÊN>’Z’6VÕ5ÉNR`iu‘I½€âš$pE/çæ„Ž(%IÛ;EfÖ ?Ø éSžœ“²/ ®¾®ÏwAô”æÕåþÆ×§GM˧ŪE©Ëâý_ž|?›#î)Ì0:uê´pæÌ™”––2räÈt›S+–/_Îã?ÎðáÃ×|þùçú˾9cfÖ®];N;í4ŠŠŠxá…(,,dï½÷¦{÷Z×Zm4ÌŒ9sæðú믳ÕV[ñÃþð/’™ùëŸ$‰D]øçååÑ£GzôèQýàF$®%k²÷Sjvp5cËI"õ9_Zæ™ÙâZ̹Žà¹LÝÞ Õ!*ƒIûŠå|ê{ŽBêuНOëéÆúˆ«*ÙWãûŸÍ¸(Ì0ÌÌ>ø`æÍ›ÇÃ?̈#Øn»í2v}™™ñå—_2yòdÌ9çœÃ 7Ü  P‹ //C9€)S¦0aÂúöíKÏž=Ùb‹-èÔ©Syx­Ñ)++cÅŠÌŸ?Ÿ¯¿þš%K–°Ï>ûpòÉ'o2VMe”S%‰@ºÍ¨999þyâ8M„‹Â CR"‘H0pà@Èúõëyúé§ÉÏÏgôèÑtêTaÍÒ&§¸¸˜wÞy‡Ù³g³ß~ûqÜqÇ}³/®ƒsQPG* #m·Ývl·Ýv”––2{öl&NœÈêÕ«Ùl³ÍèÞ½;½{÷&??Ÿ¼¼ŽeË–±råÊo­[¿~=EEE߬ûÊËËÃÌ(* kÖ[·nM^^íÛ·ÿÖ:°Î;³å–[ÖõüK<T–ížÂ&Ê>v…‡™Uºh§vb§vúæùªU«˜2e _|ñÅ7ƒíÚµ£M›6äå呟Ÿÿ×ã:qIDAT¨M›6ßxŽ€M² Y¿~=………SXXÈòåËY³f [l±C‡e×]w­Ñ5x¸§~ÔÕ³#‰îÝ»gĺC÷f Y_ª1>Ob‡ŒB3kèöyÉçèäÄÌæ6„„‡Š2™›5±N¯XR§±Ï•KèpòUcŸ«¹â¢0ó°šþ²ïÒ¥ »í¶»í¶i’gYYÙ7ž¢TÏQYYÙ&Ù:t G ’åÚ%$œŒÇ_ÿ ÀÃÇ•r¡¼É_xÞd~M(Us!°¡~_¿úN*éLàñ˜‘ l¼Ä·;‘4±ãÉ«f¶ nÚ’Pw°}CŸ«¥à¢0èÊSXZµjEçÎéܹéc¸§°~”••e÷·¸“1$‰¬çU˜íŸ'Ó©¤[I¸†P÷/[Dál`Óªä ÃÅ„:’ ªèÔŒlÿÖìhk€|axý”õ¢Ð³3IYï)lÄÈC+IKz\Ò%±¦’N“ô½N–´_%öu’ô’þ!é!I{W0¬ p@Ò19’Ζ4^Ò=’vIÚw¸¤C$"éaI'•·Î“t6¡ŽÞe’n‘´sœë8I÷ÅkÙ¤õ^ÒÜ}$ý)Ú:VR‡¤}—JÚQÒÕ’žNý?,i3I×¥l;GÒöñq—¤kz$zñ ´›;(é˜+%ô»hó˜”9w•t¿¤»%’t¤ž\Ëñ„'çÅ{±oÒ¾a’ît½¤­RŽÛEÒ’‹ö»JÂoF†ÊŠe÷‡¸{ ëG¶ÿ(…™BYYYÖž4b¢É/ íßž$ô¾-n/®M:;àBTÛò€w€ïã€Ç㜩ôNOz~/ð#Bg‘iÀÊÅð]àn`7BÈù,B(à= ˜Ð–oB´éPBˆú àV*¨Omí¼ ô!´}›4äDàï„¶x÷TðÆémIæHB¯e€Ë€ÑÀÀ}„àŠh'wá^­$Ü»§$ˆ6nü—P[ðEàÂë´Y—4Xç˜@ðHÏ{ðá^½Yþy$i/à`0>^³÷hOÂÃdž¤ §÷ÖlýÌ!‘H”fûŒF,q5ÍÌ~ ið¢¤KÂîfI#Íl*!ì;ÕÌ>­`Žã€îÀ¶±PrµHH¡ÍlaÜÖŸ œÎÚÙÙqßB«µ±föž¤"`¢™ÍˆûwfÖÖ“*9õ @©™{X&i3{3ŽyÎÌÆÖä:*`'à_Ѷê>Ä3³£»ŸîÁfvYÜ7 î6Á̦JZ ¼cf¯Åñƒºær3{;n;Ø™ ˆ¯n5³?Æ}s-/®®{MKÁ½9†™e}±Ùø«Ìß[u'ëU¡{ 3ƒ²²²æð#³±<…Éâé-Âÿ»þ±ƒÆýlônIðÜUÄ0ग़ Âȶñß—%M“4àqK®ÿôjÒãYÀÐ*æ»›àI[,éÁäPt C“ç5³•À””¹kÔ[¸®N¾’tCº•ñjÒãäëÈ·Eà{„^͵¡à=,ç B² Ààœ¤ûþáGŸZž£ÙâžÂ £>m©2÷Ö¬÷ñÍ:0'Í—–Öö;5³ˆ?0ã •,ZúÂŽåÉwïJzˆ Xž¨dŽåÀþµ<ï*‚pÙ)¶£«ˆªDæ·>b™›ƒ£;˜(iË Úç­v,ÃòýãörªêQ\äKj•$‚¿²f6 ØAÒŽÀÙÀóÀðJæªìú–²QÀ ¦jblúÞH]ƒ•üxð{3{ Š9[4îÍÉ0ZµjÕD¡{ ëA¶¿þW…@QQQa¶g³7âçÉ~’¶Œâè `Jy8×ÌfÂưlE<l+é ¤uk­KæÂzº‹ê"©m5žµd¦²ÑÛˆ¤Á’dfs kéVPñ¼ÿ»IÚ.>?h¼Q““šÙà+àûñ¼ßTÏ—´u÷!p3ÐU¡Famx8PÒ÷$m\JXãXSHº5à)BbJï$»«ò¶8ü‹;ÃH$5®S˜©¸(¬ÍD:™AIQQQmB›‡$Z•WÝoXþMcÎN"„>“¹ @å¡cÌì3àTBâÆ,I3_TuR3[,‘ô~´á»5´û6àRI‹$œOÙN>0³Ï+8ïÀo·%}In?5³å5•¤ÂÕf¶eÊq¿Ky~!ëI<…v‚1³7ØTL·O³Òã ÀY’Î'¬#\ffU^t #k?(š+Í!û˜ðîžÂ:’H$²ÿ àš0S()...òÒmH]‰žÂFû®*'¯ðSB)”ÖpjÝÆ- È•µ=®‚y kþj2¶„JDV /ãÛë“÷U¸½6Hz‚`²%aäÕµLä©3+¾lÈ9› . 3ŒD ÝfÔ O4©‰D"«Ã}àžÂ ¢¤¸¸8«ßO999äææ6åû©5ADmfï7áyÀí„„˜™À!å¥eœ¦ÁEa†‘H$в=[Ð×Ö¬ÿU€‹Â ¢¤¤¤$«E¡$rrršì»*öѽ®ÚN£`f¯òí’5Nâ_ÜF3…àžÂ:ÓD!þúg %ÅÅÅYý~Rãµ¹s'…F"‘ØPRR«„­Œ£U«Vî)¬Í$|œnœ@³7•§P¡ð€Æ>VR®¤-«™¹(0À£Í ÿâÎ0ÊÊÊ ³ÝSHx_ù{«Ž”••eõ—8xø8ƒ(-))ÉjOaNN­[·nŒ’4±90§ŽïßÎñØ6ÕŽ ™ÈÓêpŽL"˜tH·!NÃá_ÜFqqñ†l…>®7Y߯ÖÌüõÏ šKø8¾«Öû5 õ,h\s§ödôEQQQÖ‹BלœœÂl_Bàd %EEEY]â(&š4¸§PÒ’î•ô”¤«S<|ƒ%ýYÒŸ$m“tÌ@I×Çcî—ôƒ¤cZ‡?û$] igI¿=‰ŒÝSÚ‡$Í{©¤í%]%éo’¾—bëö’þ*é>I»Kº¢²ðs cÿLÒc’î’4*nﯧmÒØv’n–Ô!éún‘ôI—IÊÛ·“ôÇXë0õ¼{Åó=-é/å÷-†Êo”Ô=ÅÆ’;‹8™qg6lXŸí‚À=…õ#‘H5ƒ÷€¿þ™AÖ{ ãšÂ}?I: x˜ üXÍ·k9ÞEhG·‚Ф¼][?`¡ëÆ;Àý’Ê‹#·. ´Žøð0A,¾HèŒRîì $wà8‘ÐÅ£ˆÐvîI߉¶nAÈÆ]Iè'|5p ¡¸vEÜç~†Ð äUIÛšÙjà{ÀaIcö4³‚¸òíx/þ ìJh;A+\ïÙàœw0ðá~®Þ”Ô-åLèüRν¸’kpÒ„—¤É0ÊÊÊŠKJJ*jò5Ä_Ãþƒ£îd}º“1lX·n]V¿™bø¸¡¿«ÆטÙñùñ\ùñùbË5$ý¼lf¯¯GoÛr`‚°úo%çyÑÌÆÆy¶&»Šxº¼»‡¤íãØ·bjŠ™ý*î›|RÑÑãw6°¿™½ü]Ò àç@¹>™ÐÓB‘îûãã‹›Ù•q®7Å’zÜnfÅýí’Ïmf‹Û7–DßÞÀ?;;%Ý }Ÿ ÜÓº757ü‹;ó(.))iâY+jÓM"‘Èúð±'šdffEEEÒmG}hhO¡¤Î/Û U {5éñ,`h’ú{ãã¾À’¦Eáù6a}ä ”¹*DÒá’Þ^®º²ñÞ¼HhW÷ý2Þ P Ã=…™GI…­«™¡øšÂz“õžB…™CqqñútÛP$!©!×ÅÀÖÀ•Œ©¬À/ד¼·’ÔÓ¸óÔfìR6Š:¢˜ëTÉØå„ïŽ^lôî ŠÛ1³¥’&ÂÕFð –·Ù[’’Ôø-ÁëV €)Àé’ZEþ4æBù$6†Ž!„yO‘´uùI[ÕP·!”ó)¿7‡ÃRÆÜìœKX³‰¤3$íQƒù&ÂEaæQ\TT”Õ¢ÐÛÜÕÂÂÂeëÖ­K·õÅUa†íáã^xaþúõë'U?²Vü hÌ—ô05>¯Ž›€s$}LXGøX5ãëMìýû[à>BØz.A|mⵋkô~ | |NÝ>4ìß@7Bx÷¿IÇ>Hè;ü±¤O%Í$ÅjE¡™W$}JXÃøŸ”1+€§€Õf61n>pQ˜Axø8óh\ÖƒeË–Í^¾|y‚,¾‡>Ί‹‹×Ó¦MMj*g>úè²W^yå¶•+W~ØóšÙb`I€.À˜% )?hÌìȤǓ€!’zšÙ’”q+“5³Ñ)ûÇãâã9„²4åû¶MûgàÏIÏÿü@ÒhBòœJ®íc`ë¸voµ™­OÙ_ ô¬äØ«%]ôÖ˜Ùª¤Ý©÷e}ÊõÞ&é. }RH:•^ÀIÇìRÉ8'Mdí—N3fåÊ•+‹ÒmD}ˆ¢ÐEA)--]²téÒ‚tÛQ\f·;ö«lj”STTÄW\1ç±Çûù¬Y³nl¬ó˜Ù3û*IÖô¸%Õj8$=,é7q ã?€ͬÊp‚™-J„5ÁÌÊâ=YUýèMŽ-®HJÚUÒ ëï­í¼NÓá¢0óXºtéÒ¬…ÑKäï­º³dñâÅÙžàª0CX¸páÄwß}÷óÏ?ÿó d| yóæ%Î=÷Ü_zé¥ý¾úê«ñÕÑ"¸Ø@ mf—§×œZÓ‘øò}3+N·1Nåxø8Ã0³²ý÷ß?«×¹§°Þ,]²dIÖ~p2sæÌÕé¶ÃÙÈŠ+¦HÚåW¿úÕÝxà'žxâæ±È|ÆPPPÀÃ?¼hâĉ¯OŸ>ýd3+L·M™B [7ôºÊ&ÃÌ^^J·Nõ¸(Ì@²½„Dì{›Yß8Y„™•ì»ï¾Yù…¸aÃ.»ì²/çÍ›÷£tÛâ|›nüI¯^½ö}óÍ7o»è¢‹¶:thÚÿŸÎ›7ñãÇÏ™:uê;Ÿþùef6;Ý69NKÅEaRXX˜µ¢°´´”Gyd:ð^ºmÉfæÎûö¤I“úŒ=ºCºm©)sçÎ-;vì”™3g½aÃÿbÏP/^ü’¤.»ì²_õêÕë°}÷ÝwðAÔ5??¿úƒ3ãÓO?-{þùççÍœ9sÞÒ¥K_›7oÞmf¶´I p§R\f ëÖ­+,))¡uëìª_½víZ.¿üòéÓ¦M;¡ºEÐNÕÌš5ë§üÓŒ3Ž?餓zfZ¨ïÿÛ»÷Ø*ë;Žãï/T{J¡K¨-7 ¢x›¸¡ê˜ÓlÄ0qÉŒ.ÌmngØ41ÓD·!ê6ã%˜ÍÉFˆ ã’±e“­âeL£Q²Õ¶”Òb[Ö8e´œžÓïþx~ÕãYÁ"µ-õóJÊÓó;¿ó<ß6|x~—'ÝÖ­[­ZµjkuuõÍa{ ÂÂÐì2`YnnîÅ6l¸£  `Ú¤I“&Ì;·xúôé§;–‘#?þžÑ‰D‚ýû÷S]]¨¬¬l­««‹Åb±íííÍ---›ššš6¹û±žÌ!"ƒÀôèÁ¡§  `ÖŒ36?üðÃSêï'«²²2¾|ùò×víÚõ5wß?Øõ ãÇÿ|IIÉwß}÷¬²²²þ|ªC¿¨­­í^¹råªÇwïÞ½b°ë‘“cf¹£FúBqqñåfVš=:;;;/'''oĈ#»»»»“Édw8z"‘èv÷d2™ìJ&“]ÝÝÝ])ßw&‰ª={öü#‘H¼íîƒýó‰Èñ)Qf6qöìÙ–.]zá¬Y³†ôc7nl]¿~ýÆšššÛÂÓ¤™ÙéS§N}tÞ¼y×-^¼¸833sPëqwÞ|óÍÄš5kª¶ìÞ½{™»·jQ""rÒ ‡031yòäûæÌ™³xÉ’%“; ¤Û¾}{ÇÚµkßmnn~¨¶¶vÝ`×3Üååå[ZZzÿ´iÓÎ_´hQé@.ˆÇã¼úê« ûöí«;pàÀÆúúúU*> OùùùSÊÊÊV/\¸ð¼ùóçç æ\ö¶6***nÛ¶íݦ¦¦'žqý%PfvFiiémcÆŒ™_XXX|ÁÍ™3§`„ 'ýÔ w§±±‘êêêÎ;w¶Ô××·>|¸µµµu_ccãêX,V¡}ÆDD†'…ÂSH~~þ—Š‹‹®¨¨è´ÂÂBÆÇñV«ÆãqŽ=ú¡¯ÎÎN:;;Ù»wo¬²²ò`[[ÛÁX,Ö‹Åöwtt¼\__ÿ¬»· à)"""H¡p0³qÀô¢¢¢ò¼¼¼òŒŒŒ²¬¬¬ÑfFêjÁž»DfÖ¶Œ9œL&Û»ººÚ“ÉdìÈ‘#m‡ÚTk®˜ˆˆÈ§‹B¡ˆˆˆˆèQd""""¢P(""""(Šˆˆˆ …""""‚B¡ˆˆˆˆ P(""""(Šˆˆˆ …""""‚B¡ˆˆˆˆ P(""""(Šˆˆˆ …""""‚B¡ˆˆˆˆ P(""""(Šˆˆˆ …""""‚B¡ˆˆˆˆ P(""""(Šˆˆˆ …""""‚B¡ˆˆˆˆ P(""""(Šˆˆˆ …""""‚B¡ˆˆˆˆ P(""""(Šˆˆˆ …"Ê™e˜Ùcfö•ð:;¼¾z°k‘¡-c° NÌìïÀ¹½¼u¨Öëݽû*!¸èþ dßþlý„®)""ÀB¡Hÿ œü,­½ø2°¸ øÎ@ã–ˆˆœÚ Eú_»»?ÖKû=f¶ø¶™=âî•©ošYpÐìî‡Ó?lfY@—»'ͬÔ¸{òxŤ~.­}4p&Pïîÿ=Ægs‰@,Ôå½ô1¢0œáîMÇ«EDD†.Í)X›ÂqVOƒ™afOG€* ffÿ6³KRúŒ#¾ÓÌV ¿´›Ù}Ǻ˜™å‡ÏÝ›Ò6ÆÌÖ-ÀÛá›Â5zúL4³ç€Ãá:@™}1íü7u¡žF3k0³ufVx¿T …"kr8¶¥´= Ü|h¨w>Ð ¼lfÓBŸÎp¼èßíd  XÜofן@ kÂ5ÅÀÍÀ5Àê”>«K€y@60(ø­7³1¡¶g€×ó|à&àrà7'Pˆˆ  …"ÀÌF™Ù7€»€ÀK¡}QzÀÝ7»{ÜÝŸ–-¹-œ¢gØv$ð}w¯s÷=D‹HŽ‹ûXG9p-ð wÿ“»7ºû`ÐîZ°9\ç%wït÷*à` pa8ÝŒPÏ“î¾Ãݹû Ds'—¬_”ˆˆ Í)é%fÖ™Ö–Iì^nJ™ßw~8V›YiJÿ°˜›vžíîïyáîfö0³µ]Ž/§6ºûiýV˜ÙˆZ‹‰î`öܵì~(þÚÌžs÷÷Üý_}¬EDD†…B‘þ×B4ÌÛc4Ññ³î~cZß)áøì1ÎuZÚëú^ú´òA¸ü(ÅáØv¼Ná®æ/"¢ù„1ÒV1»û{aÿÃ_¿ ŸÛüXáî‰>Ö$""C€B¡Hÿ;âîëRÌl:ð#3{: ÷8ŽWoõr®ôÕ¾½m/“ ´÷±¶ž~yÇêj] <|ÓÝ[CûU@ŇŠsß\jf«EÀ£Àç€úX“ˆˆ šS(20î#ºË·2lóÒ£&‹Üý`/_‡ÒÎ3…ÿW ìëcµáxNj£™]lf·„­n®$š+¸¬'ë¤î¾ÏÝŸv÷kˆî^ŸösŠˆÈ§P(2¾ƒKˆV §.Âxž(¨Ý•¢Ì¬ÜÌÞø©®4³³Sú}˜ ü±¥üh~`f™á¬'Ú¾¦'¨¾@ÃÜÂ[ÃË‚Ðö3Û‡ó¤Ï«‘!LÃÇ"ÄÝ·˜Ùf`‰™­w÷º{Ü̾ üxÃÌþ” 'ï^H;Í:`ƒ™½^/" qOõ±†£fv+Ñ“Uv˜ÙkÀˆ6¨þ–»w˜Ù6¢à¸Â̮ΠZ r#ð¢½;À×C=uÀÙD«›ïù¨MµEDdhÑB‘þõÑœºc¹ø9Ñ/î^Ì&Z 1šhaÇÀyîÞ˜öù:`QÌ.s÷æð~ø)Ìýë ¯_L¹Þà3Àï# ˆ¹ûêð~’hÕóÓ@ÑæÕsÝýEà:`Kè÷Ñsž$Z¸r&Ñv;—º»¶¤9ÅX/O­‘!& -&ÚÏðÞê/""r¢t§PDDDD EDDDþZ cð< IEND®B`‚openldap-2.4.45+dfsg/doc/guide/admin/glossary.sdf0000644000175000017500000000074313114071203020322 0ustar ryanryan# $OpenLDAP$ # Copyright 2006-2017 The OpenLDAP Foundation, All Rights Reserved. # COPYING RESTRICTIONS APPLY, see COPYRIGHT. H1: Glossary H2: Terms !catalog terms ''; headings; columns="Term,Definition" H2: Related Organizations !catalog organisations ''; headings; columns="ORG:Name,Long,URL:Jump" H2: Related Products !catalog products ''; headings; columns="PRD:Name,URL:Jump" H2: References !catalog references ''; headings; columns="REF:Reference,Document,Status,URL:Jump" openldap-2.4.45+dfsg/doc/guide/admin/guide.book0000644000175000017500000000143713114071203017733 0ustar ryanryan#HTMLDOC 1.8.27 -t pdf14 --book --toclevels 3 --no-numbered --toctitle "Table of Contents" --title --titleimage "../images/LDAPwww.gif" --linkstyle plain --size Universal --left 1.00in --right 0.50in --top 0.50in --bottom 0.50in --header .t. --header1 ... --footer ..1 --nup 1 --tocheader .t. --tocfooter ..i --duplex --portrait --color --no-pscommands --no-xrxcomments --compression=1 --jpeg=0 --fontsize 11.0 --fontspacing 1.2 --headingfont Helvetica --bodyfont Times --headfootsize 11.0 --headfootfont Helvetica --charset iso-8859-1 --links --embedfonts --pagemode outline --pagelayout single --firstpage p1 --pageeffect none --pageduration 10 --effectduration 1.0 --no-encryption --permissions all --owner-password "" --user-password "" --browserwidth 680 --no-strict --no-overflow admin.html openldap-2.4.45+dfsg/doc/guide/admin/n-way-multi-master.png0000644000175000017500000013305213114071203022143 0ustar ryanryan‰PNG  IHDRЇ7sÏsBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDATxœìÝyxTÕùÀñï›@HBaeT\ØÅµ¸€¸ V‹¸ÔÚºk[«ußQëZµ-–ºÖQP,êÏDPö5²'ïïs‡ Ã$™$3¹“äý<Ï<“¹sî¹gæÞ̼sVQUŒ1¦1‘€îÀ™ªúyéç] ªúi¬ËgŒ1ñ.Áï¯D¤­ˆ¨w[$"ͪIÿ¢—öÌóÿµ—~£ˆHén0Ýý^ºÿErüX‘ AïßðÒ'ˆÈÚ }úE¡]€}äÓw­azD¤gP™sE¤eûô Úgk¤Ç2Ƙúf¢1‘\å<ßòî³€ƒ«Hw|Pº#H7³ŽåŠ…‹"Hs.°‹9ùPD> óÔH\ äÂZfÝ ˆä‡ÂµÌ?jDd¤¨_}jcLSe¢1ÕËJ€E¤g´2UÕUÀRïá áÒˆH\™[Mº®ÀþÞ÷¥ñÑr`‚ˆ¤U“î—Þýϱ,ŒW3|h¸çTu­ªþ¤ªEµÈzP\\ÍñpbL_g†ù||cL`¢1ÕËîR€Ç£œw öïÄJž?àïA+K°VU¿~BD:‹È1"r¾ˆœ""Bw‘ é'"ûUUXéî¥kSUºïiTQÓ&"À8àK`G˜ç[zÇí^Éþ©U=”n?à@*âíÓ/ЭÀkFî'")‘½´=äŸ#E¤OéŽöæV—¡×D}‚ˆ\èÝ÷ˆ`Ÿ"ò ™("G‰HfÈó-½fý£¼Mûx¯¹c˜¼ÒDäp9WDŽ‘ÖU·o »€ˆ¤ˆÈI"rNuå5ÆÄ9Uµ›Ýìæ´X‡ ôOª$ý‹ÞógÖàGxû”mÂ<ÿoïùÑÞñ‹VUû‰ méÀ  Ô{.ø¶8((íáÞö| u%eÍŠ¼t#xm¼´'x÷ó«H{™—æ\-«ý‚žäñ]%ûîy\m¦£¼Ç_„y/èì=ÿSàý®Á9ìéí³¸ÚûûÎ*ÒÏðÒŒ÷î·†IÓ˜SIY_º„Ùç(àÛ0é‹gÔ÷2ôö ¼¼s²=$M9ð>æø»ïeÐû®€øý¿l7»Ù­ö7«Q4¦z-Tµ÷Å p¿ˆ´‹RÞ p5–Í€cƒŸð®ŒÁgŸÍq5RÁéƒö îŸøp°8Š«µ{ ¼*"­Tõ3`. žXIYÇIÀçªúm ^ã×ÀwÀé[Iš_₊çp5¨±rð¨÷÷r︿ăºJ¢"0¿ Üà'¯Fn<°˜.¯6s®ÏælàTܹ;èž<<°É«I} 8ø'®ùû(\ßÐo€ó€é^òoq¯y÷ø>ïñSAŸ ÷>åS€Cpæ Üõ÷…ˆt )z ¹þF w¼G½FcLâw¤j7»ÅëŠÅmAÛ5|ÿ “¾Æ5ŠÞ~ÿñö{:dû!Þö÷¼Çg{ I7ÔÛ^@E­Q*j€º…¤O¤¢Æçœ í—{ÛVRÎ@ ×¥¾®@bGÜ@ î “nï¹¼ÇߣEoÛ™Þ¶Âäóµ¯QüÑ{üš÷øä0i/ñž»hG˜Eà4oûf )ä¹L*jî…Éw^˜c¦àjiÿH Úþµ·Ïñ!éûãj!óƒÏAÐóÏxûݲ=ÛÛ¾è«ÿK»ÙÍnõ{³Ecjæw¸/Ä DäèêG(0ø$t Jàñïþ=*šrƒú'~ ªùÞß?à‚Šªº:8±ª–)t‚§ ù7.8""ýƒ÷ñú¹ FŸ‹à5…zWÓv~˜š¶À –gj‘o< ¼ŽpƒZ5§ÿ¨bÿ×qÍ·CUµ8ø UÝ|ï= ®Mõî³C3SÕUÝ_UUռʮæúyU]æù{éD$)\ùUõÇŽcŒi,P4¦¼/ê뼇OˆHÄóíUámÜhÙÎ"2(h{ œtì¯î"Ò;(Ý^Ó⨳UU¿ƒÝƒUˆÈ`9 há%MÚ'xÞ{ÞÎÀÕDþWU÷lRUÝ„ ˆ;cÛ½ ñ<Ü@ÿÖ4ß85 ØŒ‘¬ÀF¯Ù}(®&see;«j™ªnPÕ•âtð¨â»2/izÐnïyÛÇ‹È "2ZDš×²ü8•M8¾ ÈÃ5/w óüµ<®1&Y hL ©ê3À‡@/àÏU¥‘›Eäë0·ÝÓ³¨j6óöèí×TlÂõ1 x×»?ÁK—ˆ!ÓâˆÈ~"òˆˆlÆÕ4-Æõqû ˜PI‘Ÿôî'…ÔüÒ?]Õë­F ¦-xNÅpÁã Aµ¡qCDZUrþž¯lU-ÅÕ 6Îz*âšS9TDfàèÀ5ð¸s·×Ô>ªº¸Ø œÌ¶‹Èl™ÁÔDÁzy÷KŤà»o¸€4_¸y/7ÕàXƘ8WåJƘJMÁ þ¸NDžó¾¨ÃéFøI²C¿¸g#pµƒwášy›着¥›ü7Èåaà\MßbUÝ=/Ÿˆì‹ f»_á,¬ÄM=S†˜szh¡TõSYä•ù`¦ˆtFáæ ü°’׉@MÛ/D¤£ªnÄ7PuS¬Ÿ þ4̶`Ïàjž/îñMÂr/Wµ£¸Ulf㮑÷€7qOvášïïïU Õ‹È,\pz"nDýïv›ˆœ¯ª³ª)7T4cÏVU“vg˜mqðcjÏEcjAU¿‘;p£hŸ‘•$½ׯ1Th_±™ÀÀp¯9û8oûìtóqýGyÁGe«±\ ?Æ„öu‘³+)/¸ZÅGpAÜLÜ šÜô)ÕH•RÕR™Ž tÏ‘'ËTµ®Ë¶ªãþ•Ù›(TiU;©ê2ùw>‡xytÆ Xª.ú.H|RU§„>)"%U7˜Ló®£cp×ß1À‹"ÒÓëP•Ÿý€Uµ.5ÈÆ˜FÀšž©½;pýµ†ájè Bx ¶‡¹•†¤[Œû‚n›ºf®ÖêÝtE¸irZájú`ï@1°¶òŒÐ Ñ3¤Š×5W+4Ök²<W ùÏ*ö‰T æð\f‘Õ&¦^©, ¬lÚ:ñúz†;‘ 41Ÿ‚›¦(x[XÞ”7Söz_Ä­#=0²ªê[¸ÅÅ@K\-cuƒŸ¢±Ö¶1¦³@јZò°)¸€îönN®©@ñ¸ù𾩤ö'<ŽÃ <îãd³× *"2ÉË\ð°o°Ê ^Á­s=GU×EüJ*á¢ý Ž @§W¹“8v‡ÐÕAÄ-‰:ø¦Êbx÷{½ö({×\|<.Xû^U?‰`¿JÏnŽÂ@ÓpKpÁ¥ˆÜ/nýê½VnQÕr*æL, ~*8Ÿ þ—H˜jD¤7`æüÐçŒ1ŠÆÔª~„«%JÇM¤\ZÁɸÿÍ9•¤ lÿ5nrê·½)o‚}åÝ_$"ˆH[ù=ðƒV  Ox÷fóh6A>ƒ›~e ®ì#Øçg`‹·ßÝ"Òv¯qýMÁ‘LÖý¥w€7 ¼…ˆ¤V¹G-¨êNà%Ü|˜YDPsê5í/òþ.0©µˆt‘Gpý£ÃGˆH‚·O{\máK"2«yDD’Dä\\Óó.*¦E‚Š÷áTi#Þ²Œ^?ÆpÓ+Ío}sqË$ŽÞÀ ˜9cLãç÷DŽv³[¼Þ3áv%é2p#=K–ÕhÂí |’©˜LYcªH»!(ÝÙažß7as M |ŸfÐ~¸Ú<Å`ç‡Éc?7¯ÅëÙ=ávÈö4\MN ³ß^n{Û'ã&W\`¸Ãû{1®)]ŸBöÙkÂmoû² ÷fw9ˆÂ„Û!Ï *o§ç*›p{®é?0azàÅõTܹ …û0. û9dûÜ ¸€*P‹7 ×äûSd/pÒÍ„Ÿìúc¹÷ccCÈÓù„¹¾¼}àãÞÞóßâÎÃf¯–p¤÷ÜzUÝ""#©圅ûá±,ÿCUsBŽó_oÖy^ÚÏ‚žÛœ("'ãjDûãÖ#_ ¼¡ª¡]ÀÖOÁ½ŸÆ˜FBTk=ˆÑÓH‰[‰e®I½§†¬îbŒ1¦i°>ŠÆ˜pîÅ5½Ï° Ñcš.«Q4Æà- ¸nâ ¸~iÔ-hŒ1¦ ²>ŠÆ˜€§¨˜go-pº‰ÆÓ´Y¢197/ãwÀGªšës‘Œ1ÆøÌEcŒ1Æ– f1ÆcŒ1aY hŒ1Æc²@ÑcŒ1Æ„e¢1ÆcŒ ËEcŒ1Æ–ŠÆcŒ1&, 1ÆcLX(cŒ1Ƙ°,P4ÆcŒ1aY hŒ1Æc²@ÑcŒ1Æ„e¢1ÆcŒ ËEcŒ1Æ–ŠÆcŒ1&, 1ÆcLX(cŒ1Ƙ°,P4ÆcŒ1aY hŒ1Æc²@ÑcŒ1Æ„e¢1ÆcŒ ËEcŒ1Æ–ŠÆcŒ1&, 1ÆcLX(cŒ1Ƙ°,P4ÆcŒ1aY hŒ1Æc²@ÑcŒ1Æ„e¢1ÆcŒ ËEcŒ1Æ–ŠÆcŒ1&, 1ÆcLX(cŒ1Ƙ°,P4ÆcŒ1aY hŒ1Æc²@ÑcŒ1Æ„e¢1ÆcŒ ËEcŒ1Æ–ŠÆcŒ1&, 1ÆcLX(cŒ1Ƙ°,P4ÆcŒ1aY hŒ1Æc²@ÑcŒ1Æ„e¢1ÆcŒ «™ß0Ƙ¦FDçmz â=ÎQÕ»Dä/@Š·m!ð pIÐ~Ï=€#½Ç%ªúg¹èàm[¼\´ßK@pb曈ó½üVÓ½íoyÀ™AÛîŽôoVÕûEä ¹·m>°¸(h¿'AÀPïqªÞ,"S oÛÞ¾Wí÷ïµ´íO¸÷¥›÷ø{ï5þ)(Í›@)0>hÛ]ÀIÀïñzU}HDî J3X{oñÊ8_;Uõ6ù#ÐÊÛ¶Ð+ÿAûM÷Êxd`ƒª^/"¿:{›–3©Aû½Šû¾>9hÛ­¸k(p¾VãÞÓ[ƒÒ¼ ä°÷µv$ç+ܵ6XÊÞ×ZÜu ᯵EÀ{Dv­]DÅù w­½ ²÷µvç+ܵ6ÏË/’k-ø|…»Ö¦ãÎKèµv9ç+ܵöªwz­úzײçùzÏÛ|­…~6®µÐφÐk-ô³!p­…~6„^k/É]kQE¤îC)à1Ü‹øWжñÀÀ¹Þã\U$"Ÿ™Þ¶—T¼áà.Úýßmëë¥Ùß{ü!ðGÜ ø£w[жÀ{ÑÞã¥^¹¾J3ÍÛþdж_à.À3¼Ç[Tõ0ùH÷¶ÍÀ]äÏíwî"½Ì{\¤ª}Eä} §·mîbz?h¿k½|o Ú6È+Sà¢ÿÊËÿ› 4w[¼×p î½ \+Tõùhám{÷Ÿ¯‰À*þñçk>ÐÕÛö&î\Ï ÚïJïùà‹°/î}9Ø{¼ÐK÷yPš¿Eìy¾FzïÁïñRUý…ˆü”æ1ï½>_¡×Zà|Er­LÅùBU÷‘YT\ks¼²†^k-Øó|…^k_áÞÓÐkmðpжÐkm­ªŽŒðZMÅù w­½é3ôZËdÏóz­-Ľ7‘\kS©8_᮵pŸ q×gègCðµö2î: ½ÖzRýgõìy­]©ªoRÿ^ÇÿÞãæ@k £÷8ðÙœ¤z·’‚Ò€{/[m+ñî3ƒ¶­÷ò Þ/÷å¼-h´m»·-8MP²­Ð&h›z÷©øòN÷ʼ_RÈkÎ*{û ×Ü<‚² Ð.hÛ 1$MKÜû¼-”¶•= ª²¾°;xÛe=_Éìy¾Ú³çù -{*{¿‰ìy¾váÞ‡ÐóU²­9{ž¯p×Zz˜²·ð¶Wu­ýLä×Zðù w­µ ózš±çù w­µ"òk-ô|…¾ÇÉaÊ.ìy¾Â]k÷±ªóUæõ¥±÷µúÙ¸ÖjúÙúÙZö/ߎ¸÷»½¨*Ñ$"Ó€~ÀãÞ¦åÀV`xP²q¿$º{KTõ-9÷&ûu´ŠŠ/W€OqoH¿ moxi'{îW͘ 4_{÷m{Œ{³vxå:%(Í2oû m྿„ UõKÅ…º XGÅ//€OpWïq™ª¾)"ÇPñ‹f.Âþõò¥—ïÀ moye |˜fÿÆ¥Y‚ ¶m{÷Þ¾pwªêû"r2îb¬lbÏó5èDE8_c¨¸P×?Gí÷¹÷ü€ moàÞ—¶Þã­^ºà_›ß⾌‚Ï×ï=èä=Þ¡ªˆÈ¸ 4Ëq¿žƒÏWèµ8_‘\kTœ/Tõ59ŠŠkmƒWÖÐk-‘=ÏWèµ–{OC¯µ¸ 2 ôZËWÕ9^kYTœ¯p×ÚZ×Z ö<_¡×ÚVÜ{ɵ6€ŠóîZ ÷Ù0èÂÞŸ Á×ÚjÜuz­µ¢úφ/©¸ÖZóUuõÌ ö/UÕOêûØÆ ‰Y 8h¦ª/E5ccŒ‰"9X¨ªËý.‹1ÆÄ9ø*}¿ÅÉcâß ¸>Qõ(zMð«êüj›J‰H{``RRRÇ<0£W¯^©©©I«V­ÊY´hQö¶mÛ¶?¨ê~—Õ˜†*â¯qMz—Æ oÓȈH&Ð ×¢“wŸ•žžÞ²K—.):uJiÕªUómÛ¶­_¿¾`ýúõ………¹¸¾]¼ûÀ2UÝå×ë0¦†Zcƒ kEDRÚ´isüäÉ“˜9sæá:tè•I˜ UÝžŸŸ¿úž{îùfúôéŸ,^¼øMU]ëC±i°ìƒÊÔ;é ŒëÔ©ÓÈË/¿¼Õ!‡’˜™™Ù"==½errrëÄÄÄv"’VE9ÅÅÅÙ¹Û·oÏß²eKñ{ï½Wž––¶i×®]s€7U5»ž^Ž1¦ždddõÌ3ÏünàÀ£D¤MuéE¤MË–-Û}ôуŽ>úè‰[¶l9øðá3þ÷¿ÿ=¢ÑîweL㳸,VƒY’UÕjÍn"r 0¾wïÞƒÏ:묔c=¶]«V­Q1°!vmذáë7Þx£àµ×^ËÙ²eËGÀkVƒ`Âñš-óTµÐ‡cßø¤ˆ|ܤªÅÕîmš‚ÃÙs.Æú4 7gä<ŸŽß œ{î¹ÇF1HHœ8qâPIö£FÙ˜†$£“Gã&Û5M”ˆôíÕ«×ô¹sç6vìØã¨ÿ q‰‰‰Ý®¾úêcfÍš5"55õi]ý^ƘxÑ«W¯_E;ÏŽ;Ó©S§)ÑÎ×˜ÆÆ¦±1Q%"Œ1â¡çž{îàæÍ›÷ö»<Á:tèpÄœ9szvêÔéEI­~ÓÈ}›ðÛĹ•+WD;ÏM›6%wîÜy{´ó5¦Y tE XBÅÒ>¦ ‘fíÚµ»cÚ´i½ioâNrròÀ3f¤7û]ã»É¸•{üp6{.ƒhª–“›½îœååålذUµÊc*×x<êÿ$ªzª^í|MƒpÙã?Þ\D:UŸÔ?ééé#/»ì²^ÞHlÓt}œîÓ±‡ãÖÛ5èØ±cþ¦M›Ø°aCó***âóÏ?gèС¨ªD¡xÆ4VéÀñQEäF¹-Úùšø—px÷î݇TŸÒgœqFö\çØ˜út%kx›j¨*½{÷¦E‹|ýõ×äååÕ8ÒÒRV®\ÉŠ+2d"BBB‚Õ(SXŒzn‹[™Å41½{÷C©%‘á-Z´h ÜçwYŒ1U LŽÝ¶m[Ú¶mËöíÛY°`YYY´mÛ–ääd’““ Ä}ªJII ùùùäåå±iÓ&ÒÓÓéÝ»¢Û´ˆX¢1U+ÙÊ,&jòòò¢9yvL¥¦¦&%''·õ»ÆW÷‹ü.„©^è|¿mÚ´aĈ»ŸÛ¾};kÖ¬aË–-”••‘‘‘A‡ÈÌ̤M›6tíÚu¯¸ªvô㸠UUËí‰dddзo߈ó´¦gcªu ðU,þIÞfÇ _çÚµk·ñ•W^ñ»ÕRUf̘A«V­rü.‹ñÕý¸A%õND>‘Ãý8¶©`MÏÆT/âuÀŸb¯‰sIII…ªÊúõëý.J•ÞyçÆGBBBtׯ4&r½›Ë3BUÕ(Ö–×ôl5ŠÆTÃþILTuÖYÌ™3‡~øÁõÆoвeË@•Õ&ÓÄ NDDë¨hLU67[ h¢î /dÕªUÌš5+&ðµQTTÄã?NŸ>}8âˆ#ü.މ'oùtì·±Uaª$Î4ÃEDäi9;ÚùÓ_Ç"PüðT ò5q.øÃ|̘1~øá<üðÃ,]ºÔ·2•——óþûïóüóÏsÑEѯ_?ßÊbâί|:öÀ>;î‰ÈÑÀÀ±ªúM¬j½Á,÷OŠÈÿ‰ÈyQ?1 WwàÕXŠmv1È×Ä¿=>ÍÛ·oÏo~óš5kÆO<Á«¯¾Êºuëb^ËXZZʲe˘1cÏ>û,x \pIII{¤³f§&o,°¯OÇþêӱ㖈t‘€×¾¸e‘Z}häççSR~EÙÀ<Šªº, <#" Eä2±7cˆÍ„Û'ã&ܶ‘ÏMLe`Ÿ>}èÓ§ßÿ=O?ý4-[¶ä°Ã£GDc†Šââb/^ÌW_}EZZ£GæÜsÏ­s¾Æ˜úá-ýùg È>PÕÿk¨©ùóç3uêT²²²¸÷Þ{éÑ£Gèñ‚×zþ+p 0Èzß­åË1¦Ñ° ·M½êÛ·ïî¹ÎV¯^ÍŒ3ؾ};©©©¤¥¥‘––Fzz:íÚµ£M›6¤¥¥‘””Daa!¹¹¹äääM^^¹¹¹äååQ\\̾ûîËGÁàÁƒ}~…¦ñmE³7UÝ "àjZ{7?]Óüyá…X¶l³gÏæ²Ë.Û+MBB‚xÇ.‘«p}VŸZ¨ª‰¦©û8ØEM5ú0ïÖ­“&MÚk{YYÙÙÙlݺ••+W’——GFFíÚµcß}÷eРAQYUÁšž›6U=ÆÇÃ_,óñøqGDz£Tõ)IWÕåçÊ+©R\½z5«W¯æ£>bâĉ|ÿý÷ìÚµ‹3Î8ƒaÆбcGfΜYíñUõKù/ð °¯ˆüVU§EåÅÓ0e¿E xm ò4 @´ú&&&’™™IfffTò3&Yܪª/ùpøt¬Eg7駪{› IRn¿Í›73mÚ4Ž>úh¦M›F«V­Ø´i‡~8ݺu   €-ZDZ”«–ªú‰ˆl‘¿·«jøŽŽÆ4nm bÑY÷׸6ÓôÄÇ\8‘³Ŧ­®?œnzùtì¸""]€S‚‚DTuÀ°¼¼ûa nÐD“$"À…À´HV]QÕJk+SZZÊÿû_Î>»î‹®¨j™ªÞŒô&7¦Ñ‘"²ÝVf1QÓКžM“7ðëKÿ `ŸŽí+¯¿ßdàUh‚ÄÒÒÒJû(VfΜ9´k׎ùóç³pášî–ª>´‘ QÉИø–´ŽE x pw ò5ñ¯AEŠÖGÑøh8ÐÆïBÔ7l® ~ IDATi \† kRK¶é¹U«V´kçëÞ½;iiidff""äååñòË/óþûï‡Í´6“ý«êËÀ&¹¢Æ;ÓÙô ¦ÎD$SU·ø]ŽZÙWUö»0Æ4f"’\‰ k4ÝLeƒY“÷Lž<pƒZ«°œxâ‰Uæ:ê9Rª:OD¶ˆÈŸ€;jÓ4nL°x³˜Z‘"òp@$}âÔ~"²YDn‘Ö~ÆÔ›ó¹>û ×§c×;i›düAU-ªéþååå1™Ç°.ˇªêÜ*.õjJil²Æ"P|x1ùš8!"½Dd&°7Ò}>©V+³¨ê‡¸ 7?‹È+"r¸¯…3õá ‹OÇ>øÆ§c×+iüø›ªÔ&x­±SÕõÀÀE¤£ßå1&Êúÿ‹E XàÝL##"½Eä-`>0×oè„ Éqj"Ày¸À·50˜%"+Eä76Ùn£uзÚT±±éÓ±ëˆ4Ã-Àð¨ªæÕ6ŸXÕ(FƒªîÄýȼDDúù]c¢-â9¸`ÓHˆH_yøø”ï¨êÿéZËsðZÏ^Å @ ¯e; ;®¶`…ˆüWD«ÿRÓ0‰H.H|RUëÔÌ^ZZ“Åh­÷®ª¥ªúW`Œˆ4ú¦i±>ЦR"Ò_Dæ₨ক À%¾,FTu-p)°=hs Ð8 X "«DäRIó£Œ&ªŠ€¸lÒlè¼ìjà™À’xuÃŨN} ªÝDd|4ó5Æ'+€-P4a‰ÈhàO@°×TøRÍn óаªÃPÕW€7€BoS®–ñ=ÜÜww«€ _ h¢FUTÕ—|:ü­ÀJŸŽ]~ ü[U·F#³XÔ(fgg—gggG}¶Uý'"ꇴi’Ò€#c1=Î_±/‰Èû¸•AÞôáðk¨ø1Ò¨ˆÈo€—Tuc´ò,..Žz øÊ+¯|¶hÑ¢˜üPPÕwEä ¹¸;҉ʼn3YÀÔXÔ(ŽÎŒA¾Æ^›‡3pµk›pýP÷ÒЦǩ¬{’ Ž¶ášžŸ¾Þ‘nõV@k]¿¦5i”+³x“P¿áu㈚%K–üûã?^­ü¾øâ‹móçÏÿC,8Uýønúœ”XǘX‹E 88(ùšz&"§àšŸOõj2Tõ{?Ê“ŸŸÏ;ï¼ÃÝwßÍ£>ÊÒ¥KëZ‹YiÍ·÷oZ½TõààuS—ƒÓ‰È`¶ªþí¼W­ZµlÖ¬Y÷oܸ±¸®yåä䔽üòËO}ûí·ó¢P´*©êjà^àFiëã ÖGÑ„%"á&$§ª;¼Í«€©UìVZÉ Qñî»ï2sæLºvíJrr2S§Neúôé1;žª> ¼ƒ7…Šª~ Œ®‘?GkĤñÍ[¸.¦–Dd°w1ð‘ªþ«cÍ™3ç¾Ç|zQQí{ÌŸ?Ã-·ÜrÓ»ï¾û‡(­Jªºø p¥ˆô‘ŽÞÔAÆÄ-UýZUcr¡nÂÕ˜ÊëWÓ˜2Ñí5ªZU¿ª²²²2#>Ö'Ÿ|ÂÀùöÛoÙºu+#GޤmÛ¶,_¾œeË–qä‘G’žî¦1<餓8õÔSwïÛ³gOî¾ûn&MšT«"ŒóÎn æÌ™3//--Í=ùä“'2¤s¤ûòücáüùó¯\¶lÙÿŲŒá¨j±ˆÜ\-"ó<\kͯë»,ÆDÊ›ôµ¨ŠªzG´ó4õë!»(TÕɡϫêûÕdQZ^^³.?7Ýt½zõ"==üü|žzê)&MšÄÛo¿Í~ûíÇ´iÓxê©§èÑ£Ç^hBB………uY†«ÚHQUwŠÈí!ÛÊp+1œŒë·x±ª~UÛBß¼†ûð¼Ǿx7É{ƒãÍ‘x%° 7#@®ˆ$Æzoèkºwïþ÷aÆÝ~ôÑG׿ÿ´äääÝiÊËËÙ¹s'¹¹¹º|ùò ?üðÃ’•+W~:wîÜ¿Öté(—]ûDäBÜ gˆÈcÞR€ÆÄ£d oÔE™$«ê¥ÑÎÛÄŽ·ÌÖÓÀªú`-³)«MÓóÈ”)S8õÔSy÷Ýwyæ™gv?ÿñÇÓ£G=ö)**âá‡æâ‹/®eQ#§ªÛ*Ùþ¦ˆ,fˆÈ“ªúL¸tÆ„1 6È@·nóa¸‘Û7¨j½5ã¯ZµjpZjjj×8àíÛ·ï±|ùòîíÛ·_RPP°½  `ݺuëVçççÿà5ýÆ9 7'í>@:ð°ˆÓК¦ÅúH¼íÿƒ¨òŸ:dU«>ŠÃ† Ûýwß¾}éß¿ÿîÇýúõã‹/¾Ø#}qq1×^{-½{÷æì³Ï®}i£@UWˆÈQÀc"2 øµM¡c♈tîÝ»÷˜Q£FuîÔ©S»ÌÌÌv­[·n§ªå999Ù[·nݶ~ýúm|ðÁšÕ«W¿:¢ˆ´ÀÍ“¸×|GÐ2žõ*??-ð¤W®Å+V¬x½ŽŸa±ö*Ð ˜Œ#pðàöªv2Æ';€×-PlâD¤ðpªÎ®cv5nzHI©˜9"11qÇ çYRRÂïÿ{’’’¸ùæ›#ígV—ï*.ôF}Αsc1òÓDÝÕÀbŸŽ]¯ó(ŠHBÇŽO»øâ‹GÍž=ûÐvíÚ4¯jŸ+¯¼²pÓ¦MŸýþ÷¿ÿü©§žš—=Ó{êQÜdágTVÛ^ß¼¦ð^¸©Ùâ6PôjÿüË[½å÷Àõ"òb,SKëëc(¾‡ÕT6"²îCõZoDo]ÅtÔsii)S§NED¸óÎ;iÖ,¾.3U}BD¾^‘Tõm¿ËdªÔ7’¿Þ©j½­."—\rÉ—\rÉÔlE¡ä¬¬¬#&L˜pÄ™gžyÎĉÿõ /Ü ü1š“iGÉa¸~û]H©ê«¸ÏŠq¸ƪf”0Æý¯bñMû#6íNÜ‘ýqÍF«ê²h䩪1 _yå>úè# ÄW\±{û]wÝEFF­VÔ‹úô6ªú¹ˆ ü[D†µUâÖ5ÀN æ£uC‰ÈOÀùªúQŒÓãᇾuذa¨ÃçrBBB§ë®»îšvùÓŸþ͹¸Ž÷-Edßúì/YWªún`•1q)⥸X̧Dd(p7nú›h® PVÓ¦ç{ï½—®]»î~ûìoÅcêM|µÝ™˜‘q5)㢼ԦFqРA{<Ýœ™™Iff&:t C‡u+d=ñjoôÆ÷DäU­÷ùÛLÓ%"i=ôÐéQÎ6áôÓO?IDõT8‘‘, µ÷0˜@E¤õþûï?þ /5oÞ¼CÓÒÒU·Oqqñ<òÈÏ=÷Üü ¼¢ª꣬¦ÉZ üÒÅ&DD&§§¨j~´óuÓs Ä|eU}+h ¨êßc}L±A€/£uq#u£ºrémÚ´©6ø¨©´´´£6¸µÐãÁ)@» Ç]D$IUë¼Ü_¬¤¤¤üä“OÞ0xðàqÔ Â&))©÷СC{:tÂêÕ«OíÔ©Ó]6l¨n~[cj+h‹¦€»b¯©¹87R1êA"¸@±6£žýR_+ð©ê*àh`¨ˆüCD’«ÛÇÔ‹é¸óâ‡w€­Õ¦ª›¼o¿ý6êðŠ+J€xúG?HÂ"ß…«]åk‰ªpÀŒ{óÍ7‘Õícbî  ½OÇ~Å;~,)P¸ukôâÑ5kÖžž^B=þïTED>Àf\ðý!.hœäg¹*#"ͯ¿þú_fdd F~ÉÉÉn¸á†óD$âå ©©XŠ#p“ˆŸ‰H3yئª×ÄzöÿØô\ïTõ)à àe9Éïò˜FM;vìXVVVÆÒ¥u[FUùüóÏIKK£C‡åÄI  Ç5;O~Æ-øƒ[âJzzú„Þ½{Gõû1++kHŸ>}&F3Oc‚Ù46”ˆ¤/©êÝõq̆ÖôŒO_vªú%®À¥"r«7Y°©Ÿáj¢+UUÍÊÊ¢W¯^ÌŸ?Ÿ+VPZy£Bqq1?þø# .dðàÁddd&ª—@ñH`¬ªÎñ+0xKDºùVªJôïßÿ¬ÄÄÄ6QζYÿþý'G9OcÀ-HÐ)ƒY ˆ¯þ+MŽˆdàV[yXU߬¯ã–——7¨¦çú꣎ªf‹ÈÉÀÀ,o X÷Y3{ºÈó騧ûužÕ»‘””ÄÈ‘#X¾|9Û¶m###ƒ¤¤$’““IIIAU)(( ¨¨ˆÂÂBrrrèÚµ+½zõ¢W¯^»3õþoâ%P|ZU×oPUõVIŠ»)Zµjµ$''çä¶mÛF-Ï¢¢"š7o¾.jSa?੨Šªú‡hçi"çõUy¸AUç×ç±ËËËTÓ³Ÿ"ì^Îëf9xWD¦¨êg¾ªi™›ëòyŽ}®6s{ ¶·IŸ>}öÚVZZŠˆIO5Š¡AbÐv6Õsqª•’’R¸lÙ2†JBBt>ÿüs:w̌ÙS0:êM^"òWoð„©g"Òx ¸¼¾ƒDp5Š ¬é9.¨ê;À8à¹Ìïò˜zq еÚTu£‘öKnÖ¬‰‰‰‘æ+X·¥ZQU>|8 .¤   Ny•––òñÇ3|øð¨­[oL8±øgO§bòSSODä0ààU]ìGÊÊÊòkÒÿ)Ä͇«·äØÑÀÁ"2]DRý.“iðb2~-Κž”À >|8kÖ¬aÉ’%lß^³Jå]»vñý÷ßóÝwß1jÔ¨¨ÕLÆ.àS›p»‘ ñªºÅ¯rìÚµkS~~L¦hlTµ¸DD.æzýô¹XÙíÀ—>»Ø÷åÞÝG1šâ©é¹! tÈËËcÁ‚´k׎äää=nÅÅÅ{ôݺu+}ûö¥oß¾¡ÙÙù0±°8!âg@óäk‘‰¸©!NVU¿:æPRR²#//¯7YÜ‹×ÖUý§ˆ| ¼("7«êë~—©‘Ú ”øq`Uݯ~ý*E«Q¬½pç#--#Fì±­¬¬ŒœœÒÓÓIOOß½=\ÿRÀšžM¬ ¾ŠEõà£äkBˆÈ•¸å«Æû$zvæææú]ˆˆÛWUý×}±ˆÜáM,l¢ë`ˆ‘ÏE$*“.W!&ó¦ZbíE¸'&&Ò¾}{’’ÄonÓÈÅ"Pü05ùš "r Ð8/ŽÖ4ݹsçN_jh#UÝœŠ›ÂåmÉô¹H&zöb½”ckׯ_ϳÏ>KvvvUÉj(ŠÈA"2°&ûÄI‘D¤N+ùÄzÑcbÁzÁ60"’("OŪúkU§aƹ¹¹¹ñ´6 êÜÜÌ[ÓDªÆ}o¹åž}öYªZö/’¦gi#"çŠÈÛ"’ üø®&e‰'Þçì`¹ˆ¬‘GDdhM–o5¼&Öˆ—‹ÜD@DZàæ|ûRUoñ»ÄkÄ~U˜°X………±sçN€=FÝÞwß}œqÆUf.Pç¹WD¾Á­èð ®ûÄç¸î1 jJ„Pªº·‘_‰HVyIJ;€1ÑV ü‹Á,Oc5•Q'"é¸%ùþ®ªÿõ»<•عsçÎ(®[·Žìììÿó»5¡ªkDä`šˆÌ.QÕ]~—«ûî‡W½Ï9 < ¬ŽåTUo¿ýö½þo¿ýv~úé'¶nÝÊ•W^ÉwÜÁ5×\é§žJjjõ³2ú(z÷§·ûâ‚Çà ·þò§ÀŸë!– 4‘X¯p47€°wëŒÂ̓Z† ÿnÆ‚6=[ hba?à¹XŠ]€fÀ¢äÝ$‰HGÜ’|7©ê~—§2ªZ6lذQkð·¿ýmíÏ?ÿÜàVòú£^."“€¼)t–û]®êXü ÞÇ­Ið¨w ¬5WÓØhü¢ª?ÕñåTW®-À2U]Ãcü˜Œ`¶×ïò_ÀlU­v½ºŠ_ý5—]v­[·æÖ[oåÐC­u^ÆÔ„5Ç19$NjA"ÀÖ­[ï~î¹çb¹~mäååqï½÷®X·nÝU~—¥®Tõ\°I"r·M¡Sc+F½Fnyyù^5ü™™nð|JJÊî¿kñÃ.쪺\UoQÕCþ¸ q>îM÷š$žˆÈ%¸×3 8NU{ªêIªúR$A"Ô­é¹K—.Ìš5‹x€7ßܳk­õQ41òÐßVf‰S"rp3pšªnô»<‘Ú¼yóSûì³Ï„¡C‡Õ£G¸ \Š‹‹¹úê«×¬Zµêo”OUwˆÈi¸)©æˆÈ9ªºÉïr5ªú ?X냄kz®«HçQôúϾéÝ‘»´«7ºù9U}².ù”——W(®_¿ž+VðñÇsæ™gòÓO?‘Í„ võäæî—Z hb¡#pSÔkUõ·ªzi´ómJDätàzÜj+ &H X»víøë®»î›õëë£[RdÊËË™:uêÆU«VM,..þÁïòD“7…θAïˆÈˆêö1 "˼•üPó(†­Q¬«Ú®Ì¢ª;¢]–ú¢ªåªº³®ù”••U¸oݺ•x€ŒŒ |ðA>øà>øàV¬X±;Í¢E‹ÈÈȨkQŒ‰D0!ꢈ\'"Œv¾‘ˆt ³íRàlàÔ†úÁªªy?ÿüóq¿ûÝᆱfâÞz‘““Ô)SV/[¶ì—ÙÙÙŸø]žXQÕ¹ÀIÀí"òÛpiDĖ׌zÄú 5 ï¿ÿ~^xᮽöZ>ù¤ÒÁº-ÕJIIIµçcÈ!\vÙelÞ¼™«®ºŠ &°víZzè!&OžÌE]ó²«QÏ6$«"Ò ¸7‚.°íF +0!\'ô†DU·‰Èq¿ùÍo>zì±Çz´jÕÊ—r,Y²¤ô¦›nZºjÕªScÝ™>¨ê:9¸_Dž~²¼ãA"ÒÊ *M#.P¼ð 8à€(--ÝcÛ¸qã=z4=z„cm ¿Ú+))©v°ß~ûí@×®]ÉÊÊbÛ¶m,^¼€_ýêW 0€G}”Ûo¿}÷>ÖGÑÄH1ð³õQôÏŸÃawÿ—‡€íªz‰¯¥Š"U]—””t⥗^úúõ×_ß{àÀõÖgqóæÍ<úè£ë-ZôÑš5k~©ª i ê:QÕàJ97…Τ ‘ k€oEd€ªÆzÂçx÷$õÐOÐOáú(‘ôôô½¶U†aI-”——”””T¹†sà¹À8 »GK§¦¦rÌ1ÇðÆo„îfçÃDª.ö‹E ønæzS Ù¸ X'"I¸éþ§ªù[²è+..^."ßxã>|ìW\Ñ!’I}k+ ~ûí·_þüóÏ¿«l>³¦@UÿãM¡óo¹KU_6éÀk"2¢‰¯=»ØæÓ±÷b¾.zŒú(Zb-•——–––V(F"11®Æ šFJDŸÅ"P| û©Î 7=ÇkÀ³ªúœ¿EН6´´Ÿ~úéí}úôéqþùçwéׯ_¯“ÒÒR–,Y¢~øáæ¥K—nÛ¶mÛw«V­º¾)ˆÁTu‰ˆ <ã­ý{` °?ðGàV?Ëç³G€›p«³Ô·Wp­ _Æò ~Žz6{+--Í/)©Ýïƒ ÀŠ+h×®ÝÏYÓ³‰‘ E,Åq}mäsވ漇ƒpë¡&ŠÈx`°²±9yyy €Ñ"ÒeñâÅ×µiÓæè¶mÛ¶êׯ_Ë´ëÙ³gBbb"EEEQRRBqq1ùùùäææ–ääääçääåää”lß¾½lÇŽE;vìX¿sçΙ›7o~UUWT[ˆ&È›ãí ¹xÈÆõ%þ­ˆÌVÕÏ}-`Ót®f7¦âiÔ³’’’ªÅ´´4Ú·o@÷înÚÉÔÔT233iÑ¢wÞy'}úôá׿Þs¹w‹M,YÅz$"-pCÎR€+psªåãj7>ò¥põHU׿7¨gþüù}RSSÎÌÌ."ÍTµ ''§{ZZÚg%%%y»víÊÎÏÏߌ["+'pïõÅ3Õ‘¸¦ÎŸ€Àô9í€ÿŠÈ‘Nl–ê¦c© «Q¬½¢¢¢*k{ôè±»ŸèäÉ“èÖ­ݺuàå—_Ž}!©°x°IŠÞ ’Lܤ’¼û¶¸—Àï~‹ª–GáÓ¼ãâNÄÃÀCeèšPÕRÜ€‚¥¸&yDdqnnî5µvµ>xSá\\ôÄ` í•<Œ­ßÒÅ… ÀZŸŽý îOLÅ¢FÑ¢ˆ«ªï…ÙÞÈPÕï|(V¥òóó jÛô\¸8¦ÑÙ¼‹@ñEÜBðqà ‡ã233÷éÒ¥KJÇŽSÎ?ÿü]»v-ëܹ³fff6ÏÈÈHIIII)(((ÈÉÉ)زeKÉúõëeíÚµ‰'žxbÑÆ Ö­[W°eË–5¸¾… # Eäàt\-n!° >ÜĪˆHg`p!n¾9S ^ëÀ"2¸8hCEÀ˜ ‘KUõqJê›ñ¸5éýÐ2÷!SåååÑø*žj‘³UõâÀ/HüoV‰x’½+0%Q4YE#½€m¢W›rtBBÂÉ£Fê5qâÄÄC9¤G³fͪÿ!%%…¶mÛÒ³gϰϗ––®üâ‹/~þùçË,//˜[YS¨÷O< h«Áxø›ª×öõ5r'x÷Ç`bT¨ê‡À‡"Ò×x2Ð×üÜ7I÷‡ñVceÀÿùpìo½ãÏ‹åAÊÊÊ¢•|óÍ7Ëqï[<˜Üë­s¾hÌvEc%•h+---....Ç&,7 H,ųpƒY>ŽAÞÕ‘#Z´hqþÉ'Ÿ¼ÏYgÕ¬oß¾û'$$tŒæ1š5kÖcÈ!=† Byyùßÿ}ÿ_|ñêäää5EEEÓU5´Ÿá_pM|¦Y€X­ñÞý`I²÷+zTu+p«ˆÜ…«e<×oöCéÖ”æœlìòòòòªO¹ÜÜ\]°`ÁKñÒ ¢ªËEd ®µf=pnÑ‚[|-XåŠK\Ûs ¿ bL¤M¢ˆôHMMýËm·ÝÖ~̘1#êkú„„„Žýû÷ïø—¿ü…o¼qÇœ9s:µlÙòâüüü›Uu¥÷Kw1ÐÚ¾€«ç­XsŒ÷PQÀûþ•¨qòæOœ Ìõ»ü¸×Oôt?ËVrqý6­¯¾úêÎ ;bĈ¨üX~úé§ß›;w‘W-ÄÕÎöÄu{ÚŒ›¦-•—ý@ÑšžM,üÕ(ª¿EäœñãÇÿmÞ¼y£?þø_ÔW¦­?þø_Ì›7oôøñã‘ TµLU_¶ 1bÃþN¤i²¨WªºYUoÀÂLDÚú]¦ú ª‡«ê+>þϸá˜Zºté’W^yåöŸþ¹ .ù¨*Ï=÷Ü·üñåq8Iût`'}ãw©êbËS•b/PŒ6 M,´ÆÅ¢FñÏÔãE+"×ßtÓMÃN:é¤ã‰“~ ûþñÜçÀ,‘Ϊz‡ßej@ÆRñß × }µÅi:¼`¯¤•ˆ| Ü«ª¯ûpø\ V#’÷0oÞ¼‡?þøþW]uÕ¯²²²š×tÿÍ›7=õÔS¯Ïž=û²¼¼¼ìX”±Ž>À½Ÿå¿õ±,Õ))..Žú”E«W¯^í<ÁÍ sU,Åsp#)ŽAÞ{‘óî»ï¾a£G>%ÖǪ…„“NªO_Î IDAT:é”V­Z!"ç©ê¿ý.Pq:{Nᲈ죪kü*©àÍÚèäá¦Ú‡µL‘ÈÄÕ¢úáA\séÆú8ØìÙ³/1bÄ‘#G^5nܸÁ‘,!WRRÂܹsW¾ýöÛ÷}üñÇÖC1kEU EdnùB\ c¼*ܹsç.Ü4lQñé§Ÿ®ûꫯîV~Æ„ŠE Ø7˜%¦D¤ã!CÎ=zô‰±>V]Œ=úÄ!C† "ï©j½|)4T"Òè²¹8x²þKÔôx}D:%%%etéÒ%¹sçÎ)YYY)—_~¹tíÚµ,+++açÎåëÖ­“õë×'wÜq…7n,\³fMáŽ;vâ À,UÝâãK2ž L‘–,Yrcÿþýjß¾}·Î;·-(((.(((Þ¾}{Aaaá®’’’]¹¹¹?,]ºô“ ÌPÕ¿Ëq×ì`ŽÏe©”ªŸtÒI¯3æÊº®÷ °cÇŽòW^yå‘eË–Ås-ªi¸Ê¢†<˜å—·Ýv[k ÆM)õ¬ùm·ÝÖúØcý%`MÐU;·BMZж–¸ZF cDDRãO:öØc»Mœ8Qú÷ï¿ORRR{É æ]IòËÊʶmÙ²eÍ믿~^ûöís·mÛöðšªþýWPk¯«ü.D}òF+ÿv×w ¼[®7~Cô_௸›ânZœ`o½õÖµíÛ·xå•WY—|vîÜ©>úè›ï½÷ž}¯˜˜PÕo€äXŠëØ{õ‡¨‘#SSSõq¢¡U«VáúИªgÏ 1àinKöEˆ¤g¤¤¤œ8nܸ&LHìÕ«×Þ<‹u•š˜˜˜Ú±cÇ}¦L™Â”)SJ¶oßÞuæÌ™c»téR´~ýúOçâ`mîçñoe–Ãp«2ùFUwQjꃪþäÍ9=×ï²TGU‹»wï~~ffæ;'NÜ¿6y|ñÅ[_~ùå§Þ}÷Ý?F»|ƈÈþÀ,‰v×"¯éŠXÿ2ÍÈÈØøî»ïf5„ éU•1cÆäfggû2»!ð®›\Â÷Ûœ¤ªóêµP”ˆœÝ¯_¿‹n»í¶fûî»ï!T ¨å»víZôÄOlüÏþóp«_M›"² ¸IUŸ÷áØÿî‹ãѹ Žˆ¼Šœ´Àï²D¢S§NGuϸqãNéÛ·oz$û1cÆŒÿ[¸páÕ_|ñ…/s›¦CD¾ŠE⽸>Š—Æ ïÝJKK‹ÊËËILŒ«ÕÃ*//'!!!.&¨c#‚þ. bäs’w;‰¯bÑØ‰HÇŒŒŒÇŸ~úé”}z¯ÄÄÄðkSÖ³–-[þÛßþVòì³Ïî‘}›àZÓ&ŠRìË/¿œÌ‘Ä:ЬY³”Í›7ï(--ÍÃõ¹Œêê:ÆÔ@ðBƒ [¶l¹uöìÙôïߟfÍâ÷e”––2{ölÒÓÓwù]–8w:.P|ü€l°xè."]TuEl˜D¤óàÁƒï}â‰'‘v~—'DóI“&ÔµkW‘2Uý{=û ü[³øÜÀ-SCâúž””´ßAÔ¦OŸ>mºvíÚz×®]E«V­Ú¾hÑ¢íkÖ¬É6¤÷ªZ,ò»ÆÙ Ü‹ëꧦRõ«_ñàƒrÕUWÅe°XZZÊ´iÓ¸ä’K¸új›3º2Þ´8=p×ΩªZè{ªªOŠH.X<xÚ·‚6PIII÷>òÈ#ûÄa¸ÛQG5vôèÑÍDd¶ªÖ×äÁýM¸#õJUGÕ÷1kÂûŸÌSÕ~—%@Dú;öÿÙ;ïð¨Ê´ßOBB2)$¤I‘¦ ²ŠÁ²ˆ½#Xo]{Û]{ÝEAt]]°»®APwíRTªT…@B B¤Ï<ßg$!eΜ™Ì{_Lfæ}Ÿ gÎù§ž3kÖ¬ýúõجY³öÔ0dAUäææþô׿þõû—^zéÛ]»v}¬ªŽ siÄ•å†Ð£'°ÊŽI&Yø§‰¬ÆÄÄ0yòd¦OŸNa¡ãç€C(,,ä©§žbòäÉÄÇǃ±Tg €±ÕU6{C’S½¯3Ô~Ï=÷DGDDôqÚ–£öÄO´îòãžÿôõã~•ˆÈnéÄÞud?°QDžÛûâÖ†ˆD]tÑE.^¼øý|ðï<¯Y³f©e—ˆÄ¶lÙrظqãþ4þüW_yå•ÿÄÇÇŸèG³·çlù«/ÁTØá†»«˜e… kWEU—ËÅ­·ÞÊ›o¾IÛ¶m9ãŒ3 sn’ŸÇãá³Ï>c×®]ÜvÛm•žÎ`¨ÎvƒÀ…µµ¿QÕŠH®¹#¯7§2$Õi#êBDDDßäää&Ñ®%ØQÕù+ðOà\yxÜß-ªD¤ãC=ô׳Î:ëjiÞÀ5bûõë7ö£>ê0dÈ™+V¬xÕÇfÖ¶w¬þŽg7¨ªІ #ðâµu§²¯Oxx8×\s ÙÙÙ<ûì³ 8Aƒ[]K>{8pà+W®dÕªU\yå•´jå‹vt¡ªþ§Ž¯{Çn[š‘‘‘ç5oÞ|°ÓvÔ騱ã¹Na°PÕÙ"r!0 ¸8[D¦ªêþ²aÊ”):ûì³oðÅZ111Ÿyæ™ÛDdÝ¿ƒˆD÷aå[w¾RÕ·ìÜÓ`°4àò Ї÷€lÕªúÓŸ(,,dÉ’%lÚ´‰ž={rüñÇ“àsöíÛÇòåË+÷9餓8ùä“kz¹q)üNDDÄž²²2ç\ìõ$''§\Dij£Uµ—Ý{Ô³€¿r1ÃmX]^ÞWÕÍþÚXD’,X0Ô—kFEEõ=çœsF¶ EU-‘±ò_§±s?ƒÁ&"ÎvÅ¿ãQä©éZâr¹5j£F¢¬¬ŒåË—³jÕ*:uêD÷îÝiÑ¢±±±DEE^kXXUq»ÝsàÀòóóÙ²e Û·ogàÀŒ9’Q£FÙõ; "**jûêÕ«=z´Ó¦•’’JKK˱ζ EoƒæTõS»÷ª†¥À>ö­ªº^Ds€á"­ª~©ÌMJJš”àó¼Â=zü xÌ×ëVÅëQ¼K`'«êJ;÷3l"xÜ¡XÑÈ×îf²5 ŪDDD0|øp†ŽÇãaÏž=äää°iÓ&rrrÈÉÉ¡¨¨ˆÈÈHâââˆŠŠ¢¸¸˜‚‚JKK‰ŽŽ¦eË–´lÙ’V­ZѲeKÎ>ûìzçAšEƒDEEe}ûí·œzê©DFÚ>Y³QÌž=›.]ºägffúëËÒHôÓ^‡óà2‚£‰ü NU_‘‹EÄ¥ªËìÞ4%%ecfffX·n¾mû™‘‘QêÓ£ŠH|YUKDä ;÷3ìÆ¡xV1‹ÝB±ÞÑ©°°0Ú´iC›6ml2©VŒR48ç /ä¹çžãæ›ov´Ð«6–,YÂÀÙ¶m›b¾+…ªa5ÂGUß‘sEä4Uµu®rXXXYZZ]»võÙvFF­[·¶­å·àæ:¼"¬0´]û þ 0¯uÃiL¾Ä\ü ~GUµyóæL˜0¿ÿýï”–Þ5kþüù4kÖŒáÇW}W¾vùi¯&ƒª~„Õ÷ú;÷ñx<:dÈ–,YBIIã' nذ°°0bbbl©<®"_ª‰C³ˆ¶C(æ96¬{8A%MèÙà€¤¤$n¾ùffÍšÅÚµk¶ €üü|ž}öYúôéÃСVÍ‚Ÿ…âØßÆ«&΂6oMU?òDäb÷ð¨*#FŒ`Ë–-üúë¯õ¾ÑQU²³³ùþûïéÚµ+©©©¶œ‹½½&+DbàÝ ãà+Ÿ‡žUõ!_¯YóVÁ# 'P š7oÎÔ©SÙ¼y3Ó¦M㢋.¢S§N~¿‰ÉÏÏç£>Âår1uêÔCÂá~ŠŸc‰Å·ý´_U.Åš2´3àUu©ˆ ‘ñªúº¯×÷x“ƒÍÄC}.Eäq ¹ªÚ=³®NÅ,„q)œàˆïI=¸ýöÛÙ²e /¿ü2.—‹ÁƒÓ­[7ÂÃÃm1bïÞ½,_¾œmÛ¶Ñ¿.¾øâj‹kü,äàcÀoífì@UW‹H‘ˆüAU_ôñÚG»;v¤cÇŽ• ضmÙÙÙDEE‘’’Brr2-Z´ðK.ºˆD0"ÑЄ±£˜%«˜ÅnL‡{ƒá(ÔævïÞ½;Ý»w 33“wÞy‡ââb D÷îÝ+ÛG5`OJKKÙ³gË—/'++‹¡C‡2f̘£Ó„Pl2¨ê&¯Xü0ÓW¡žº¬G\\¾®Œ® F$B€À×AÝpÛã ­hr NQ—ëvjj*W\q¹¹¹üðÃdgg“——Gqq1QQQÄÆÆC\\‰‰‰’ŸŸÏ8pà………„……O«V­èܹ3\pA½lõ³P¼çró&3ŠRUwˆÈÛÀm"2Ãc6=-éE¾=‹ˆ Ë+<ËŒõÞ¶C§vêÔ©]ß¾}“:tèØ¦M›Ä’’’ÒŒŒŒÜ´´´¼5kÖäíß¿ª®sÚÞ&Bp™Bq VE» ¶E£ ~§ºðÝÑHJJâÔSO­mM ˆŽŽ&"·_õPñ(ªjO§mð5ªš%"³Û½b±¸1ëÙ%‹‰þEDN¼ôÒKOýõ×OìÝ»÷I©ååZTT´~Ú´i?¾þúë‹×­[÷±ªføÍئG_`•Bqþi»l9ŠƒøüK""ÄÇÇûzÙŠµÿ űŠY~õÓ~•ˆÈZàFU]êï½íDU÷‰ÈLàfù‡ª4b-[Îññ(ŠH p5F$ÚŽˆ¸.ºè¢{–-[vYDDÄ1u}[tttŸSO=µÏ©§žzeffæW]ºtynÛ¶mól5¶‰c‡ û?ÀîBðÈ/_âëJ;ƒ¡.Øu±µ‹Pñ()XsT›ªZ< L‘– ]ÇFbƒŽ/‰ÅˆD¿ "}ôÑgï¾ûî;ë!'<55õô·ß~{ÚèÑ£ï‘`îí(ÁüÁdXÂ`$ª¶Ç BH(6i¼½§D$µkØ£Eê½®W$^…%ݾ·ÊP•n¸aòèÑ£¯Ã7SÍš5ëöðÃßÔ¬Y³Q>0-ÔØ Üb„¢Áд1Åš8’zØíÐÞ~Á+¨ž.‘z—%»ÝîFãï¸ã.\XÝSõ:¾D$#ý†ˆ´<ãŒ3~çË5ÃÃÃÛ_{íµ5'^j ì³C(¾Ì´aÝÃqSÕ3>ºø‰H¤ˆ82¬Ú`"â‘$_¯lwSÞ ÝÀ> =ê«ìá5 Ó¡½ý†×£ý,pšˆô­ç{|“sàÀ~ýµÆÔÓ:Ÿ‹½"ñ à_F$ú‡èèè3[µj5Ì×ë¶jÕêF_¯t^±ã„| ÐÆu!/€yo{¹ADŸª&4Þ¼®;Ed™ˆüÅ;ñÂ'7ÁôUñ³Gñw@[?íu8‹€AííwTu0@DN¨ë{jó(îØ±ƒÅ‹óØc±uëV>þøcæÌ™Sùü—_~ÉÈ‘#«}o]¿V"%g©jPy%‚—˵%--ÍçÚdûöí¦×e±C(žŒ±aÝà 6­XgD$BDFŠÈÓ"’ü̺¨ê>G 4Ø‚ªÞ ü< |5K÷¹DD¸fP]àLŽbÓEUß:ˆÈ)uy}qqq‰Û]½/++‹3fÀŒ3X¼x1Ÿ|ò ééé¬[·®rìßáíLDƉH àrŒHô;Ç“••EMÿ÷ !33“–-[ðÙ‚!F07ܶ5÷jÇŽ|òÉ'lذ—ËÅ£>ÚØ%vrê€%°/ÁÊ*Åš³”›€áªš×XC ‹ªþŸ÷:6hu<œ4‘ÍÀ»ÀB`U]­êÙ;¹Å_Bq`¾O~DUçŠÈY"r–ª~ "áÕ…u8PTVV¦Ôp<œtÒIL™2…qãÆñÊ+¯ðÃ?žžNLL ŠâˆÈ` VUú¿š¬7"€q»ÝÚ§OÖ¬YC·nÝhÑ¢E£ÖÛ¸q#IIIÄÇÇ›Ôú³èb‡P,Ã7vcëwxÇŽìÛ·¶mÛ²xñbŸ¯/"X‚p,p>Ð+q4Æû’Š1ˆ%XÝч«j®Ï 1‡‰Å ÎûT_¬´Ž;ˆü˜ ü·–c#¨®u~ö(^ŠsÓQ&?9´·£¨êÇވɅª:¸xªš—––•••SÇN:еkWiݺ5Û·o'##ƒ3Î8ƒ;wÖdBµÇ—ˆDS±Î½­€À7õùÝ Çív{T•Aƒ±uëV222èÔ©±±±u^CUÙµkiii 2„ÈÈHÓ¢®a´¦û\(ªê¾^³ÊëSÌò믿òý÷ßÓ£G>úè#’““¹êª«(((à½÷Þ#,,ŒK/½´rüˆ#1bK—.õ‰PD$+çe P‘«S[ƒaÅši½x+ÄŽóà"Òà†½M€}X³Ó«¦ˆDò[ˈ‹°n2ÂEdðàEUÍ®xq°yýÜp{-VÃí·ý´_Uúb ‘죽°)¢ª_‰ÈP¹ ¸RD–«ê᢬¤¬¬¬Œ„bTTÔ!‡……áñxX·n«W¯¦"|9bĈC¼RµœGÿ†u#ö_àoªº¬¿¢¡”——WæUwíÚ€}ûö±xñb’““‰%::—ËEdd$‡’’ )..&''‡ÒÒRLjêo™Bìúé+Zçù\(ŠÈ=@sU}À×kWEUËë“Ñ‘ÁK/½Ä Aƒ3f óæÍãž{î!""‚Q£F±yófn¼ñFæÍ³­[†¨ª[Dæ`]÷c‰ÅhïãêúE –wv1ÖÄ›Pb0Øæ´!‘€uáòP}.±ËÛ¬Æ G¿TU$‚é£ÀÜŽ5g:Ía;ÁÛˆ{Ðë¦ðayØÁZZVVVïpágœÁ¶mÛhÖ¬eee4kvÄeîˆãKDz¿®TÕwë»§Áw¸Ýî#<@ Œ1¢ò±Çã!;;›½{÷Ò¼ysRRRHNN C‡5- ç[°#ôܚߦ¶¡ªõò(òàƒâr¹HMMåꫯæÙgŸåÄOÄãñ0þ|vîÜI»víì0Y¼v¯{ÿ "Çç`å¢ ÆªhŽã7q ÜUÄò‰†""2øRUW;m‹¿ñ¶?úK,VýŽÀò®¤c…œßÕÖ¶#ØñCH(†4ªš#"ß`‰ÅxïßwOVyYiiii½SN9åN9å¾üòK ‰‰‰9ú›¬ïÖ1¦Žó”——õæ6,,Œ””RRjûlðÅÀ¦`n¸]ï>ŠÝ»wÇår¿Ýu 0°¼ÔÔT¶oßî[+½ÔäöVÕ_TõU= HÄ M¿dE@!–×qˆø£šÜà UDb;,ÁT€u ,þtRÕîªz·ª.9Ú…ÍÅZyŽÍ Tu¹ªžU¬õ9p·ˆ$WyIEŽâÄÇÇ“”dµíÒ¥ ±±±´jÕªò5 ´lY· ‚ªºÓˆÄ€Á–(ˆ =×Uݨª½ìð(®£†œ_Ò¢·¢òÂÃýQwS7¼ÞÆEÞ?“¼á³±¼C€ù"26”<‹¡„W$.Æjrú+¿y —5æ"d¡gæ(nÅJñ;ªjšæ{QÕ%À™"rp¿yKKKK«=î{öìYùï‰'V>[ENÀÀ«ÝÏ5>^¥èëÿ'óÿ^ODd°Ê¡¸?ü‡4D(:L½?UÝ„ÕgºˆÄ§£Dd›÷9CAD\XEN«ê._¬krkåi¬b–~Ú¯ù ¸[UWø{ï@EU?>¬ò£…bc0B1àQ# ;„â½X9жŽËQÕ2_6ä<œµk×rÝu×U>2d={öäßÿþ·m{Ö†ªÄá 1À`+ÞÉ,÷ùz]ÇlUÏ'ô¾@Ýû}„ ªê~衇L881¡çÀ"hn{<žzy+œ+ˆeÅŠCoæßzë­Ê÷ïßÿˆçƒ9H NàñxÜF(‚UõyŸKãQ xùïÿ˽÷Þ €Ëåâ›o~ë¸dþÛDðd0 E[=Š6`ŽRƒß)---)/·¿§tYY~ø!¿üò aaaœx≜p 4oÞ¼^ëø9Gq°ÛO{΀i ìІÀ§¡Bñw¿ûóçÏà‘G9üis ®?…ÀwvÅ·ðÃd–úz †PÄívûå{R\\ÌúõëéÛ·/ÅÅÅÌš5‹… òÄOÔk?{¯æaU™û›»€½ìl¡zÔêQܳg7ndÉ’%œwÞyìÙ³‡ŒŒ ®ºê*¢££‰ŽŽfûöí•Õð†FÑøÀ¡„bY Es7cp··m½[aýðÃôìÙ“7²{÷nN:é$ZµjÅÖ­[ùé§Ÿ1bDe‹’¸¸8î»ï·Ë‘#G2nÜ8rss+_Sü,ÏÖàŒP\\|åÀÞAƒÇã1¡çÐC½ªeß¾}<ýôÓŒ=šçž{Žøøx 8p }úô`ýúõ{챇¼Ïü¿7;„âùXÅ,_ذv%Áz6ǨÁ!ÊËËËÝ4@(>þøã´iÓ¦²÷è /¼ÀþðÞÿ}zöìÉŒ3˜9s&}ûö=|C¾ûî;RRRHLL¬×ž~=ŸŸäóòòŒ'7°)÷öϬnZ`µ>š[Ð`GÝi9#"" #,,¬²¥N…éð&ª× ’€ vœïn±aÝC0Å,C¨=7ˆŠ°3X'ÞÞsîr¹èÒ¥ S¦LADX¶lY½öó§GQD~‘ ü±—¡a|ùå—÷ÿóŸÿüŸ/Öú裶.]ºtrPu MjÝXÒÒÒª-d19Š ¢ð;„âõÀdÖ=„²²²  =›cÔà =וÒÒÒCïܹ“ììlâââ굎ŸCÏñÔ’e3z8´wРªå_|ñÅÕï¾û®QXXÈ /¼ðÕ{ï½÷û­[·nó¥}[hÔDžõë×Wæ*†¹7;rÁ*f±µýð!æ 58A£BÏuå³Ï>ã7Þ wïÞäææ²råJÎ:ë,† R¯uL1‹áp233³Ž=öØ‹333Ÿ¼øâ‹G·k×®Î×—uëÖå¾÷Þ{³-ZôçÆÌK7ø•Z…btt4­[·¨ôFEEѦ5>½¸¸˜Aƒñ>ADÄx”ëE´Å,4¢í‡¢Á!ÊËËË$yä‘CÂÇODDDåã¡C‡Ò­[7FM‡HOO'<<œ)S¦Ð£Gýf~ö(¾ üâ§½ `ýúõ›€qC‡½tذa76ì¸nݺE‡‡[ØJKK)(( ??Ÿ¼¼¼ƒ¿þúëÆ;v¬Ú²eËk+V¬Xì¬õ†ú ªe>ø`B±C‡tèЀ‰'ЦM›J¡xÑEUû>s ®?ªú3ÐÆ¡˜†Â9A% ‡hpèùððMÇŽyœ””TÙ#1<<œ~ýúѯ_¿šiágâ"`‡Ÿö:œ~@¾C{-ßÿý;À;±±±]û÷ï?:"""¹¤¤¤Äívdgg—äçç¯ÌËËËRÕL§m54›F7‚un1Å:""}€ÏíŠ/Ú°fu•$-~‘0U ªx¹!èñKŽ¢¯ð³Gñuà,Ï¢¿yxXëÀÞA϶ÿ¬ú3y øÎˆÄàÇ¡èí¨`ÜŠõ#hm‡7îq`º ëÎþýû÷û®o‚Íøùh0TànhèÙ Bè{rVë ƒï8¸Úi# ÇŽ|Ò:·øœ`ÛîÏÏÏ÷i3V;1å6QÌ IDATIú‡(///¢¹ë74iu=í´-†ÆcSèÙœ[êO.ðZP„mk`ÿþýûƒf`¼¹›18„ =×Ì 8WÌòpÀ¡½›"çÑ@k‰TÕÒ£½Á¸Ø˜£h¨ÙÀ vÅø'op~~~д;0BÑàÁ&ýy×°Øí§ýªrVë ƒo¸Ë£œø¤I·Á<Å,†ºÓXfGè¹ëäk+ªZ\TTd„¢ÁP; nã~þžLŽõÓ^‡³8Ù¡½›"TŒâˆ&8gÁG˜Ðsa‡çï ¬†Ûõ›ÝÕÊË˃æŽ|ïÞ½E‚Áÿ¸ƒi&º¹¡24€€Uuʃo°Ã£¸{÷î]€IIhÁ\Ì4BqíڵœwLkƒ”–””Íqçç»þ xT´¡&®€b,!+"Gû5 ………>Šùùùž+VÌ5SYêÍ6à|#mÆãñðÔSOmß¹sçßœ¶Å’“P? EU=NUßóÇ^Õ0 k8¡ñœì¾Vbµª~<‡!(X¾|ùüœœŸ‰ÅÙ³gþå—_>ê«õBˆh`€Bñ1à~Ö=‚¼¼¼Õ?ýôS@{Þ|óÍü½{÷Þ§ª¦ÂÑàwTµ¤¸¸8 ¿#Uñ§GQD‰ÈÙþØ«¶…íÝd‘–@wà6¬æåïKœ´ËÐ8–-[6ãÅ_|¯¼¼ñZqΜ9¿®X±âFãMlm€ûíŠc€smX÷ÒÓÓ§<úè£[KK3í`åÊ•eóçÏÿ*++ëßNÛb]Ê}q¶õaaaà¿ÐsW¬*Y'xç iš£«Uõ ïãr,ãViîœY†Æòþûï_7{öìoªïöïßï™6mÚgo½õ֘͛7oõ±y!…Å,ƒ°ŠY^²aíCPÕ„„„ñwÜqÇûÓ§Ooë½È¿üò‹>úè£Ë·oßnB G † Le¢¡ž|ªª9U ªe"r5Öu¨Ä³ EU‹cbbÎÏÎÎ~rìØ±ôïß?±®ïýᇲÞ}÷ÝY_}õÕý¦6 ñsÃmöíÛ÷]JJÊî¿ÿþY?üpk§íظq£ç/ù˺íÛ·¶£q¨ÁPÜnw° EÝñ}døi/ƒ .«ü¼SáôKIIùeÕªUOÞwß}Ý:vìh{®Óþýû™5kÖžï¾ûnCzzúŸÊÊÊÖØ½gd𥈜¦ª«Ò+?–úݲ&@°Å7Þx#/77÷¯NÛá'.>ÀECˆãí]¸a¶tëØ±ãÝ­Zµ:åœsÎi߯_¿èN:^ç5ŠŠŠ8pà999|÷Ýw¹Ë—/ÏÉÍÍÍ]ØÇˆH€}w6ë ð`µH)""àUý‡s?­[·>ذaÿ¼ï¾û¢TYYþóŸ³Ö¬YsmvvöÇþÞ_D6¨ªß‹YDdp½ª.ö÷ÞM#ƒ¯Nè­ªˆHœª8`Ã?€)@&Vˆõ¯ª:Çßv2BÑ×ÂÀM6¬ëSTÕcDbàà ÿíò>¬8.#½G`U¨AVVÖË—/ÿË3Ï<³×i[öîÝˤI“ÒV®\y¥"1hAèck0Ôé ôRÕœ‰^î6ÿ&‘X3ƒ2¬*Ðêz$î1¹ ¾!33sö_|1ãÕW_Ísʆ+V”N™2åÇuëÖ ÏËËûÜ); ƒ‘cžª:Ïi[¼}ŽŸÂšž("g9lR ’L6w´†@bp‡zZÜÀ‡Î˜Ó4ÉÈÈx,55µlåÊ•7=ðÀí“’’ü²ïO?ýäyþùçwdff~˜‘‘q{4N?(vhï×°B^CH "}€cA$V ª/‰HwUÝ""gŠÈ…ª:×i» ;rÁÊQÜìÓ… MiŽ•+YåÇ…À…ªjÚ¦øéÚ©S§w.¹ä’^¿ÿýïc].—Ï÷ðx<¬ZµÊ3{öì»v횟‘‘q_ TŠÈëX9m_8°÷p`½ªîó÷ÞM“£¸ˆH_¬Êæ€n–-"#€Îªú¦Ó¶v³\Õ³!x‘ÏÓªü¨ h¡ªE™Ô¤‰='%%åÎîÝ»w¹êª«ÚõêÕË;(¡al߾ŋç/[¶,;;;{÷Áƒ?Þµk׳ީ ƒÃÅ,»ËüYéÙÔ1B10‘~@—@‰ˆÈ `ˆªþËi[œ¦B(Úz>«‰І†0 ÄxgD¢}¨u§ø𑈴[·nÝ£££‡ÆÆÆ&&$$$ôêÕ+&)))ª¸¸¸¼¤¤Ä]TTä...ö¹óóó=ÅÅÅåí¤¼—¿}ûöÿ?ªªÛá_Ñ`08„· M§`‰ªºRD Eä&Ué´=€ÉQ4Ïzÿ]Œ% ~@UwwW<‘ˆ¯¿þº'ÖÔ„b ¤Êß…À~U-uÂVñ`¦3 6 "ÇTuÓ¶ÔUÝ("E"rðTwHù hk‡P,Âêƒg0ÔUM‘L ¦-Ž£xÇiýä´62çŠY.Ǫ¶4šÞe{UýÈi[Šªn÷æ1ß-"÷ÇxÁ¤#ð¼ÏÛã¨ê=ªz«¯×5„xÿÎSÕ-ŽZbhÊ,.thïáXžZƒ¡I!"vÁ,+PÕ,àyà.‰vÚˆFû\(ŠÈ}"ò¨¯×5„¡Š¯œ4Â`°‘?bÝ­ Mo!H[U]è´-¾ÂÛ™`:p›ˆÄ;mØÑp; hiúŽ#"‰"rV£JB uá[¬þ‰¦%N#‘p§m0 ¡ˆ Ú¨ê"§mñ5Þ9ЦŠH+§íñ#EÀ3™¥¨jV^ÓA¹KDbŽöCýQÕ`.ð§m FD¤¥ˆÌ®tÚ–ç)`C{cr¹ˆœ&"QÕü|¨ˆ$;aS(""C€”¦(+ðîý ¸VDÚ9mŸØ ³C(®ÄÊýiª\~‘Ù"ÒÉa›š"õŽX2Ôi'"oÛ€À›èdãP1‹ªvVÕoœØ»‰Q|^U,ŠÈP¬~ŠŽÏ4Däx •ª6ùÂCo»¯iÀ…Þá"Mã€";n·Ãšø’áÓ…ïÝÓ§Xav²€MÀŸUu‰“¶#"´ÚTùÓ ÈvWù³ËL²8éŽuò´öÃUuƒ£†87Üþ¸MUð÷ÞM i†užX ,¾fÿSÕ‹´-‘€¤Pœœ%"±úü®sÚ»°s2Ë JUoô醈L¦U+¡r€½À“À¿C´œ¾FD$ ŒíÞ½{Û¶mÛF·nÝ:ºmÛ¶Ò¾}{wëÖ­Ã[¶lÛ¼y󨲲²Â‚‚‚‚ÜÜÜÒ¬¬¬ò;w†effJVVVÑîÝ»‹7oÞœív»Ÿ†bSnouá4àX,q –‡å9U½Å1Â3™¥i "‹±šôç`ݸÇ—4¥‚Š@›‹ø0HPÕO6É1Dä*`sS½á³s2K¨p70èã}\îý;x¸CDîÆf£¾DD\À˜ˆˆˆsÆŒÓáÒK/ ïÓ§Oϰ°°£æx4kÖŒèèhRRRèÕ«×Ï«jö/¿ürÌ{ï½7Õårí.**úø¨©{½¡ž'°¦ åcõ›¬` p§v ñ60 hí}¼ðûüîâŸÀíX¡‰ªú¦ˆ\ "ѪúµÓöØÀnàAãQl"Ò øË›³XÜluo¢ˆŒŠ‹‹î¹ç¶¾ð #;uêtœˆØÙ7î@ffæªyóæÍ›7/777÷U}ׯýÅÛÓ«0+Áº–Geœª~ç¤mÁ‚ˆt²UµÀ½_ÁšøÐ”šûoºÓr¬ô°FGqФ&‹ˆ\ < ü+Ýꩦ~c^Dd @S Á{¯ÙcìŠpU]áÓ…¹Ë»˜Õí&à*UÝå¨a!"=cbbºï¾ûO?ýôáü6³ÙŸ”¬\¹ò›»ï¾»$77÷!Um’ÅU"r:ðàààMU½ÆY«‚y ˜£ªËØû ÓlùÙ„u³¤À½ªú„Ã&59¼©C?퀅À=ªºÕY«9+_󃣾8H¨=ÛQõÜšßò¥B'°î¬EÀÍÀ{Þ‚—BD®¿ð ŸùòË/O:ýôÓGáŒHh>hРQŸ~úé‰S§N}HDš\(VD®.®À:ör°rf uçÀ©Ž‹Ú»)RQAž 4ÙH‚üÕWo´ª^jDâ¡xCÏ"rEÅÏD¤I´ ´#Gq ýøžº ª*"€dU]'"ã€7EäU'å@Dîä‘GŒ3fö4r¯7"ÒòÚk¯3xð`mÖ¬Y;·Û}KSî."Â*Ò;¼y ×z›Â ¡ÈÀÕÀ#`lc¶ª~æ´Œª.‘"¹^U_®‘ÙêëЭŸ ˆ z°£ª;°¼9©ÞÇÙÀïÓD䑦>ÉED®™6mZÿ1cÆŒ#©þýûŸõÖ[ouÇJÀZD¤™ˆ<d¨êCUžšk*<ÄV¬ÜbC𳫹Éù´ #ë†7ïøK™ œ Üê°Ia00à.êÁŠª¾†uá©x\¦ª“€=À»"ë˜q6""m pÉÈ‘#ÏuÚ–ÚèÖ­ÛYcÇŽ=Å[€txŸ¨ê«UŸ •|`_£ªg;8IâOÀF‡önr¨j9V…æ§m1„6Þæï'aÍr?˜ds!§$7Û!oþφuUÍ­æg35Ñ .>þøãÍH§ 9wß}w`¼ÓvÔi‹5ÎðQUýŸÓö4Ddˆ8Õ”9{RB™?cÆ~FU‹±š¿ÄbY=ç¨Q ' ¸Æ¡ø·«Õçx/î“°òG8m/ Iùý£¢¢‚ªÈHDú`Mš˜¬ªk¶§‰Ñwh.$ßñŽwN¼Áà(ªú‹ª^ˆÕëv0VDF9lVƒ±ã޶3V1‹¡ ªºYD~¼."=½‰®AOLLLŸèèè8§í¨ "Ò,99y¸ÓvÔ9˜ \¡ª&—Î`ÀJȈˆ8£ÿþmz÷îÔ©S§Ä”””ÄǼø¦›nÊýõ×_óV¯^—™™¹JU×8m¯!tñæ+Ž‘“€±úO¥Àvúð#ªºODΦ‰Ètàvïñ ED ŠŠŠp¹\N›rTT•¢¢¢ ð8ˆÈ•Xã/õæí6òV²¶!À‘°ÈÈÈÓ¯¿þúß½ÿþûÃ:vì8+|_#%%%?OŸ>ýÇ×_}éêÕ«©jºŸÌ5AU—` ä*Tu=ÐÙ¡¸ ÈWs ¯0¼ED®>‘ñÁÜÙÞåríZ¶lY¿ÓO?ÝiSŽÊúõëIHH8à´GÃÛÄ=JU':mKç[À©Æø=Ól»ˆHˉ'Þ;qâÄËÂÂÂRëú¾æÍ›÷9ùä“ûœ|òÉWîܹó‹Ž;>·cÇŽùvÚj04%D¤ð­Bñ- I·ƒñªú’wšÀoÏ¥ÍNÛÔ¢££sW­ZÅðáÃ‰ŽŽvÚœ)//gÁ‚$$$ìÅYD™Àʦ’šàÌÀšìo^V;°wÐÙçÅ_¼gðàÁ—ÓðÖ[áíÚµõî»ïv:ãŒ3ºþùçO{_;;Wllì˜þýû§öèÑ#¡}ûö ÉÉÉ ÅÅÅ%YYYûÒÒÒö­_¿~߯W7ÕiW†#ZØ!ÆÊQlò³ž‹ª.‘«€×D$h+ZÇÏ3Ï<Ã-·ÜBóæÍ6çÜn73gÎdòäÉÜu×]N›S-"¼¼ÚÔæ…ªe8¬-3üÆ­·ÞzãàÁƒ¯ôÅZ=yä‘?|þùçßcMÆ y¼!ý‘×^{íȹsçïÔ©ÓP¬JÝ)++ûõÿøÇò·ÞzëÛ¥K—.RÕ4ÿXkp “£è0ªº]DÎ^‘ÞÞv:Á„FFFrÛm·ñÌ3Ï0aÂZµjå´M•ÅÅÅ\pÁ4kæÜáåñxøä“OÈÍÍå¶Ûn#,ÌŠZÚ”é LÃj³Ãi{BŒñ@šC{ÿˆ™ S+ÉÉÉWÄÅÅõ÷õº)))“°z.†,‘‘‘½ž{ v éKJJÊÉÿþ÷¿;{î¹=.\øPS‘ê+D$ÊåryÜqÇuèÑ£GB»víSRRZ”•••ïÚµ+/--mßæÍ›óúé§Õªú½ÓöÖÀ>àm;®äà\o² Å›3ó¹ +oñ*ï(À@ÇS5ÝgìØ±òÊ+¯Ð¾}{N8áZ¶lé7còóóùñÇÙ°aW\q‰‰‰~Û»¾ˆÈ)X:® 悦 ætà¬éIþærL1K­$%%mÊÈÈîÝ»ûtÝŒŒŒŸ.„ÜrË-× 6ì_¬Þé¾ûî»î“O>YBðµñ)""QQQ#'L˜pêœ9sNìܹóP Ööqååå;^|ñÅåsæÌYüÙgŸ-PÕ_ýdn]8øÒ¡X†5sÓÐTõmù˜'"“UuÓ6…#’Â].'NÄãñ°råJÞ}÷]Ú¶mËñÇOjj*¾vêíÝ»—åË—“––Fÿþý1b§všO÷ð5"r90 ¸LUK¶'D¹Ø8îß \|åÀÞAªº333éÒ¥‹Ï¢7n¤}ûöù>Y,H‘ö~ø¡OÛT„‡‡w?~ü™„°P‘¸+¯¼ò›nºéÒððð:‡ò›5kÖqÈ!‡ ra^^ÞåÇwܬ5kÖ̶ÓÖúb‡P¼«˜å[Ö Tu…w´Ø›"2SU?tÚ¦Z¨±€0,,Œ!C†0dˆ5 eýúõ,Z´ˆ¸¸8Ž9æiÑ¢.—‹æÍ›^³#ÚãñPZZÊÁƒÙ¿?yyylÛ¶={ö0tèPÆŒS^> އžEä.¬p×›êKƒ¡zDD Àš5kèÞ½;ññµ¶M<*?üð½zõ"***¤‰‰‰¿èëu“’’®îðõºÁ€ˆtyúé§8ù䓯 º*11ñ„Ù³gw¸ì²Ë:¿óÎ;ŠÁä((ªºKDÎf‰È±ªú¸Ó6Õ@µÎ±Ç˱Ç @aa!ÙÙÙ¤§§“““Cvv6ûöí£´´”èèh\.ÅÅÅÅÇk¶ºá†ÎÀy¡ Œ´C(>Dˆ}ª>."c…"rµªf:mSU‚,zê÷cSDZãm?ú{CõˆÈçÀ U]àÀö{1ÞÌZ©ð(V%66–O<ñŸ’‘‘Ëå¢U«V•)(âÒp("¢}úôaíÚµtëÖ„„Ƶó\¾|9ݺu#:::TCúÆùzQ—Ëu50Õ×ëÖ“ÖÀ] -‹¯ó‹mX7¤QÕùÀÍÀ»"2Äi{ª`ÒìjADz¯4"1àhÄ8´÷3@/‡ö D¤N'—ËEçÎIII©Sžr µÈò7n·»2¤¿ÿ~Ö­[G^^^½Öðx<¤§§³lÙ2 DRRR(®¿lݺÕç¿ûöíÛK|½fC±Ã£Ø«˜ÅàcTuˆŒÃ*ryMUÿ6•Jôç¹LD~܆Õþ¦~gbƒ!ĩΣè#BUÐP^^^éù«Hý),,déÒ¥$%%Kdd$.—‹¨¨(<<$¤EŸ>}èСCÕ¥CõsÕœœ---•ÈÈHŸ,˜žžNbbâŸ,Ö8<@‰ÉQ 2T5[D~<'"}€¿:,Ö‚M+úoõ³KU5`î ‡°Øî´†±ëܪ‚9B€»\.†~ÈÏ ÉÌÌ$**Ê„ôkG{öìɦM›hÛ¶m£'“­]»–¶mÛçx(_U×Qv„žwé6¬kð¢ªeªú¬FÁïŠH­³9mÆ®»~»°ý"!"·ƒkH hfÚ{ðƒC{jáóuC7Bjáv»ë$@* ëÒaÔãñh¿~ý(//gõêÕäääÔkŠPþwß}DZÇKrrr@„òE¤—ˆlô¹GQUÿîë5 Õ£ª3Edð‘ˆLph8»ñ(z‘0`:°YUïrÚÃQ™<¼íÀÞ·3õ숈ñ(Úƒù\}KåçÙ¦MÚ´iCqq1Ë–-#11‘˜˜¢¢¢*«ó=………QZZJnn.Íš5£oß¾‡‡ò( §Ï…¢ˆÌ¢TõF_¯m8UýŸˆ¤oˆÈ½ªêïFçÁ¦m9™‰ˆ «²ùmoá‘ÁPã°ªŠ5`ãÜàP4À¡9Š>&T?×#®QQQGTç‘™™IóæÍiÕªUeµùa­›ª0Ÿ§ñ'7Tu p.p‡ˆ\ïÀþþÞ²ÁØáÍ‘à¬V+F$ > ¡ŵk×VN„úÇ?þaƒeÁMyy¹-éB)uŠ:§ÑÑÑtìØ‘Ö­[×:…¬‚@=ùÀ‡¦˜¥‰ ªù"r>0ÍëÕ½MUÝ~ØÚñ„['‘XÓVþOUMåàâVà'‡öÞ„ì$‹ºÐ˜ªç©S§2zôhâââŽx.@.ÀŽQVVf<Š¾ÅždÚÀ ¸Û¡øf4 #x…á-"r0ÏÛœ{ŸýÛÕwÄg'39 ¸¸ZUë—½lº;œØXUçľÁ„Çã©ñܲcÇvìØÁ7ß|Ãe—]ƦM›8xð ]t-Z´ 55µ¦¥CUÐTÒ7÷6`×50"¾½Uv²Øfú†:¢ª/O ¼/;÷ 6¡Ø D¤ëa/nÄjcDbpò@_'6‘49Ù‰½ƒ…²²²âòòòjŸËÊÊbÆŒ$$$0cÆ /^Ì'Ÿ|BzºÕpcÑ¢E|ôÑG>µÇ›bˆH¼ˆD7ð½:aïß¿Ÿþ_BU€+6äê’ãÛ¡x=0Ù†u Þ¢\ IDATõ@UWÿ‘3mÜ*¨Úã4äËç…§Vy| 0 ¸&go‚ƒ(Ãc°Ö$N:é$¦L™ÂŽ;¸ýöÛ¹øâ‹IOO'**Š2wî\Þyç#ÞW×гˆ„‹ÈïDäeÙ ’ø 𒈬‘¿~#[¥¥¥ >gøá‡Œ=š[o½µAïo¢4ØYRTTTãsaaa(iæDÕ„QÕíÀ9ÀD¹É¾m‚G(RÏ»^‰^ö‰H˜ˆLܪz»U™CÈ“——WXVVVãÉ¥¢Z´k×®$&&ÒºuköîÝK=˜:u*3gÎdÍš5Õ½µÆs€ˆ´‘›Dä `#° <¦ªsõ ùošÑx ¸X*"kDä9GDjœŽÖP¡èñx˜;w.ÿùϸãŽ;Žx¾¡¢Æ+È[6ä½vÐϱz<žz wÜqgŸ}6~øa}ßêOvך\Â&ŽªôN yXDþLUÕ²ŠçE¤V;£†Ž *•Ø^"bà `Žª~à¬IѨÙee/ÿ2Ú;X(+·\ŠÕ=uÈßaaax<¿Ý»ÅÅÅQPPpÔMD$« í| pUyºX ð ›°Ææ¦­±Žé €9€5Bô­ÃîæËÊËËÝX¿ë!ìÞ½›Í›7³dÉ.¼ðBÒÓÓÉÊÊâŠ+®`ýúõœp µMf©³Pôб °¢^`uíREä+¬ÏöàªZ³ë¯×À]»v·~Èý÷ßÏyçwÄk¼Â[²¾i´±C(NÇx* ïIâ/"rVÞâÕªº×û\¹ˆ<üÑQ#9 ‰UúàvU]â¨Q_ò:VïËÏØûK ×}ƒ‰ÒÒÒÒ…bÞLóæÍ«{êA£ªyވ˧Àå@7,Ñ•„u“<ÂìÝÃùp¡÷ßn`–—ñG¬ã{Y5!Ÿ2ïçz„PÌÉÉaúôéœyæ™Ìœ9“¸¸8òóó2déééˆÏ?ÿ<&LÀårþö‘p`(p-0ëóm‹5éd?]ÖU]-"×`5ä? Ø%"™Xç‰7½íè{Ë‘.Úœœ~þùg–.]ʹçžKnn.iii\}õÕìØ±ƒ¾}û_ãÔ¯ƒÖéÐs*ð¸Bñ$¬/¶)h 0Tõmùø@D&«ê:ïS—‰ÈÿØÐÖÅŒŒ -ZÄ)§œBÏž=}±d]ó“¢€€VXU‚±Æ%&ŸwªªSãß ¾aÖÿ¯ü¸ øÊ¡ýƒ²²²²2 ^EK—.%22’¯¿þš^½zñ|u!RUÍÞòþADzc…vGb ÇÅÀFD^|ŽˆœŠ%f2°Dî{À¼:וz?×jUôñÇÏäÉ“¹üò˹÷Þ{ùå—_HOO'??ŸO>ù„‘#GòÀð·¿ý­.6ž‚5*³=–0¬òô~¬Ïõ¾IÅ;œoßcû;ñz+ðp½wZµéWùùùL›6³Î:‹çŸžøøxŠ‹‹éß¿?]ºtaîܹäæÖ|¯XÅ£è8v۵_³amC#QÕ"r1ð¦ˆÌTÕ±¾°ÿ‘ŪZ//‡ª–»Ýö´kTUzè!6oÞLëÖ­}"ëqBzèâýw¿ÝüLTÕE6Ä`0 âÄÇÇSqÞéÒÅúšÆÆÆÒª•¥ûzè!FŒÁ¥—^Ú ½7÷ˆH 08øwƒô1ÞÖÁÀ)ÀõL/+--­ñ¤]‘û™ššJÛ¶m9pà?þø#áááŒ5Š›nº‰;ï¼³:›ªà_‹ÈÀ•Xm¼š¥À¯À³õ°Ý_„aÝ4TüNXžÚÀÀ\UÝå}®ÆÏ³ÿþLž<™ë®»Ž[o½•¼¼<2220`-[¶d̘1Ìœ9³ZÄ£˜~‡!‰ªî‘s€Y"ÒØ 5]dT=×*­‹P\ºt)ýúõcíÚµäæærÒI'‘””ÄæÍ›Ù¸q##GŽ$>>þ÷Ì™3‡®]»ÖZf"2¸ëû±+ï±Uͦ5ðí5 p 2\ß¼ysDAU‰‰‰©œEMaaá!ágU­ösUÕŸøMt»€3±¼µ=€rUÞÀßÅçˆH05bóG¬\Åj(`,s»ÝÕ~žùœÉÉÉtêÔ‰ÈÈHÖ­[Çîݻٹs'Ó¦Mã­·ÞbذaÕšâƒ_§±¬íÈ%Ü5öÅÀxÛºÜ$`¹ÕÀ!ÞÜŒ:ãñxÊ«&×Äý÷ßÏ]wÝÅ‚ øßÿþǵ×^Ë»ï¾ËO<ÁêÕ«7n[·þ6Ød÷îݼýöÛüñ>O¬õËçÍ¥ù +D²8EUG‘Ø$¹øÞ¡½/V;´w°P« i(ÒrÄAjõ(ÖDjj*{÷î¬üÏÃskʵ«Šªªê—Mšš>×Î;WæÕUä~¶k׎víÚpÁpÁT»f¨†ôUµìþûï?â󌊊¢M›6Ào¢;22’ÔÔTRSS6l/¼ðBéUÞP¾ÓŸéàkSÌâx«û.òvÆ¿¸«ÇÕ£"² šžQ‡àñx|^õ|ï½÷RXXXùøÏþ3£FbìØ±>ÝÇò<¬thï|œkö4¨ªŸ‘Ó_DZés Y<ÏÁ A¿‰îäädÎ>ûlÆÏøñãk[6ŽÓmÀ8;„â4°AªÁ9¼½·þ,"WOߊH;︨jñxø†Ýwß}Ÿ½÷Þ{Û¶mÛn²téR–/_NIIIÅÂ… —”–––-\¸ð«É“'ž2eJ¿)S¦ÌÈ·þM¡C‡þó„N8âÚk¯=£E‹u·U•§Ÿ~zÂ!C~×€ê¹èQüî»ïfa ^ç_pÛY_2=ŠŠNÄWÀ¢|+ádÏ„ FÇ‹HënݺÔ®]»­ËËËK/^¼hîܹs…ªZ–o= ×^{í¼öíÛw½ä’K_—!ýyóæ­ìß¿ÿ›Ã‡¿`Μ9µ¿myyyƒÎÎ/))©3f̳¹˜¾–|ôpCÑY_2>ŠŠNU=)Ù_LÈcþª.†å[BFUWtìØñ¸²²²;Ž=öØS÷Ûo¿ÙÆýàƒ¾yóÍ7ï2dH½Û¼n Œ=úéâââm»í¶­"½Ç{ì½wß}÷ΆHk=é ÜÔà†¢ª^ÞÐi:MšÌÐsAà†¢“AD&7©êÀúÇ}úô9¿uëõ³Ÿyæ™ÉüqSÊoœÖà†¢ˆ\ lªª·5tÚN“Ä{gí¹ ø(ʳŽÃøñã?N‘–]ºt9 cÇŽÛ•———”””,œ={vfH¿4ßz6eÞ}÷݋ڷo¿ýW\qTóækoZ-^¼¸ª_¿~ï1âÂâââ&µ{P.†ž·ÅwؘX¾|ùòŸñå8Žã4.ªºÛ†×YKTu¥ˆœPVVö×ãŽ;î´C9¤s¶q?ùä“Ù¯¼òʃï¿ÿ~Së`+&¹¢³¾”•””̾¡Þ£èDôÃýÇi Tupù;ìðh¯^½nÙsÏ=Øk¯½¶kÓ¦M³+VP^^NIIIå¢E‹ÊJJJ–.^¼xÒ´iÓÆLš4iÀ×_ýU¾õO¢ªÝsa(Ždm&§ (++++$C±É¬MåäqÀ‚<åÝ ðžxÇÙ)**ú 8EDšo·ÝvûoµÕV;&‡ò2UmÒn["²02†â ü‡xc¢´¬¬Ì'³8…ÈCÀMØî,Í+@`tòv§ë+Ž G!² Ð2[íÝ4µqv'G¨jù²eË|EÇY;¾lžo%ÇqêÃ÷dvÖ›•+WÌšŠŽã8Ž“ó€û}2‹³ÞäbŸË\1kÖ¬r`Y¾õpš§ßä)ï!˜Ÿ’ã8NS¥x;†â Ⱦ¿NÃP(=Š_}õÕª ¼ªª¡¯“sNÇö¤ÏÇ„–Ë€’<äë8Ž“-;oåbè¹>ëy£¢²²²ÉOfQUî¾ûî¢âââ[ó­‹Ód8 Ø1OyËSÞŽã8Y“ Cñ$àÔ¤ë4QÊÊÊÞ>|øŠ|ëQÏ=÷ÜââââUÕ{qÇq'K|2‹³ÞÌš5ëú¾}ûN(++Ë·*©Œ3¦òÅ_6wîܧó­‹Ó¤˜,Ï·Žã8M”)Àn(:ëªV͘1ãÔK/½tfyyy¾Õ©ÁÔ©Sõ–[n5kÖ¬_æ[§i¡ª?PÕç)û>X%ì8ŽÓTiœ˜ C±pMÒuš0S¦Nzò•W^Y¼reÓØ¨e„ UüãÇÍœ9óhŸÀâ$‘Eä„}úÌ©¨¨ÈGþ\ýõßþë_ÿºmæÌ™'¨ªû 9Žã8ÎÚS”ø‚ÛNƒ3gΜgÚ¶m;íœsÎyüÚk¯ÝeŸ}öÉùrI ,à‘G™=f̘ñEEE—ªêÄ\çé<q?AÇqœTTu<°…4ô¡ˆ\lªªw5hÂNÁ!"­ºtéòЮ»îzäYgÕµgÏž Úƒ]^^ÎØ±cW½õÖ[³'L˜ðÅôéÓ/sÑÉé |£ª¾à¶ˆtæ©jÓšýå8Ž‘=€7sa(6PÕ¦1£ÁÉ;"Ò¡S§N—·k×îGyd§ý÷ß¿ýÎ;ïÌæ›ožUüŠŠ –,YBii) ,à£>š;~üøE¥¥¥E%%%/ÍŸ?ÿuU“ãÛp60Dd"p“ªÌCÞ€»Uõ‹ÆÎÛq'Dd_`L. Åû€Vªzqƒ&ì<""ÀA;vìÕ¦M›^­ZµÚn³Í6Û¢yóæÍV­ZUµjÕªUUUU™¿•••••••«V­Z Ì_µjÕ¼%K–-X°à]U”ïûq ›<гÓUuhcçí8Ž“ CÑ}FC­UòßpÜ“guÇqÇ©EÀón(:޳±r /ŸÖ/_¶Éqœ¦Ì\àŽ\Šon€:ŽÓÔé‰mãWÜØ«êQ§ã8ÎZ²0&ë(Îfç ]Çqœ†äB`|d,"³E¤w>òvÇYrÑówÐ ø4i;Žã8Žã8D.zÇqÇqœÂ¦8Ã} ÇÙ(QÕÝó˜ýÀÌ<æï8ŽS­€Ýs±Žâ¶€¨ê7 š°ã8N""ƒ€GTõ<ä} ð©ªÎoì¼Çq²!³Žb.†žŽÎAºŽã8 I }žò~Ø+Oy;ŽãdM. Åýs®ã8Žã8ŽÓˆødÇq6VþpÇqœtÆ­s1™e!Ð2é:Žã4$·‹ó”÷qÀ”<åí8Ž“ »O5x¢ªÞ¬ª×7tºŽã8 ÌûÀÏò”÷9@—<åí8Ž“ m€ƒÜP‘ÛE䞆N×qgâ4 s¾•pÇ©\ =·ÆÖÞqÇqÇq “Rà_pÛqœ•ÉßV£sŠ<åí8Ž“ 3ssa(:ŠHfX¥BUFçK€•À‘l>6Þ:œW©ê<ÙšêÙÙKÀ–Q¼Ìä™6á\UuŽˆt ºÇtyȳc¯$¤»Y$›ƒ­«¶iFw`Ð) S (Ð.’Í édzRWªê|éHtÏ)º·¾ÎW©ê\é4‹t_ tˆâ-÷Ö6#PÕÙ"²Ð"ˆV„{Ü:qϤè¾9Õ*UuAÊûª¤æšs ‚Þu½¯eAÿ­÷¼iŠîñû*ÊXó}IÐ5Ã\¬ ­~_)e­ ¨"»²¿¯µ)kÉ÷•,k‹ÃõúÊÚbj¾¯µ)kÉ÷•,k ÂýÖWÖ–Qó}-ÂÊT}e­”5ß Ýç†óµ-kÙÔ Ë°r“|_qYKÖ m¢{olÞÉ7ÄîýOQ˜³ ÃÃùLU=[D†FažÆwE²ßÇ?çKTõxy…êçó6ððXïϘóú¹‘ì§@ß  ܼ…ɸ]ÉNç…ó)A¯w£0Où­‘ì·À)A€…ªz²ˆ¼Aõ{|-èß7Šw °/ð«Œ@U{‹È¿€íƒhÐøWïŽî"ÙñA§}Ãù„þQ˜~Àlà†Hv6öì~Îg«êé"ò.ÕßùKAû¢x—cïø”p^¡ª?‘T»' ÁÞuü¾n×/Œd? iïÎdžpñûJ+k§‡gP_Y›@Í÷•,k™÷•,k¯Qó}­QÖÂûzŒšeí``ïìYÆïëäp/õ•µ™Ô|_ɲ–y_ɲ6„šï+YÖ2ï+›²¶%5ßW²¬ÅžM²¬-dͺá\ªËZæ}%ËÚHjÖ —‡8ɺ!.kqÝÐø~ƒŠª:HDÞ ¢ÿŠHoà»(Ø_€‰Às‘l?ìAœÎg;_Sýcs?ð*ðAïXìE_ÎW`?¢#€Ý‚ìyà&à«(Þy؃¹=’µÞçÀº_ý ˆd=°BpB8Ÿìî!ó£x'0x+Šwö^ÎK0ƒfÐ-ÈžÄ é˜(Þ!ý3i9ç÷ ¢w°‚ëþ»ð÷áH¶#ðÕ‹¤Ã mò}E²C‹1§|0ç35ß×£ØúqïX 7ðÇH&Ô|_ÿÆ ôô(Ìyس¹7’mƒU"? çieíZl¿ÊlÊZü¾ÒÊÚXyH–µø}¥•µ3Búõ•µÓ©¿¬íˆ•‡dY‹ã¥•µC±ò,kã©n=‰•…ø}„•‡úÊÚÅÔ|_iem¬<¬.k"rõ—µý°òP_YÈšuCoªËZZÝpFH§±© æà¤Y)ð!ÕKø, ã0ã°çËæcerY8_þ¾JuCaRH/Ž÷ flDz*ì‡#ÓP‰5(â0™ÙÛ±l)V§E:U%Â|ä±lð_ªg£gîáeª¿Í/Sâ}‡Õ#I¿ûÁT7:¦cÏ4Ž7ûae˜q01œÏaÍw3k„&ß×°á:À T7‚?×ãxsÑXç Ñßשn\NaÍ÷53 ’ïë½À·¬ù¾ÒÊÚR²+ks¨»¬eþ&ËZò}¥•5X³¬-eͲÖ,![Nve-ùü’e-ó¾’e-ù¾’e-ó¾²)k³©»¬}KzYK¾ÃdY˼¯dYKÖ sI¯â²–¬kð-üD¤=ÕÚ{«ïÙ{½G1ƒ÷(æ¿G`±ª–ã8Žã¤’CÑqÇqÇ)||gÇqÇq'7ÇqÇqœTÜPtÇqÇqRqCÑqÇqÇIÅ EÇqÇq'7ÇqÇqœTÜPtÇqÇqRqCÑqÇqÇIÅ EÇqÇq'7ÇqÇqœTÜPtÇqÇqRqCÑqÇqÇIÅ EÇqÇq'7ÇqÇqœTÜPtÇqÇqRqCÑqÇqÇIÅ EÇqÇq'•æùVÀÙ¸‘ÿTUßÌCÞ€Ÿ•ª:°±ów§ð‘vÀu¤ªsKŸ†DDÚS€+Tõ¹FÎûlàdà àAUýkcæïÔŽŠ€ˆ¼ìYËåGUõÆÆÔ§¹¨ÕP‘dz/¯7ÇɆŽÀÃ@°,åúg@AŠ€€Öš©ÈÀ“@à`jcæïÔŠ…A¬Bº+åÚç¬KÁ#"[g§ªê |ëã8NAòU½;ßJl üøZUoÍ·"Κ¸¡X8ÌVÕG*1ÙØX«ªÖ~ç®<’µv¦ªjEq¿òš\_>‰x›])u¥_KÜífª:=åòÀ¨,Ójlµ²§ªêòµÑÅqœù%°+ðwU]ÉÏvòJé œl /¨êljô.¾Ãz,ÏzO©ê é œÒxAUGq»ça½u‡Ç«€—Uõ½,î¥pp0°)ðÐ_UWfw[à7À^AÿÁªún¸Öø3ð3à{"rSˆö€ª.HIK€#£±g¸<ÿ69 ‹OfÙ@‘}Ed¹ˆÜ‘ß#"KEdÏp¾“ˆŒã€Y@‘ˆ™ˆ÷g)‘ÃD¤ó[Y "×…ë·aFæ`Žˆ•ˆ?WDnC¼‹I!ÜÑYÜË®"2 (Á††ËDäNÙ4‹¸?‘oÀ´ Ç/£ëƒ‡ÓY"¢™{ª%½[±g5,‘GD¤U}º8޳Q3¸XÝëêÙ§¥ªZÄWc.8ر7"øìÅ\Œ¹êŒ~tþ ü5ŸƒÎÀÀë"rR·p#p/p3°ØxGD.­ë&‚/÷H /° °YøÿCiYOÜC°Q¯sÙ@÷gftL0ƒ¯ Ð2ü¿ÖOcs`°fPwî> Ƭ“ TÕ&~`Ýhª?¢øø^îwX+ñØp~< Ào¢0»W`là(à=`Ð! ÷g 2ä}°ð8V™=‰ùöÇ8`&Ð"Š?3ôÃ*¯®ÀË@°sîàÍè|KÌ0Ž96w®J›ëyNß÷?«· º*Ð;„Ùø}ža»:Òüðc`+¬²½X ôÉw¹ðÃ?ÿu¨b#O¤…=+„=%Ô=ßa“]âôÖ¨€×1?ÇM"ÙØÖ±‘ì®PçM¶ ²æ˜ß°(ÜCÜq@ëHþ°Ø:œoЄkIDATÂ…éêßΑ¬GÈ÷šzžÕHà `³HvKˆ{@${øOϾÐ6!;4è|a¾ËƆzä]?²xIöqk-Ç©‰°ÏóCÂßg²H÷ðážÉþÒ?'’m­6äÃkH6kñ5dm±^Ⱦ‘,i(Þ£;&tì‡ùi6¯ã>^ÆzHcƒµ90 É~ôí²Žïãel=ïeÃ?üh܃jCq<ðjʱI"|¬Ñ<"Ô‰íSÒ”î€c€ÛB]£0c‰xÇ„pw%äO³¢óŒ¡x~"\· ?/œ×0±ž½ lrRçaÀûu<§íÓ ¸ð;PÜɲ2£ð[`G‡gPŒ ?ç½|lˆ‡û(Ÿc>"IŠç`½a­Ê‹’Ddà|`g샬—l‡DÐ*àµÌ‰ª.‘éÀ$U-Âe|ý¶Æ†¢3 ÑȇEU—ˆÈGÀ¾©wh‚ mî(«QÌG°µÏˆÛø@«‡tPÕ•"òpjyÖŠˆ´ÁžÕáXïf ¬‡t µ–ã8Ohv“Yþ€ùöÂF6ÅÃðl¬—®«ÿ2Cº°Æo†á‰´‹Âßa)ò¶)º|8Ÿ‰5üwªE÷]°:ïL9%qm3êžÝÝ=-Ïð;P„ú¬"² 6ì}æ+93·Àêe'¸¡X8,UÕ±õRÕRï¨ê’øzð| «pFbC˰!ˆä’Ë“•æ<\œ"ˆY˜¢â"¬B¬í± àÄ”kïPw™íTKžs-EdU]UGüGë÷°gù&æÛø Ö‚=»ßz¹ÇÙ¨ùfÄT`î4I£îÌÝfwlâ^Uðù~kÄÇÔVßd[%ý¼7ÁêÔÚ&‚dÒ½;è“dEŠ,C&Í4?ÆVuäYb`qˆÈHÖ|VNá†â†ˆœ ­.‘״欶?`­ÈŸdzÞ‚AôtÔé’"Û&ä_Ó€MUõ˜uȯØ6E¾ðÝÚ‰0ÿ—óTõ‰ŒPDöYÝÇÙÈ‘]0·™~À'@y_U_ ×·Áü·oVÕIQÔýr¤ÒþÀè|¬Á;¹–ðS±Ž„ΪúÉZæ•éIü>ÖÈVÏ‚îʺ­•x00]U‹ÒkƒÍ.ÿvÒs²Àg=o@„™Í÷¨êXØSaÖZ†fÀÌxxø5kö6Ç…5 3úuÅ|e>¬#ÎÛÀ¡"²Æð´$Æ¢Sø8&,ý“‰Óë±6Š2 ©ÕZ˜åwÚ:¤å8ΆE+Ù"åØV×Ïc ØËTuð,0 Ô…¨êwØŠ G†aUD¤'pMŽt¾BDv ù´þ†M°y=-ph\ß\("'Ç×Ddùam©ê<à%àRÙ#ÄiÜõ&Xý‡ÝDd·^sà> Ý:¤åd‰÷(;ŠÈ})ò ªÚ/¬Uø6ÃìOáÚù˜ôS"rtð§{x>,O0ë5;Ûe ¡™¼–ìiÜ„-•“vîNÞ‘»±‰ô\tÀ û5aù˜ÍÈ͇ßTø_l¯fÇqœ¦Âß1#ñ6`KUí¥ª‡›×a ûU½JU;gl§€Cc¹ªÖµÝŸÓDñÅÂa¶Rà÷ÙDû?ïLSÕeõ„mtUÕ/òMnª:9!ßh§ªÓkIo  +PŠõædz½ˆl‚m‡Uªª³ë ÛØ˜öXM Ó è,›Ú¯.ݰ•ŠêÓÛŸt²ª®Z›ôÇÉ?"²/VPÕãká›þ‡ˆ4OÄù!p¶?òWÀ“ñöw"²#pÐ8ë¡[<«ª£Ârc¿~Ìþ×O"rÐx8Øøx$›z, ¡Ÿìmß:PU? ×Úb{ÜQÕ×£8›W#Uõ­úòqNÁêá¯gTuBt½3¶öÌØ>ë ü·ª¾‘’ÞáXGB7lÛÁ'UuJzìŒ=ïØó|5͈‘“ÿ*€ÁØ–°b.S³Dä\ ™ª>ž÷Z`l¶Ï¦I£ª~4ñÛÇóMàÏXÝ%ºölÏÎM#ÙVØ>ËUáZ0h…Ù5\;Û´ X®} ô i/ áfbØ–ÀÐ(íÿ¢t;bC³«ÂuÅö >!qOç…k›×qß³£42ǽáš`û-—E×¾N¤1ø¶ßõò®83n¬'`Y”Þ8`ßD¸ñÀc ÙIØþÏñýþ"¦¶àíÊf!pFÈ£sd¸vdʳxó’|—G?üؘà–ðî–eø?…úp(p6üZü$ óãf Ûy¶Ï}OÌÕeb¨×+I@‹(þ àóp<ü3€¦ÛEánÀö—Žõ;Û[úàÑPÏTçGan aödÏc xwI¹çÿ ÷ÿVý.Ô÷cC|rfßï¹p¿÷¯Ùõ‰<®Ïuxx®_K€c¢0…¸‡F²Ÿ„çÿUˆ7$¤ó§Dú7†¸ÓÂóüx&Èz…0W„gÕ9·w÷Ó|—×)óùVÀ,^Rµ¡Ø3Bž‹®¥Šïa›¶ÿh‡µdoEa2†â<Ì:è®}‰2o†ß;è0ø¸#Ä¿8T÷Fév®ÅZjm°Íç_ B·(\6†bW`*ViîŽöáÚoBü[€­C~#°ŠµK”Æh¬â}kuvÂZí«?öîòPY\‡ õï|žÛ–Q¸†"ppHë™ _× ¯‡Gá®ÅŒüûB¸ž˜A½„`(†pÏaë÷ê|—E?üØØÌ@Zl’EØCØû#Yk`$0…`ìQm(Ž6‹Â•†:öª×=þE{b”æ  û]$ëê¯~‘¬†¡lê G2÷ƒ5Âõf‡ k†dS°áõ‹B}yL-÷]ÃP uXðdt-€÷±Fv› ËŠ_ý6w…çØ-œožËƒQ˜V˜: hd5 EluÖÁÑ*ŠÛ7Ô±ÝÃyw̼ë1̤ÿ5 ÅöXçÂu‰ûûíÚ öyWÀ,^R0Ãÿè¾á¼†¡ˆ| œ—Hã’ ?0œg ÅSòû2|”ñ‡úû~P"ìpàózôß&|„WE²z Ån"6‰')Ÿ ¼“u zßÉFc•í‘l¬Õüz8¬eüb"½]°ðM‘,i(þ(šG²ØðÍ»Q~5*ì ß;<ƒØP¼,<«­#Ù5á¾:æ»,úáÇÆ~ßdö²ðwLÈO òƒÂyÆP¼"îPßÇß­‚ìŠH6›8Ò<ÿ~`qtž4¯ií’ˆ÷ý Ïñ‘l[¬caÖ𿳎ûNŠg‡ó]á~äG‡óŒ¡xy"Ü–A~Y8Ïüžm“wrΓ†â~á<9âÓ9ȯJ¼·v‰p°f'ÃãXÏmÆÐÞ 3bÿTÛó)´Ã'³b†Éíµ\ß/ü};!-üÝ'!¯Íâ}U-ÎG…¿ƒáFa­ÅÕˆÈ"rŸˆ ‘Cœ•XÞz|cv"qªú-ÖâKÞã'ªº8 · ø?¬R30;b•rœÞlxbï:ÔÙ¢ª+£x•A·L¼í€-0£:N<\FãI°O¸W~ ¼¢ké3é8NN˜tJú!ÖBwÌPK~»ãÃßò¡)yMujKï,Áf0ÇLë¡À×@»àSžFÌð!"³3æ6ú‘É·y9kh__KšitÇ Ò© ùçáoò9|Ÿ¨êB¬®Ü)Jo‰ª~—ˆWÛsõHK6fhgâí,RÕ’ºô ôÅžÓOÃùÙXçÀ€Zt(8|2K¡ª•"Òx:¬]•$3zQBž©¨:$äckÉê›ÄyyòÕ 93ˆ>Æ&`•Úß±%‚Úî¬g0i¦…[ˆ‡qz kI¯cŠ<Ö¥¶x™g½Eø›¬Ä×ÐMU‹ÈsÀ"r'6ìßs v'ÿLÂ~;÷ÆÔ¶Ø4EÞ2º“VG¤ÉÒHË'#[QKœ•XTÛÊE™ÂÄÁó±]½¨ý÷#Iæw¢5—ËiU‹~µÝKæy•-DD4tãj{®$ä-S®µŒ®—[ˆHU…Ù<IU?‘QØpüÛX¯ã«ª:§ ïQ,LžÃZbw¤\+ »$äã)iè) ËET;j_©ª©ê@Ìßf]‘ÄùLÂpLJØn¬yÉ%…qg…ÿ‹ÂßmSÂí’^LQñŠ£05 û0 {û”¸}±–óQ˜øµª­CÇq§°¡×Z{ÔÂ*`Få÷¬â˜CÃßdÛú°sm‰ÙøVU—Ög<6T:_U?I9â•$ú`³®À\zž3¢³aR¤OLmÏ¡F8Ù[ .³úÆ$̰Û+Ëô’z|?‘þž!ýL¼/±ß'â÷®%ݾÀñaöyläoƒÁ Å$ ^‚MX‰ùk±™Ÿ‡µÿ›cõš³UuIF "Çc>&ëÂB¢áU] yŸZ¹™|öņ‚G$Ò8TDvŠÂµÅžÛ‡!½…XÏç¯ÂPo&Ü0ƒ-™^̇Àÿ„å€2ñÚ‡ôG„ôKC¸£C@ÒrVÕÑØ{º›QݯŽüÇiDÔ–¿ú+ð yRDV¯c+"]EäàÎ z2½',W†ˆì€}ÛÃ4±ÙzÒ†È%IDzaKÞÔe´<…5˜ûÇkôŠH39)cxŠÈ˜ãUõ?ØŠ [e©Û!Ÿ;3FtÈï&¬W2YÇþ^DváZwc=Ÿ/„ë/a£dw‡%Ç2Ë“]|¤ª©=ª: ó±üSx™eäîÃ~kž A_Á&ÅÜ,"§ŠÈ¦"r"6¬œÆ@¬ò1lÂÏzŸHá†b¢ªƒ±kß„| 6cí¹]D~&"w`K < Y¬1µž ö‘‡D䨰sÌýT}¯-#€„ô.ë‘-9±;𖈜""¿Åüj¦bKÄÌ^‘ÓDälx %¶äC†k0ÇçWEäd¹«,¾þY‡~7c½²ÃDäLùÕ•DŸ(ÜUØPô ¹_D`3·‹°ÞÑ$}±–;Àuäï8N#£ª·b¾Ã'³E¤XDæb£Çb«,|ÜÎÄê–bù=/ƾÿ†ä# ‹ˆL‘‘Ø `FVm÷±›²50]DƉÈX̸}h)"[‡ÿßPÕ{C¼Aÿ³E¤6ã)Χ[r`–ˆ|†TÍ€³tÍ5eÿùM~ŒÕßGa4KCze!½ý¨~®17§óêQç¢nbˆ÷MHçWªº(¤_‰5ö7Áf¹/þ†Mþ[]#y0¿Ñ~‰áð‚Ç} ƒQ¬9é̸ɴ ã‚y)6 ëרÐåtl†\l@-ÃÖæJó¯ÉšN»KBøÅ ù4l© `ÆÓ™X%: [4õjìCÎ0;¤WŸÿÍ_°–ÚØb°•ÀpUŒÆ[€±áîw°YkËi|„ÍN¾ó­ù›µ¶zxBU‹È‘ØÚY‡û|¸FkîE=Šêá Ô]Ý«ŒoÃ*–Ï€S4ZŒ\UGŠÈÁX%µ6tsuÐ%é ð"Ö:}Y›è¾±Ž³1£ª‹È Øä¹x¯ç5ZÐ_UßCϽ07•ÉXobìG7kNKdówÒªÇQí:“a%ðKl¤io¬ª57x’Do—ª~FczQ½ÆŒ ã2é ü*èÇ{%ø¤§m^ð -f This option specifies an alternate configuration file for slapd. The default is normally {{F:/usr/local/etc/openldap/slapd.conf}}. > -F Specifies the slapd configuration directory. The default is {{F:/usr/local/etc/openldap/slapd.d}}. If both {{EX:-f}} and {{EX:-F}} are specified, the config file will be read and converted to config directory format and written to the specified directory. If neither option is specified, slapd will attempt to read the default config directory before trying to use the default config file. If a valid config directory exists then the default config file is ignored. All of the slap tools that use the config options observe this same behavior. > -h This option specifies alternative listener configurations. The default is {{EX:ldap:///}} which implies {{TERM:LDAP}} over {{TERM:TCP}} on all interfaces on the default LDAP port 389. You can specify specific host-port pairs or other protocol schemes (such as {{EX:ldaps://}} or {{EX:ldapi://}}). !block table URL Protocol Transport ldap:/// LDAP TCP port 389 ldaps:/// LDAP over SSL TCP port 636 ldapi:/// LDAP IPC (Unix-domain socket) !endblock For example, {{EX:-h "ldaps:// ldap://127.0.0.1:666"}} will create two listeners: one for the (non-standard) {{EX:ldaps://}} scheme on all interfaces on the default {{EX:ldaps://}} port 636, and one for the standard {{EX:ldap://}} scheme on the {{EX:localhost}} ({{loopback}}) interface on port 666. Hosts may be specified using using hostnames or {{TERM:IPv4}} or {{TERM:IPv6}} addresses. Port values must be numeric. For LDAP over IPC, the pathname of the Unix-domain socket can be encoded in the URL. Note that directory separators must be URL-encoded, like any other characters that are special to URLs. Thus the socket {{EX:/usr/local/var/ldapi}} must be encoded as > ldapi://%2Fusr%2Flocal%2Fvar%2Fldapi ldapi: is described in detail in {{Using LDAP Over IPC Mechanisms}} [{{REF:Chu-LDAPI}}] Note that the ldapi:/// transport is not widely implemented: non-OpenLDAP clients may not be able to use it. > -n This option specifies the service name used for logging and other purposes. The default service name is {{EX:slapd}}. > -l This option specifies the local user for the {{syslog}}(8) facility. Values can be {{EX:LOCAL0}}, {{EX:LOCAL1}}, {{EX:LOCAL2}}, ..., and {{EX:LOCAL7}}. The default is {{EX:LOCAL4}}. This option may not be supported on all systems. > -u user -g group These options specify the user and group, respectively, to run as. {{EX:user}} can be either a user name or uid. {{EX:group}} can be either a group name or gid. > -r directory This option specifies a run-time directory. slapd will {{chroot}}(2) to this directory after opening listeners but before reading any configuration files or initializing any backends. . > -d | ? This option sets the slapd debug level to . When level is a `?' character, the various debugging levels are printed and slapd exits, regardless of any other options you give it. Current debugging levels are !block table; colaligns="RL"; align=Center; \ title="Table 7.1: Debugging Levels" Level Keyword Description -1 any enable all debugging 0 no debugging 1 (0x1 trace) trace function calls 2 (0x2 packets) debug packet handling 4 (0x4 args) heavy trace debugging 8 (0x8 conns) connection management 16 (0x10 BER) print out packets sent and received 32 (0x20 filter) search filter processing 64 (0x40 config) configuration processing 128 (0x80 ACL) access control list processing 256 (0x100 stats) stats log connections/operations/results 512 (0x200 stats2) stats log entries sent 1024 (0x400 shell) print communication with shell backends 2048 (0x800 parse) print entry parsing debugging 16384 (0x4000 sync) syncrepl consumer processing 32768 (0x8000 none) only messages that get logged whatever log level is set !endblock You may enable multiple levels by specifying the debug option once for each desired level. Or, since debugging levels are additive, you can do the math yourself. That is, if you want to trace function calls and watch the config file being processed, you could set level to the sum of those two levels (in this case, {{EX: -d 65}}). Or, you can let slapd do the math, (e.g. {{EX: -d 1 -d 64}}). Consult {{F: }} for more details. Note: slapd must have been compiled with {{EX:--enable-debug}} defined for any debugging information beyond the two stats levels to be available (the default). H2: Starting slapd In general, slapd is run like this: > /usr/local/libexec/slapd [