On Fri, 24 Feb 2012, Yair Zaslavsky wrote:
Hi Nathan, that's awesome - looks like you got a result, so first
of all
- we know the query syntax is working:)
Now, I would like to to run some queries on your psql db, so I will
check your configuration
select * from vdc_options where option_name ilike '%AdUser%';
All blank for option_vlaue:
5 AdUserPassword general
4 AdUserName general
142 AdUserId general
select * from vdc_options where option_name = 'DomainName';
3 DomainName general
Also a blink option_value because engine-manage-domains never finishes.
-Nathan