Skip to content

Commit a8f4a31

Browse files
authored
Update create-a-login.md
1 parent e59b03c commit a8f4a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/relational-databases/security/authentication-access/create-a-login.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ The login can connect to [!INCLUDE [ssNoVersion](../../../includes/ssnoversion-m
299299

300300
> [!NOTE]
301301
> When connecting to SQL Server through a Windows or Active Directory (AD) group, certain operations can result in the creation of a login that is a member of the group without the execution of a create login statement. This *implicit* login creation is by design and is intended to maintain referential integrity of the system metadata within SQL Server. The implicit login does not have explicit connect permission to the database so if the login is removed from the group, that login cannot connect by itself.
302-
> Customers may observe such logins being created automatically when performing certain operations as a member of a Windows group. Examples are, *exec sp_defaultdb* and *exe sp_defaultLanguage*, where this could happen.
302+
> Customers may observe such logins being created automatically when performing certain operations as a member of a Windows group. Examples where this could happen are, *exec sp_defaultdb* and *exe sp_defaultLanguage*.
303303
>
304304
> This behavior is by design and will not be changed. If additional monitoring is required, administrators can implement triggers to detect login creation attempts.
305305

0 commit comments

Comments
 (0)