Locking my machine causes my network Connection to sleep

Confusion comes from the fact that user account objects have two names in Active Directory: User Principal Name (UPN) and Security Accounts Manager ID (SAMID). Both of these must be unique in the forest.

The UPN is composed of the user logon name concatenated with an at symbol concatenated with one of the UPN suffixes that are set up in the AD forest. It is the "User logon name" entry in the dialog above. For example [email protected].

The SAMID is composed of the NetBIOS name of the domain concatenated with a backslash concatenated with the NetBIOS name of the user account. It is the "User logon name (Pre-Windows 2000)" entry in the dialog above. For example, ADATUM\Administrator.

Many places in Windows accept either name; many do not. For example, logging on to a non-AD machine such as Windows NT4 requires the use of the SAMID. For example, logging on across a forest trust may require the use of the UPN.

The user account name part of the SAMID is also used to generate user folders (local profile, home folder, roaming profile, etc).

As for your problem, the service account should, as far as I know, accept either SAMID or UPN. You do, however, have to specify the full UPN. In other words [email protected], not just sqlservice. I'll do some testing here once my VMs are started.

OK, after some testing (SQL Server 2008 R2 and SQL Server 2012), it seems that SQL Server Configuration Manager ust doesn't like the UPN. I kept getting a "specified network password is not correct" error. Google found me this StackOverflow issue. As that page states, changing the service account in the Services MMC can use both UPN and SAMID.

Historically, changing service accounts using a tool other than SQL Server Configuration Manager was bad as it didn't put the new service accounts in the correct groups. Newer versions of SQL Server don't use groups for registry and folder permissions but use virtual accounts instead. Despite that, I think my advice is still to always use Configuration Manager and to use specify service accounts using their SAMID.

As an aside, you may be better off using Managed Service Accounts (if your AD supports it). They remove the need for you to deal with password expiry and SPN registration.


\usepackage{sectsty}
\allsectionsfont{\boldmath} % documentclass: not memoir; works also with KOMA-script
\setsecheadstyle{\boldmath} % documentclass: memoir

But be aware about @barbara-beeton's comment at a similiar question:

in some contexts it's not considered good practice to bold math just to follow the style of a title. if there's any chance that bold vs. non-bold has a distinct difference in meaning, introducing possible ambiguity isn't a good idea.


Yes, it should normally work. (even for PVs). For PVs the XEN-version contained in the kernel is more important than the kernel-version itselv.

I have currently XEN 3.2.3 (SLES10 SP4) with PV DomU ranging from SLES9 over CentOS 4, 5 to SLES11 SP1 (XEN 3.0 up to XEN 4.0). A problem just arises with RedHat 6 - but that is due to a new compress format of the kernel that SLES10 SP4 is not able to decode (it runs well as HVM or using SLES11 SP2 as Dom0).

Tags:

Sleep Wake