aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Fripost/Schema.pm
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-06-05 09:49:33 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2012-06-05 09:49:33 +0200
commitccc5ce7bf9abe341119acb0aa4a8a138add41dc7 (patch)
tree0e3e49802bc977ee0c2fe08afed4f3a009d485b7 /lib/Fripost/Schema.pm
parentf779c5034227750e7a500f79890dafd81b2a98bf (diff)
Changing the command names to something more intuitive (hopefully).
Diffstat (limited to 'lib/Fripost/Schema.pm')
-rwxr-xr-xlib/Fripost/Schema.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Fripost/Schema.pm b/lib/Fripost/Schema.pm
index f8649b7..72a7484 100755
--- a/lib/Fripost/Schema.pm
+++ b/lib/Fripost/Schema.pm
@@ -30,9 +30,6 @@ sub new {
my $class = shift;
my $h = shift;
- $h->{server_host} //= 'ldap://127.0.0.1:389';
- $h->{base_dn} //= '';
-
my $self = {_options => $h};
bless $self, $class;