bHandlePaintingACLsForUsersInAD - Solution Sites Routine

This function handles painting of appropriate access control lists (ACLs) for users in Active Directory (adding the users to/from the appropriate Active Directory groups, for example, ADMINGROUP or USERGROUP).

Definition

Function bHandlePaintingACLsForUsersInAD(
  byVal sSubAction,
  byVal sProfileIDs,
  ByVal arrPrevRole,
  ByVal arrCurrentRole)

Parameters

  • sSubAction
    A string containing the subaction (add or copy).
  • sProfileIDs
    A string containing profile IDs separated by the constant PROFILE_ID_SEPARATOR.
  • arrPrevRole
    An array of integers specifying the previous PartnerDesk roles of the users.
  • arrCurrentRole
    An array of integers specifying the current PartnerDesk roles of the users.

Return Value

A Boolean indicating whether the users were successfully added. True indicates success. False indicates failure.

Defined in File

services\include\save_one_profile.asp

Routines Called

bPaintACLForUser

GetUserPropertyFromID

Called By

bInsertProfileDetails

bSaveProfileDetails

Copyright © 2005 Microsoft Corporation.
All rights reserved.