Hi,
I am looking for a command line command to export the user data as a csv file.
I would also like to run by cron once a month.
Thanks elektra
Choose a command line command to export the user data on ics
-
cavagnaro
Re: Choose a command line command to export the user data on
can't by default, you will have to develop an application to connect to ICS LDAP and get info from there.
Why do you need this? You can do a whole system backup and that one can run on a cron
Why do you need this? You can do a whole system backup and that one can run on a cron
-
elektra
Re: Choose a command line command to export the user data on
I need the exact data for a billing model (port model)
I would like to query the data by script.
Have you any idea how I get the data? (except ldap query)
I would like to query the data by script.
Have you any idea how I get the data? (except ldap query)
-
cavagnaro
Re: Choose a command line command to export the user data on
Nowhere else...
Now billing shouldn't be done on OXE side??
Now billing shouldn't be done on OXE side??
-
elektra
Re: Choose a command line command to export the user data on
Seeking the right ldap parameterscavagnaro wrote:can't by default, you will have to develop an application to connect to ICS LDAP and get info from there.
Why do you need this? You can do a whole system backup and that one can run on a cron
I have to try:
Protocol version: 2 and 3
Base DN: "cn = manager, o = nmc" or <blank>
Login DN: "cn = manager, o = nmc" or <blank>
Pass: <rootlogin>
Unfortunately I did not get a connection.
