Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 760 Bytes

README.rst

File metadata and controls

26 lines (19 loc) · 760 Bytes

openldap

openldap.client

Install and configure ldap client. You should at least set pillar[openldap:base] and pillar[openldap:uri] to provide the client with minimal configuration.

openldap.server

Install and configure OpenLDAP-server slapd.

As for the client you should specify pillar[openldap:base]. The rootdn is set via pillar['openldap:rootdn'] (defaults to "cn=Manager," + pillar[openldap:base]), the rootpw via pillar[openldap:rootpw]. A hash for the later can be generated with slappasswd(8).