diff options
author | Peter Palfrader <peter@palfrader.org> | 2010-12-01 20:22:35 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2010-12-01 20:22:35 +0000 |
commit | ea453f380c533fb3ce9ed10d8196bb6fc5d7a7f8 (patch) | |
tree | afec25a0e79f5373343675ad7f91cb25cf2ca881 /make-bindconfig-from-ldap | |
parent | c472a95641f07047aad7c0192e211017a09bc455 (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-x | make-bindconfig-from-ldap | 1 |
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; }; |