summaryrefslogtreecommitdiff
path: root/bin/ldap2bind
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-10-18 16:59:51 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2006-10-18 16:59:51 +0000
commit1e8f80626d75e9d767600fba000af1da8a185953 (patch)
treedc7f7d3bdcbc6ca4f9c4e64b4a8f5a1622137d01 /bin/ldap2bind
parent17f8b52b5d0bbc9b7b33dff8cd9f656aeeb25d5c (diff)
Do away with stats. vhosts
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@225 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'bin/ldap2bind')
-rwxr-xr-xbin/ldap2bind10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/ldap2bind b/bin/ldap2bind
index c245e60..139a4b0 100755
--- a/bin/ldap2bind
+++ b/bin/ldap2bind
@@ -180,16 +180,6 @@ magicItems.each { |m|
setAs(vhostalias, m['tnHost'], m['dn'][0])
}
end
- property = {}
- if m['tnWebVHostProperties']
- m['tnWebVHostProperties'].each{ |prop|
- (key, val) = prop.split('=', 2)
- property[key] = val
- }
- end
- unless property['stats'] == "no"
- setAs(m['tnWebVHostServerName'].map { |v| "stats."+v } , m['tnHost'], m['dn'][0])
- end
when 'tnDNSrr'
if m['tnDNSaRecord']
setAsDirect(m['tnDNSdomainname'], m['tnDNSaRecord'], m['dn'][0])