From bbbcb4a74a38d4fa2d7f913f0e0b2565b141860b Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Thu, 8 Dec 2005 18:32:30 +0000 Subject: [PATCH] Scrubbed sensitive information git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@138 06cd67b6-e706-0410-b29e-9de616bca6e9 --- export-ldap2dns.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export-ldap2dns.pl b/export-ldap2dns.pl index 5119189..74bebcc 100755 --- a/export-ldap2dns.pl +++ b/export-ldap2dns.pl @@ -7,7 +7,7 @@ # remember to allow zone transfers from Your nameserver my $LDAPHOST = "localhost"; my $LDAPBINDDN = "uid=root,o=tiscover"; -my $LDAPPASSWD = "1Fnegu!"; +my $LDAPPASSWD = "XXXXXXX"; my $BASEDN = "ou=dns,o=tiscover"; ###### don't edit below this line ######