Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openldap/initscript: make sure data_dir exist | Nam Ninh | 2015-09-17 | 1 | -0/+1 |
| | | | | | Signed-off-by: Nam Ninh <nam.ninh@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
* | openldap: Fix paths | Amy Fong | 2014-07-31 | 1 | -1/+1 |
| | | | | | | Explicitly set the libexec dir to /usr/libexec for openstack Signed-off-by: Amy Fong <amy.fong@windriver.com> | ||||
* | keystone: openldap packaging | Amy Fong | 2014-07-30 | 1 | -0/+62 |
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> |