]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/controls.c
also log cookie parsing
[openldap] / servers / slapd / controls.c
index ed887e5f1a4b27ced92bc7ca4e43c8112720d5df..665e320955ca9621eedfe7b00567abf6e51ca0b7 100644 (file)
@@ -1650,6 +1650,9 @@ static int parseSessionTracking(
                return LDAP_PROTOCOL_ERROR;
        }
 
+       /* TODO: add the capability to determine if a client is allowed
+        * to use this control, based on identity, ip and so */
+
        ber = ber_init( &ctrl->ldctl_value );
        if ( ber == NULL ) {
                rs->sr_text = "internal error";