From: Alan T. DeKok Date: Sun, 15 Apr 2012 12:06:35 +0000 (+0200) Subject: LDAPS port is 636, not 689 X-Git-Tag: release_3_0_0_beta0~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59b7063305a16269adea9222f97580ba8a7a2117;p=thirdparty%2Ffreeradius-server.git LDAPS port is 636, not 689 --- diff --git a/raddb/mods-available/ldap b/raddb/mods-available/ldap index 39299b45425..550d375765f 100644 --- a/raddb/mods-available/ldap +++ b/raddb/mods-available/ldap @@ -78,7 +78,7 @@ ldap { # # The StartTLS operation is supposed to be # used with normal ldap connections instead of - # using ldaps (port 689) connections + # using ldaps (port 636) connections start_tls = no # cacertfile = /path/to/cacert.pem diff --git a/src/tests/eap-ttls-pap.conf b/src/tests/eap-ttls-pap.conf index 459fbbe521e..a3a0a61b362 100644 --- a/src/tests/eap-ttls-pap.conf +++ b/src/tests/eap-ttls-pap.conf @@ -6,6 +6,6 @@ network={ eap=TTLS identity="bob" anonymous_identity="anonymous" - password="bob" + password="hello" phase2="auth=PAP" } diff --git a/src/tests/eapsim-03/radiusd-example.txt b/src/tests/eapsim-03/radiusd-example.txt index 2e0a40213f6..4e551bc8f82 100644 --- a/src/tests/eapsim-03/radiusd-example.txt +++ b/src/tests/eapsim-03/radiusd-example.txt @@ -709,7 +709,7 @@ modules { # to the LDAP database by using the StartTLS extended # operation. # The StartTLS operation is supposed to be used with normal - # ldap connections instead of using ldaps (port 689) connections + # ldap connections instead of using ldaps (port 636) connections start_tls = no # default_profile = "cn=radprofile,ou=dialup,o=My Org,c=UA"