SetCreateDomainUserOnLogin Method
Turns on or off the feature that allows domain users to be automatically created when a user first logs in.
Required Permissions
VaultOptionsSetSyntax
public void SetCreateDomainUserOnLogin(
System.bool flag
)Public Sub SetCreateDomainUserOnLogin( _
ByVal flag As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| flag | Set to true to have the server automatically create domain users the first time they log in. Set to false to require that all user be created by an administrator. |