summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake-bindconfig-from-ldap1
1 files changed, 1 insertions, 0 deletions
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;
};