This commit is contained in:
2026-02-02 19:12:40 +01:00
parent c6421049c8
commit 952c353118
17 changed files with 982 additions and 513 deletions

View File

@@ -1,7 +1,7 @@
// LDAP-Scheduler Service
const { db } = require('../database');
const LDAPService = require('../ldap-service');
const LDAPService = require('./ldap-service');
// Automatische LDAP-Synchronisation einrichten
function setupLDAPScheduler() {