Puppet module to install and configure 389-ds - a full featured LDAP server.
Include the ds389 module and it will install and configure an LDAP server.
class { '::ds389':
rootdnpwd => 'testing1',
serveradminid => 'admin',
serveridentifier => 'prod',
schemafile => '99user.ldif',
}
Released under the Apache 2.0 licence
- Fork it
- Create a topic branch
- Improve/fix (with spec tests)
- Push new topic branch
- Submit a PR