Skip to content

Commit

Permalink
fix (ldap): use text template for rendering filters
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambrt committed Jul 14, 2023
1 parent dadacf7 commit f30bbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldap/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import (
"crypto/x509"
"encoding/binary"
"fmt"
"html/template"
"math"
"net"
"net/url"
"strings"
"text/template"
"time"

"github.com/go-ldap/ldap/v3"
Expand Down

0 comments on commit f30bbc5

Please sign in to comment.