parsed.org

Tips by tag: domain

Run As User by xinu on May 10, 2006 09:19 AM

If you need to make sure your password is working for a particular domain, try running a program as that domain\username.

  1. Right-click on the short-cut and choose 'Run As...'
  2. Change the radio button to 'The following user:'
  3. Enter the domain\username & password.

If the app runs, your auth pair works.

Note: If you need to enable 'Run As' on your system, this Microsoft article will be helpful.

authenticationdomainpasswordwindows
Update a Domain Constraint by xinu on Jan 12, 2005 10:23 AM

Use these queries to change the structure of a DOMAIN constraint:

ALTER DOMAIN foo DROP CONSTRAINT bar;
ALTER DOMAIN foo ADD CONSTRAINT bar CHECK (VALUE = 'baz'::text);
constraintsdomainpostgresqlqueriesschemasql
RSS