diff options
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; }; |