We now allow unix sockets and other schemes as well
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 31 Jan 2015 10:20:28 +0000 (17:20 +0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 31 Jan 2015 16:07:04 +0000 (23:07 +0700)
src/modules/rlm_ldap/ldap.c

index 3945690..9bea8ee 100644 (file)
@@ -1334,7 +1334,7 @@ void *mod_conn_create(TALLOC_CTX *ctx, void *instance)
        DEBUG3("rlm_ldap (%s): New libldap handle %p", inst->xlat_name, conn->handle);
 
        /*
-        *      We now have a connection structure, but no actual TCP connection.
+        *      We now have a connection structure, but no actual connection.
         *
         *      Set a bunch of LDAP options, using common code.
         */