feat: 系统配置新增权限控制

This commit is contained in:
meilin.huang
2023-08-25 19:41:52 +08:00
parent 756e580469
commit 3634c902d0
17 changed files with 150 additions and 75 deletions

View File

@@ -3,10 +3,11 @@ package ldap
import (
"crypto/tls"
"fmt"
"github.com/go-ldap/ldap/v3"
"github.com/pkg/errors"
"mayfly-go/pkg/config"
"strings"
"github.com/go-ldap/ldap/v3"
"github.com/pkg/errors"
)
type UserInfo struct {