]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
LDAPS port is 636, not 689
authorAlan T. DeKok <aland@freeradius.org>
Sun, 15 Apr 2012 12:06:35 +0000 (14:06 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 15 Apr 2012 12:06:35 +0000 (14:06 +0200)
raddb/mods-available/ldap
src/tests/eap-ttls-pap.conf
src/tests/eapsim-03/radiusd-example.txt

index 39299b45425aa356df2fe2f85a7ec86b3515db83..550d375765fbce75cd83346c77a22901d0b0aef3 100644 (file)
@@ -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
index 459fbbe521edb980f8016a3ba33c9545ca45c60f..a3a0a61b362e3897df5c1d4356f4049b9616f950 100644 (file)
@@ -6,6 +6,6 @@ network={
         eap=TTLS
         identity="bob"
         anonymous_identity="anonymous"
-        password="bob"
+        password="hello"
         phase2="auth=PAP"
 }
index 2e0a40213f6079481931c90131ccee8b5e014872..4e551bc8f8239b84de26f6f68ac3ca7a6aee9e32 100644 (file)
@@ -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"