summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/openldap/files
Commit message (Collapse)AuthorAgeFilesLines
* openldap: Fix pathsAmy Fong2014-07-311-1/+1
| | | | | | Explicitly set the libexec dir to /usr/libexec for openstack Signed-off-by: Amy Fong <amy.fong@windriver.com>
* keystone: openldap packagingAmy Fong2014-07-302-0/+90
Add openstack specific parts of openldap. openldap's init script initializes the data with the basic tree structures needed for keystone - the Group, User and Role tree. Additionally, we add two variables which can be set in local.conf, LDAP_DN - default DN for ldap default: "dc=my-domain,dc=com" LDAP_DATADIR - default directory for ldap's data directory default: "/etc/openldap-data/" Signed-off-by: Amy Fong <amy.fong@windriver.com>