summaryrefslogtreecommitdiff
path: root/bin/ldap.add.vhost
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ldap.add.vhost')
-rwxr-xr-xbin/ldap.add.vhost4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/ldap.add.vhost b/bin/ldap.add.vhost
index f8972df..ab65ba2 100755
--- a/bin/ldap.add.vhost
+++ b/bin/ldap.add.vhost
@@ -56,8 +56,4 @@ data['description'] = [@description] if @description
dn = "tnWebVHostServerName=%s,ou=vhosts,o=%s,ou=hosting,%s"%[@vhostname, @clientname, config['basedn']]
-puts dn
-puts data.to_yaml
-puts
-
ldap.add(dn, data)