allowEveryoneToCreateAllUserProfiles Element (Compact 7)
3/12/2014
This element specifies whether any user can create an all-user profile. An all-user profile can be used by any user logged on the machine to connect to the wireless network that is associated with the profile.
If allowEveryoneToCreateAllUserProfiles
is TRUE, any user can create an all-user profile. If allowEveryoneToCreateAllUserProfiles
is FALSE, not all users can create an all-user profile. In the latter case, a DACL is associated with the wlan_secure_add_new_all_user_profiles security object that specifies the users or user groups that have permission to create all-user profiles. The default DACL specifies that only users who are logged on as a member of the Administrators group can create an all-user profile. The default security settings can be changed by calling WlanSetSecuritySettings. To retrieve the current security settings, call WlanGetSecuritySettings.
The allowEveryoneToCreateAllUserProfiles
element is mandatory. When a profile is created by the AutoConfig service, this element has the default value of TRUE.
Syntax
<xs:element name="allowEveryoneToCreateAllUserProfiles"
type="boolean"
/>
Remarks
The allowEveryoneToCreateAllUserProfiles
element is defined by the globalFlags (WLANPolicy) Element.