Displaying 2 results from an estimated 2 matches for "b_group".
Did you mean:
f_group
2020 Jun 05
3
It seems to have bug for @group to set in valid or invalid conf
...= 10
nt acl support = no
2. I add the user bbb in my debian and not in group "d_group":
# getent group
root:x:0:root
Administrator_Group:x:1:admin
User_Group:x:101:admin,aaa,bbb
Guest_Group:x:65534:guest
Hidden_Group:x:201:admin
fuse:x:102:admin
davfs2:x:103:davfs2
a_group:x:1000:aaa,bbb
b_group:x:1001:aaa,bbb
c_group:x:1002:bbb
d_group:x:1003:
3. But when i open samba log and trying use user bbb to login //$myip/f1 on
Windows and i got the denied permission.
But user bbb is not in d_group. There are somethings mess up.
4. I saw the log in samba below:
[2020/06/05 16:40:40.672747, 10...
2020 Jun 13
0
It seems to have bug for @group to set in valid or invalid conf
...my debian and not in group "d_group":
> # getent group
> root:x:0:root
> Administrator_Group:x:1:admin
> User_Group:x:101:admin,aaa,bbb
> Guest_Group:x:65534:guest
> Hidden_Group:x:201:admin
> fuse:x:102:admin
> davfs2:x:103:davfs2
> a_group:x:1000:aaa,bbb
> b_group:x:1001:aaa,bbb
> c_group:x:1002:bbb
> d_group:x:1003:
>
>
> 3. But when i open samba log and trying use user bbb to login //$myip/f1
> on Windows and i got the denied permission.
> But user bbb is not in d_group. There are somethings mess up.
>
> 4. I saw the log in sa...