This commit is contained in:
laodaming
2023-11-16 11:33:26 +08:00
parent d362c1d496
commit d4c7aad3ab
2 changed files with 13 additions and 8 deletions

View File

@@ -12,10 +12,11 @@ type Config struct {
Auth types.Auth
SourceRabbitMq string
Ldap struct {
Host string
BindDN string
Password string
BaseDN string
RootDN string
Host string
BindDN string
Password string
BaseDN string
RootDN string
PeopleGroupOu string
}
}