Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 599 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 599 Bytes

What is it?

Puppet module to install and configure 389-ds - a full featured LDAP server.

Usage:

Include the ds389 module and it will install and configure an LDAP server.

  class { '::ds389':
    rootdnpwd        => 'testing1',
    serveradminid    => 'admin',
    serveridentifier => 'prod',
    schemafile       => '99user.ldif',
  }

License:

Released under the Apache 2.0 licence

Contribute:

  • Fork it
  • Create a topic branch
  • Improve/fix (with spec tests)
  • Push new topic branch
  • Submit a PR