Skip to content

Commit

Permalink
Properly retrieve base DN from query
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Sep 28, 2023
1 parent 7bd279f commit f7c43fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/BrowseLdapServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function handle(): int

$this->info('Successfully connected.');

$this->baseDn = $this->newLdapQuery()->getDn();
$this->baseDn = $this->newLdapQuery()->getBaseDn();

$this->selectedDn = $this->baseDn;

Expand Down

0 comments on commit f7c43fa

Please sign in to comment.