Skip to content

Commit d679835

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

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
@@ -301,7 +301,7 @@ The login can connect to [!INCLUDE [ssNoVersion](../../../includes/ssnoversion-m
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.
302302
> 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
>
304-
> This behavior is by design and will not be changed. If additional monitoring is required, administrators can implement triggers to detect login creation attempts.
304+
> This behavior is by design and is not planned to be changed. If additional monitoring is required, administrators can implement triggers to detect login creation attempts.
305305
306306
## Related content
307307

0 commit comments

Comments
 (0)