mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1691] 在client(vistor)添加user属性时,无法正常访问,去掉user属性能正常访问 #1339
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1339
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @teote300 on GitHub (Mar 9, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1691
版本及环境
frpc:0.31.2
frps:0.31.2
services:Windows Server 2016 数据中心版
client a:Windows Server 2008 R2 企业版
client b:Windows 10 10.0.18363.657
client a frpc.ini
client b frpc.ini
说明
1.client b存在user属性时,无法访问,后台日志报错如下:
2.client b注释user属性时,成功
不知这是否为一个bug,感觉client b加上user属性时也应该能成功访问才对。
@deadlineOvO commented on GitHub (Mar 11, 2020):
换个名字可以吗
@fatedier commented on GitHub (Mar 12, 2020):
使用相同的 user。
@teote300 commented on GitHub (Mar 12, 2020):
换名字不行,日志中是
@teote300 commented on GitHub (Mar 12, 2020):
谢谢大大回复,我试了下相同的user,日志中变成了这样
@fatedier commented on GitHub (Mar 13, 2020):
相同的 user,server_name 只需要写
xtcp_rdp就可以了,user 这个字段是自动加上的,这个本意是只能访问自己用户下的代理,只是目前还没有做严格限制。@teote300 commented on GitHub (Mar 13, 2020):
谢谢大大回复,
user字段原来是这样用的啊,问题总算解决了。