aboutsummaryrefslogtreecommitdiff
path: root/server_search.go
diff options
context:
space:
mode:
Diffstat (limited to 'server_search.go')
-rw-r--r--server_search.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/server_search.go b/server_search.go
index aa290a3..170b758 100644
--- a/server_search.go
+++ b/server_search.go
@@ -1,4 +1,4 @@
-package ldapserver
+package ldap
import (
"errors"
@@ -6,7 +6,7 @@ import (
"net"
"strings"
- "github.com/mark-rushakoff/ldapserver/internal/asn1-ber"
+ "github.com/metala/ldap/internal/asn1-ber"
)
func HandleSearchRequest(req *ber.Packet, controls *[]Control, messageID uint64, boundDN string, server *Server, conn net.Conn) (resultErr error) {