Page 2 of 2
Re: Users and Contacts Directory Service
Posted: Thu Jun 02, 2016 4:07 pm
by ssax
Really, hmm, were there any errors or anything? Please PM me the output of this command:
Code: Select all
echo "select * from xi_usermeta;" | psql nagiosxi nagiosxi
Thank you
Re: Users and Contacts Directory Service
Posted: Fri Jun 03, 2016 9:25 am
by jkinning
I ran the above command and it just scrolls and I then see flashes of data from time to time. I attempted to run the command and output it to a file but the file turned out to be over 2GB.
Re: Users and Contacts Directory Service
Posted: Fri Jun 03, 2016 11:10 am
by ssax
That's huge, please run this command to limit it:
Code: Select all
echo "select * from xi_usermeta where keyname like '%auth_%' OR keyname like '%ldap%' OR keyname like '%allow_local%';" | psql nagiosxi nagiosxi
Re: Users and Contacts Directory Service
Posted: Wed Jun 08, 2016 8:43 am
by jkinning
Sent PM with output from new select statement.
Re: Users and Contacts Directory Service
Posted: Wed Jun 08, 2016 1:05 pm
by ssax
Received, please send in an email to
[email protected] with a descriptive subject and detailed body with a link back to this thread so that we can get a remote session setup. I will keep an eye out for it, I will need to dig through the DB.
Thank you
Re: Users and Contacts Directory Service
Posted: Fri Jun 10, 2016 12:47 pm
by rkennedy
Closing this out as I see a ticket has arrived.