LT-103: Set url and port attributes as empty to sign in natively as default

This commit is contained in:
Aysel Afsar 2016-03-22 17:16:37 -04:00
parent 506ab56711
commit 33f25528b1

View File

@ -33,7 +33,7 @@
"port": ""
},
"ldap": {
"url": "ldap://localhost",
"port": "10389"
"url": "",
"port": ""
}
}