From 19597b4c4b5e758646b7014575afe02be36a1336 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 22 Feb 2008 09:18:27 +0000 Subject: [PATCH 1/1] Moved von gosad to gosa-si as DNS git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9054 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/gosa-si-client | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-si/gosa-si-client b/gosa-si/gosa-si-client index 98a3844f7..c107dfc1e 100755 --- a/gosa-si/gosa-si-client +++ b/gosa-si/gosa-si-client @@ -681,7 +681,7 @@ sub get_server_addresses { my $error = 0; my $res = Net::DNS::Resolver->new; - my $query = $res->send("_gosad._tcp.".$domain, "SRV"); + my $query = $res->send("_gosa-si._tcp.".$domain, "SRV"); my @hits; if ($query) { @@ -707,7 +707,7 @@ sub get_server_addresses { } } -# my $dig_cmd= 'dig +nocomments srv _gosad._tcp.'.$domain; +# my $dig_cmd= 'dig +nocomments srv _gosa-si._tcp.'.$domain; # # my $output= `$dig_cmd 2>&1`; # open (PIPE, "$dig_cmd 2>&1 |"); -- 2.30.2