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

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-29 Thread Tushar Jain
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? Thanks Tushar Jain On Fri, Nov 29, 2019 at 10:56 PM Nick Couchman wrote: > On Wed, Nov 27, 2019 at 10:37 AM Tushar Jain < >

Re: Bulk Authorisation - LDAP or MySQL

2019-11-29 Thread Nick Couchman
On Wed, Nov 27, 2019 at 10:37 AM Tushar Jain < tushar.j...@hitachi.mgrmnet.com> wrote: > Hi, > > I have more than a million users in LDAP to whom i have to give access to > the same set of connections/connection groups. What would be the easiest > and the fastest way to do so. > > Will writing a