Files @ a6f0fe607199
Branch filter:

Location: majic-ansible-roles/roles/common/files/ferm - annotation

branko
MAR-129: Removed m_ldap_entry module:

- Removed the custom m_ldap_entry module used for managing LDAP
entries.
- Replaced the module usage with official ldap_entry and ldap_attr
modules.
- Updated role reference documentation.
- Updated usage instructions since we can't misuse the m_ldap_entry
any longer for adding members to groups.
# configuration for /etc/init.d/ferm

# use iptables-restore for fast firewall initialization?
FAST=yes

# cache the output of ferm --lines in /var/cache/ferm?
CACHE=no

# additional paramaters for ferm (like --def '=bar')
OPTIONS=

# Enable the ferm init script? (i.e. run on bootup)
ENABLED="yes"