1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

LDAP group fetching and AD connectivity

This commit is contained in:
sauls8t 2018-08-29 16:20:37 +01:00
parent 8d3dfcc3c7
commit 2a2831e576
5 changed files with 564 additions and 95 deletions

View file

@ -31,18 +31,6 @@ export default Route.extend(AuthenticatedRouteMixin, {
authConfig: null,
};
// TEST
// TEST
// TEST
// TEST
// TEST
this.get('global').syncLDAP().then(() => {});
// TEST
// TEST
// TEST
// TEST
// TEST
return new EmberPromise((resolve) => {
let constants = this.get('constants');