From 26e8d7e9adda614ed5f3f8ba7f8c99f115c78fd7 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 31 Aug 2009 10:14:57 +0000
Subject: [PATCH] ldapstatus/hobbit.php: Change hobbit output.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1731 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/ldapstatus/www/hobbit.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ldapstatus/www/hobbit.php b/modules/ldapstatus/www/hobbit.php
index e4a4412ea..afe93224e 100644
--- a/modules/ldapstatus/www/hobbit.php
+++ b/modules/ldapstatus/www/hobbit.php
@@ -71,7 +71,7 @@ foreach($orgs AS $orgkey => $org) {
 		)
 	);
 	
-	echo("0.0.0.0 " . $orgkey . " # noconn  cont=sl;" . $url . $ignore . ";OOOKKK\n");
+	echo("0.0.0.0 " . $orgkey . " # noconn  feidesjekk:" . $url . $ignore . ";OOOKKK\n");
 	
 }
 
-- 
GitLab