Replace slugify with limax and fix sync operations

This commit is contained in:
Harry Adel 2026-01-29 21:01:39 +02:00
parent 7d56dca80b
commit fb79ccaa55
4 changed files with 10 additions and 5 deletions

View file

@ -12,7 +12,7 @@ Meteor.methods({
// throw new Meteor.Error('error-not-authorized', 'Not authorized', { method: 'ldap_test_connection' });
//}
if (LDAP.settings_get(LDAP_ENABLE) !== true) {
if (LDAP.settings_get('LDAP_ENABLE') !== true) {
throw new Meteor.Error('LDAP_disabled');
}