mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge branch 'YunoHost:dev' into dev
This commit is contained in:
commit
bedaa56fc6
2 changed files with 2 additions and 1 deletions
|
@ -159,6 +159,7 @@ olcAccess: {2}to dn.base=""
|
||||||
# can read everything.
|
# can read everything.
|
||||||
olcAccess: {3}to *
|
olcAccess: {3}to *
|
||||||
by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" write
|
by dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" write
|
||||||
|
by group/groupOfNames/member.exact="cn=admins,ou=groups,dc=yunohost,dc=org" write
|
||||||
by * read
|
by * read
|
||||||
#
|
#
|
||||||
olcAddContentAcl: FALSE
|
olcAddContentAcl: FALSE
|
||||||
|
|
|
@ -237,5 +237,5 @@ class MyDiagnoser(Diagnoser):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
protocol = str(protocol)
|
protocol = str(protocol)
|
||||||
e = str(e)
|
e = str(e)
|
||||||
self.logger_debug(f"Could not get public IPv{protocol} : {e}")
|
logger.debug(f"Could not get public IPv{protocol} : {e}")
|
||||||
return None
|
return None
|
||||||
|
|
Loading…
Add table
Reference in a new issue