Page 1 of 1
Choose a command line command to export the user data on ics
Posted: 04 Mar 2011 01:10
by elektra
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
Re: Choose a command line command to export the user data on
Posted: 04 Mar 2011 20:55
by cavagnaro
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
Re: Choose a command line command to export the user data on
Posted: 05 Mar 2011 14:42
by elektra
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)
Re: Choose a command line command to export the user data on
Posted: 06 Mar 2011 20:51
by cavagnaro
Nowhere else...
Now billing shouldn't be done on OXE side??
Re: Choose a command line command to export the user data on
Posted: 08 Mar 2011 03:17
by elektra
cavagnaro 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
Seeking the right ldap parameters
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.