Client Management Suite

 View Only
  • 1.  Altiris security roles - Audit report?

    Posted Aug 02, 2013 11:06 AM

    I'm sure this is a basic question, but does a canned report exist for run an audit on the security roles and accounts in the Altiris client management console? I haven't found any, but that doesn't mean it doesn't exist. ;)



  • 2.  RE: Altiris security roles - Audit report?

    Posted Aug 29, 2013 09:27 PM

    Try this , it will give you secrity roles and their membership. 

     

    select vi.Name as [Group] , v2.Name as Member from [ResourceAssociation] ra
    join vitem vi on vi.guid = ra.ParentResourceGuid
    join vitem v2 on v2.guid = ra.ChildResourceGuid
    where ra.ResourceAssociationTypeGuid = '63468F04-6751-448D-891C-B59906360A27'


  • 3.  RE: Altiris security roles - Audit report?

    Posted Jan 24, 2014 08:32 AM

    Hi, skhs:

    Thanks a lot for providing this little SQL :)

    Do you know if is there any way of getting all the users that are members of a security role? I'll try to explain: If I run the query you kindly provided, if a member of a security  role group is another security role...is there a way of getting the users from this nested security role?



  • 4.  RE: Altiris security roles - Audit report?

    Posted Jan 24, 2014 09:04 AM

    The following article provides privileges and permissions assigned to roles:

    https://www-secure.symantec.com/connect/articles/how-find-out-security-roles-assigned-permissions-and-privileges



  • 5.  RE: Altiris security roles - Audit report?

    Posted Jan 24, 2014 09:16 AM

    If you wish to learn how the SMP retrieves a roles membership, please review the spGetRoleMembers stored procedure.



  • 6.  RE: Altiris security roles - Audit report?

    Posted Jan 29, 2014 06:04 AM

    Do you need any further help with this request?