From ea453f380c533fb3ce9ed10d8196bb6fc5d7a7f8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 1 Dec 2010 20:22:35 +0000 Subject: But do not forget the . git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@465 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- make-bindconfig-from-ldap | 1 + 1 file changed, 1 insertion(+) (limited to 'make-bindconfig-from-ldap') diff --git a/make-bindconfig-from-ldap b/make-bindconfig-from-ldap index 0b7fffe..9204674 100755 --- a/make-bindconfig-from-ldap +++ b/make-bindconfig-from-ldap @@ -104,6 +104,7 @@ if (-e $CONFFILE) { } else { my $fqdn = `hostname -f`; chomp $fqdn; + $fqdn .= '.'; push @THISNAMES, $fqdn; }; -- cgit v1.2.3