Merge branch 'KON-599_disable_ldap' into DEVELOP
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index a486a40..557f8a3 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -116,6 +116,32 @@
 
 ldap:
   enabled: true
+ldap-sync:
+  attribute-mapping:
+    uid: uid
+    fullname: cn
+    lastname: sn
+    firstname: givenname
+    title: title
+    mail: mail
+    department: department
+    telephone-number: phone
+  db-id-mapping:
+    mail-id: 1
+    telephone-number-id: 2
+  scheduling:
+    enabled: false
+    cron-expression: '*/10 * * * * *'
+
+authnauth-sync:
+  attribute-mapping:
+    lastname: true
+    firstname: true
+  scheduling:
+    enabled: true
+    cron-expression: '*/10 * * * * *'
+  technical-userpassword: admin
+  technical-username: admin
 
 server:
   port: 9155