Sha256: ebc2290688d7a5018cbab68cbb201377ea99b5e2e6d57f2a0a5ef192d9319b58

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

#
# /etc/security/login_access.conf
#
# Prepared for <%= node['fqdn'] %> by Chef
#
<% logingroup = node['hostname'] -%>
<% logingroup = node['hostname'].sub(/^(.+?)\d+(.+)$/, '\1-\2-login') -%>
<% rootgroup = node['hostname'].sub(/^(.+?)\d+(.+)$/, '\1-\2-root') -%>

+:root:ALL
+:admin:ALL
+:<%= logingroup %>:ALL
+:<%= rootgroup %>:ALL

# Everyone else cannot login
-:ALL:ALL

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
infrataster-plugin-ldap-0.0.1 spec/cookbooks/openldap/templates/default/login_access.conf.erb