LDAPContext: sort $self hash keys

This commit is contained in:
Graham Christensen 2022-02-11 11:01:25 -05:00
parent 6637c03985
commit 86bb16d07b

View file

@ -30,12 +30,12 @@ sub new {
my $socket = "$root/slapd.socket";
my $self = {
_tmpdir => $root,
_db_dir => $db_dir,
_openldap_source => $ENV{"OPENLDAP_ROOT"},
_pid_file => $pid_file,
_slapd_dir => $slapd_dir,
_socket => $socket,
_tmpdir => $root,
};
my $blessed = bless $self, $class;