Fixed FreeBSD nslcd package

This commit is contained in:
Gregory Ballantine 2023-03-17 17:23:40 -04:00
parent 6c406b0e6a
commit 512237078c

View File

@ -12,7 +12,7 @@ that differ from whats in defaults.yaml
{ {
'Debian': {}, 'Debian': {},
'FreeBSD': { 'FreeBSD': {
'package_name': False, 'package_name': 'nss-pam-ldapd',
'conf_path': '/usr/local/etc/nslcd.conf', 'conf_path': '/usr/local/etc/nslcd.conf',
'conf_group': 'wheel', 'conf_group': 'wheel',
}, },