mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Remove specific ssh tunnel perm
This commit is contained in:
parent
aa9b8318e7
commit
2db6fbda69
1 changed files with 2 additions and 9 deletions
|
@ -96,17 +96,10 @@ depends_children:
|
||||||
- posixGroup
|
- posixGroup
|
||||||
- permissionYnh
|
- permissionYnh
|
||||||
groupPermission: []
|
groupPermission: []
|
||||||
cn=ssh.tunnel,ou=permission:
|
cn=sftp.main,ou=permission:
|
||||||
cn: ssh.tunnel
|
cn: sftp.main
|
||||||
gidNumber: "5004"
|
gidNumber: "5004"
|
||||||
objectClass:
|
objectClass:
|
||||||
- posixGroup
|
- posixGroup
|
||||||
- permissionYnh
|
- permissionYnh
|
||||||
groupPermission: []
|
groupPermission: []
|
||||||
cn=sftp.main,ou=permission:
|
|
||||||
cn: sftp.main
|
|
||||||
gidNumber: "5005"
|
|
||||||
objectClass:
|
|
||||||
- posixGroup
|
|
||||||
- permissionYnh
|
|
||||||
groupPermission: []
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue