summaryrefslogtreecommitdiff
path: root/make-bindconfig-from-ldap
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2010-12-01 20:22:35 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2010-12-01 20:22:35 +0000
commitea453f380c533fb3ce9ed10d8196bb6fc5d7a7f8 (patch)
treeafec25a0e79f5373343675ad7f91cb25cf2ca881 /make-bindconfig-from-ldap
parentc472a95641f07047aad7c0192e211017a09bc455 (diff)
But do not forget the .
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@465 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'make-bindconfig-from-ldap')
-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;
};