Modified the transport address so that it listens to every address instead of just localhost

git-svn-id: https://svn.apache.org/repos/asf/directory/apacheds/branches/apacheds-subtree@987182 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/server-config/src/main/resources/config/ou=config/ou=servers/ads-serverid=ldapserver/ou=transports/ads-transportid=ldaps.ldif b/server-config/src/main/resources/config/ou=config/ou=servers/ads-serverid=ldapserver/ou=transports/ads-transportid=ldaps.ldif
index 85718ed..7abfe5d 100644
--- a/server-config/src/main/resources/config/ou=config/ou=servers/ads-serverid=ldapserver/ou=transports/ads-transportid=ldaps.ldif
+++ b/server-config/src/main/resources/config/ou=config/ou=servers/ads-serverid=ldapserver/ou=transports/ads-transportid=ldaps.ldif
@@ -3,7 +3,7 @@
  nfig
 ads-systemport: 10636
 ads-transportenablessl: true
-ads-transportaddress: localhost
+ads-transportaddress: 0.0.0.0
 ads-transportid: ldaps
 objectclass: ads-transport
 objectclass: ads-tcpTransport