Re: Bulk Authorisation - LDAP or MySQL

2019-11-30 Thread xia
Tushar, If you decide to go the MySQL route it. Might be worth mentioning that ‘lad-search’ has the option to directly output in csv format (—outputFormat csv) and MySQL has the ability to load csv (LOAD DATA LOCAL INFILE...) with no other tools needed. While I can’t tell you what’s “right”

Re: Bulk Authorisation - LDAP or MySQL

2019-11-30 Thread Nick Couchman
On Fri, Nov 29, 2019 at 11:54 PM Tushar Jain < tushar.j...@hitachi.mgrmnet.com> wrote: > Thanks Nick. Just a small extension question - For the production > environment, is it better to store connection details of a user in MySQL or > LDAP? > > I think only you can answer that question. Most of