Configure IDPs and implement AAA server lookup based on IDP realm
[trust_router.git] / tr / tr_main.c
index 21422a7..4f330ae 100644 (file)
@@ -91,6 +91,8 @@ int main (int argc, const char *argv[])
     exit(1);
   }
 
+  //  printf("Trust Router Configured, max_tree_depth = %d.\n", tr->active_cfg->internal->max_tree_depth);
+
   /* initialize the trust path query server instance */
   if (0 == (tids = tids_create ())) {
     printf ("Error initializing Trust Path Query Server instance.\n");