Jett Wang

Results 56 comments of Jett Wang

商业版的有支持 https://www.toughstruct.com/page/detail/toughradius-enterprise-ldap

ATTRIBUTE User-Password 2 string encrypt=1 I have get this problem,Can I delete “ encrypt=1”?

如果使用反向代理实现 https 的话, docker 容器的证书配置不是必须的。 后面会继续完善自动发布机制, 标签会自动发布为标签版本的镜像。 arm 版本镜像也会自动发布

目前 ARM 版本已经实现自动发布

The program always detects the superuser when it starts, if you can't log in, please check if the database connection and initialization are correct. ``` func (a *Application) checkSuper() {...

https://github.com/talkincode/toughradius/blob/d7177b81b118f498f94de29e6df3d5719e841006/toughradius/auth_accept_config.go#L58 GitHub Copilot: 要支持Mikrotik-Group属性,你需要在RADIUS接受包中设置这个属性。首先,你需要找到Mikrotik-Group属性的标识符,然后在你的代码中添加一个新的函数来设置这个属性。 以下是一个示例的伪代码: ```plaintext func configMikrotikAccept(user *models.RadiusUser, radAccept *radius.Packet) { // Mikrotik-Group属性的标识符可能需要查阅Mikrotik的文档或者联系Mikrotik的支持来获取 var mikrotikGroupAttributeIdentifier = ... // 假设user.Group是你想设置的Mikrotik-Group的值 var group = user.Group // 设置Mikrotik-Group属性 mikrotik.MikrotikGroup_SetString(radAccept, user.Group) } ```...

group 属性管理目前并未实现, 不过如果具备编码能力, 或者利用github copilot 可以很容易加入这个功能

evernote can additional md resource file, But once the changes in the evernote,Conflicts will happen.

May be a conflict with the system environment

[Use one API call to answer multiple questions](https://platform.openai.com/docs/models/2-use-one-api-call-to-answer-multiple-questions) I think multiple questions should be supported, and this should be a way to maintain the context of the conversation