Skip to content
Snippets Groups Projects
Commit 1b1a3ea7 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #15963 TIME 0:05 opening and ending tag mismatch for ldap config.xml

parent 9ba7bfa2
No related branches found
No related tags found
No related merge requests found
...@@ -37,9 +37,9 @@ ...@@ -37,9 +37,9 @@
<defaultEntity>PJS</defaultEntity> <defaultEntity>PJS</defaultEntity>
</user> </user>
<entity> <entity>
<entity_id>objectguid</ldap_id> <entity_id>objectguid</entity_id>
<entity_label>samaccountname</entity_label> <entity_label>samaccountname</entity_label>
<parent_entity_id>memberof</parent_entity> <parent_entity_id>memberof</parent_entity_id>
</entity> </entity>
</mapping> </mapping>
<filter> <filter>
......
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
"author": "Maarch", "author": "Maarch",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"core-js": "^3.8.0", "angular2-draggable": "^2.3.2",
"zone.js": "^0.11.3", "core-js": "^3.8.3",
"angular2-draggable": "^2.3.2" "zone.js": "^0.11.3"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.1002.1", "@angular-devkit/build-angular": "^0.1002.1",
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"@angular/platform-browser-dynamic": "^10.2.3", "@angular/platform-browser-dynamic": "^10.2.3",
"@angular/platform-server": "^10.2.3", "@angular/platform-server": "^10.2.3",
"@angular/router": "^10.2.3", "@angular/router": "^10.2.3",
"@fortawesome/fontawesome-free": "^5.15.1", "@fortawesome/fontawesome-free": "^5.15.2",
"@ngx-translate/core": "^13.0.0", "@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0", "@ngx-translate/http-loader": "^6.0.0",
"@swimlane/ngx-charts": "^16.0.0", "@swimlane/ngx-charts": "^16.0.0",
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
"bootstrap": "^3.4.1", "bootstrap": "^3.4.1",
"chosen-js": "^1.8.7", "chosen-js": "^1.8.7",
"codelyzer": "^6.0.1", "codelyzer": "^6.0.1",
"cypress": "^6.2.1", "cypress": "^6.3.0",
"flat-to-nested": "^1.1.0", "flat-to-nested": "^1.1.0",
"hammerjs": "^2.0.8", "hammerjs": "^2.0.8",
"html-minifier": "^4.0.0", "html-minifier": "^4.0.0",
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"ngx-papaparse": "^5.0.0", "ngx-papaparse": "^5.0.0",
"ngx-pipes": "^2.7.5", "ngx-pipes": "^2.7.5",
"node-sass": "^4.14.1", "node-sass": "^4.14.1",
"nodemon": "^2.0.6", "nodemon": "^2.0.7",
"npm-check-updates": "^9.2.4", "npm-check-updates": "^9.2.4",
"pdfjs-dist": "2.5.207", "pdfjs-dist": "2.5.207",
"photoswipe": "^4.1.3", "photoswipe": "^4.1.3",
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
"tinymce": "^5.6.1", "tinymce": "^5.6.1",
"tinymce-i18n": "^20.12.25", "tinymce-i18n": "^20.12.25",
"tooltipster": "^4.2.8", "tooltipster": "^4.2.8",
"tslib": "^2.0.3", "tslib": "^2.1.0",
"tslint": "^6.1.3", "tslint": "^6.1.3",
"typescript": "4.0.3", "typescript": "4.0.3",
"url-loader": "^4.1.1" "url-loader": "^4.1.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment