Skip to content
Snippets Groups Projects
Commit eacbef79 authored by shirenn's avatar shirenn 🌊
Browse files

nounou → _nounou

parent 385650b9
No related branches found
No related tags found
1 merge request!249Nounou
......@@ -6,7 +6,7 @@ interfaces:
loc_re2o:
owner: root
group: nounou
group: _nounou
version: master_freeradius_python3
settings_local_owner: www-data
settings_local_group: nounou
settings_local_group: _nounou
......@@ -22,7 +22,7 @@ loc_keepalived:
loc_re2o:
owner: freerad
group: nounou
group: _nounou
version: master_freeradius_python3
settings_local_owner: freerad
settings_local_group: nounou
settings_local_group: _nounou
......@@ -5,13 +5,13 @@
state: directory
mode: "2775"
owner: root
group: nounou
group: _nounou
- name: Set ACL for scripts directory
acl:
path: /usr/scripts
default: true
entity: nounou
entity: _nounou
etype: group
permissions: rwx
state: query
......
......@@ -17,13 +17,13 @@
state: directory
mode: '2775'
owner: root
group: nounou
group: _nounou
- name: Set ACL for dns directory
acl:
path: /var/local/dns
default: true
entity: nounou
entity: _nounou
etype: group
permissions: rwx
state: query
......
......@@ -17,13 +17,13 @@
state: directory
mode: '2775'
owner: root
group: nounou
group: _nounou
- name: Set ACL for firewall directory
acl:
path: /var/local/firewall
default: true
entity: nounou
entity: _nounou
etype: group
permissions: rwx
state: query
......
......@@ -16,13 +16,13 @@
state: directory
mode: '2775'
owner: root
group: nounou
group: _nounou
- name: Set ACL for home directory
acl:
path: /var/local/home
default: true
entity: nounou
entity: _nounou
etype: group
permissions: rwx
state: query
......
......@@ -5,13 +5,13 @@
state: directory
mode: '2775'
owner: root
group: nounou
group: _nounou
- name: Set ACL for re2o-dhcp directory
acl:
path: /var/local/re2o-services/dhcp
default: true
entity: nounou
entity: _nounou
etype: group
permissions: rwx
state: query
......
......@@ -5,13 +5,13 @@
state: directory
mode: '2775'
owner: root
group: nounou
group: _nounou
- name: Set ACL for re2o-mail-server directory
acl:
path: /var/local/re2o-services/mail-server
default: true
entity: nounou
entity: _nounou
etype: group
permissions: rwx
state: query
......
......@@ -5,13 +5,13 @@
state: directory
mode: '2775'
owner: root
group: nounou
group: _nounou
- name: Set ACL for re2o-notif-users directory
acl:
path: /var/local/re2o-services/notif-users
default: true
entity: nounou
entity: _nounou
etype: group
permissions: rwx
state: query
......
......@@ -41,7 +41,7 @@
acl:
path: /var/www/re2o
default: true
entity: nounou
entity: _nounou
etype: group
permissions: rwx
state: query
......
......@@ -162,13 +162,13 @@ overlay syncprov
access to attrs=userPassword,shadowLastChange
by anonymous auth
by self write
by set="[cn=nounou,ou=group,dc=crans,dc=org]/memberUid & user/uid" write
by set="[cn=_nounou,ou=group,dc=crans,dc=org]/memberUid & user/uid" write
by dn="cn=replicator,dc=crans,dc=org" read
by * none
access to attrs=loginShell,mail,telephoneNumber
by self write
by set="[cn=nounou,ou=group,dc=crans,dc=org]/memberUid & user/uid" write
by set="[cn=_nounou,ou=group,dc=crans,dc=org]/memberUid & user/uid" write
by dn="cn=replicator,dc=crans,dc=org" read
by * read
......@@ -186,7 +186,7 @@ access to dn.base="" by * read
# The admin dn has full write access, everyone else
# can read everything.
access to *
by set="[cn=nounou,ou=group,dc=crans,dc=org]/memberUid & user/uid" write
by set="[cn=_nounou,ou=group,dc=crans,dc=org]/memberUid & user/uid" write
by dn="cn=replicator,dc=crans,dc=org" read
by * read
{% endif %}
......
{{ ansible_header | comment }}
# Group privilege specification
%nounou ALL=(ALL:ALL) ALL
NOUNOU ALL=(ALL:ALL) ALL
......@@ -7,8 +7,8 @@ Defaults mail_badpass
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# Host alias specification
User_Alias USERS= %user
User_Alias NOUNOUS= %nounou
User_Alias USERS= %_user
User_Alias NOUNOUS= %_nounou
# User alias specification
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment