Users can log in using their LDAP account (in the ou=users,dc=kosmos,dc=org group and with the wiki attribute set to enabled) Add an attribute for the ldap master server, so it can be overridden in the development environment Refs #107
16 lines
368 B
Ruby
16 lines
368 B
Ruby
name 'kosmos-dirsrv'
|
|
maintainer 'Kosmos Developers'
|
|
maintainer_email 'mail@kosmos.org'
|
|
license 'MIT'
|
|
description 'Installs/Configures 389 Directory Server'
|
|
long_description 'Installs/Configures 389 Directory Server'
|
|
version '0.1.1'
|
|
chef_version '>= 14.0'
|
|
|
|
depends "firewall"
|
|
depends "apt"
|
|
depends "ulimit"
|
|
depends "backup"
|
|
depends "kosmos-nginx"
|
|
depends "kosmos-base"
|