Configuration for full filter structures.
[trust_router.git] / tr / tr_main.c
index c71d724..d1bd6e4 100644 (file)
@@ -105,6 +105,7 @@ static int tr_tids_req_handler (TIDS_INSTANCE *tids,
   /* Check that the rp_realm matches the filter for the GSS name that 
    * was received. */
 
+  /* TBD -- rewrite for new filtering system.
   if ((!((TR_INSTANCE *)tr)->rp_gss) || 
       (!((TR_INSTANCE *)tr)->rp_gss->rp_match)) {
     fprintf(stderr, "tr_tids_req_handler: No GSS name for incoming request.\n");
@@ -118,6 +119,8 @@ static int tr_tids_req_handler (TIDS_INSTANCE *tids,
     return -1;
   }
 
+  */
+
   /* Check that the rp_realm and target_realm are members of the community in the request */
   if (NULL == (tr_find_comm_rp(cfg_comm, orig_req->rp_realm))) {
     fprintf(stderr, "tr_tids_req_hander: RP Realm (%s) not member of community (%s).\n", orig_req->rp_realm->buf, orig_req->comm->buf);