summaryrefslogtreecommitdiffstats
path: root/confskel/openldap/ldap/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'confskel/openldap/ldap/CMakeLists.txt')
-rw-r--r--confskel/openldap/ldap/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/confskel/openldap/ldap/CMakeLists.txt b/confskel/openldap/ldap/CMakeLists.txt
new file mode 100644
index 0000000..c3a5422
--- /dev/null
+++ b/confskel/openldap/ldap/CMakeLists.txt
@@ -0,0 +1,7 @@
+install(
+ FILES
+ slapd.conf
+ slapd.defaults
+
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/skel/openldap/ldap
+)