Giter Club home page Giter Club logo

ars-ps's Introduction

One Identity open source projects are supported through One Identity GitHub issues and the One Identity Community. This includes all scripts, plugins, SDKs, modules, code snippets or other solutions. For assistance with any One Identity GitHub project, please raise a new Issue on the One Identity GitHub project page. You may also visit the One Identity Community to ask questions. Requests for assistance made through official One Identity Support will be referred back to GitHub and the One Identity Community forums where those requests can benefit all users.

Active Roles® Management Shell for Active Directory

Active Roles® Management Shell for Active Directory is an Active Directory-specific automation and scripting shell that provides a command-line management interface for administering directory data either via Active Roles or by directly accessing Active Directory domain controllers. Active Roles Management Shell is built on Microsoft Windows PowerShell technology. Active Roles Management Shell provides a command-line interface that enables automation of directory data-related administrative tasks. With Active Roles Management Shell, administrators can manage directory objects such as users and groups. Thus, they can create new users and groups, modify user properties, and add or remove members from groups.

Build

NOTE: This is just the files for the Docker build. It will require downloading the ActiveRoles.exe file from the One Identity website.

  1. Download ActiveRoles.exe
  2. Save file to scripts directory
  3. Run Docker build docker build -t ars-ps .

Getting Started

ars-ps's People

Contributors

dbarentine avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

danpeterson

ars-ps's Issues

Ansible Pre-Flight Error

Preflight Ansible Playbook runs partially successful with 1 error that I'm struggling to understand. Any insights on what may be causing this issue:

TASK [oneidentity.authentication_services.local_unix_users : generate reports] *****************************************************************************************************************************
ok: [cfsand05v.psb.bls.gov -> 127.0.0.1] => (item={'src': 'local_unix_users_report.csv.j2', 'dest': 'local_unix_users_report.csv'})
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ): sequence item 2: expected str instance, int found
failed: [cfsand05v.psb.bls.gov -> 127.0.0.1] (item={'src': 'local_unix_users_report.html.j2', 'dest': 'local_unix_users_report.html'}) => {"ansible_loop_var": "item", "changed": false, "item": {"dest": "local_unix_users_report.html", "src": "local_unix_users_report.html.j2"}, "msg": "AnsibleError: Unexpected templating type error occurred on ({# Imports #}\r\n{% import 'local_unix_users_report_common.html.j2' as report with context %}\r\n\r\n{# Globals #}\r\n{% set report_name = 'Local Unix Users Report' %}\r\n\r\n{# HTML head #}\r\n{{ report.head(report_name) }}\r\n\r\n{# HTML body #}\r\n\r\n\r\n {# Create overall page container #}\r\n <div class="container-fluid">\r\n\r\n {# Title #}\r\n {{ report.title(report_name) }}\r\n\r\n {# Data table #}\r\n {{ report.table() }}\r\n \r\n {# Footer #}\r\n {{ report.footer(collection_version, now(fmt='%Y-%m-%d %H:%M:%S')) }}\r\n\r\n {# JS libraries #}\r\n {{ report.libraries() }}\r\n\r\n {# Table data #}\r\n {{ report.table_data() }}\r\n\r\n {# Table detail formatter #}\r\n {{ report.table_detail_formatter() }}\r\n\r\n {# Table detail copy tooltip #}\r\n {{ report.table_detail_tooltip() }}\r\n\r\n {# Table cell style #}\r\n {{ report.table_cell_style() }}\r\n\r\n \r\n\r\n\r\n\r\n{# HTML end #}\r\n{{ report.end() }}\r\n): sequence item 2: expected str instance, int found"}

TASK [oneidentity.authentication_services.client_preflight : generate reports] *****************************************************************************************************************************
ok: [cfsand05v.psb.bls.gov -> 127.0.0.1] => (item={'src': 'client_preflight_report.csv.j2', 'dest': 'client_preflight_report.csv'})
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ): sequence item 32: expected str instance, bool found
failed: [cfsand05v.psb.bls.gov -> 127.0.0.1] (item={'src': 'client_preflight_report.html.j2', 'dest': 'client_preflight_report.html'}) => {"ansible_loop_var": "item", "changed": false, "item": {"dest": "client_preflight_report.html", "src": "client_preflight_report.html.j2"}, "msg": "AnsibleError: Unexpected templating type error occurred on ({# Imports #}\r\n{% import 'client_preflight_report_common.html.j2' as report with context %}\r\n\r\n{# Globals #}\r\n{% set report_name = 'Client Preflight Report' %}\r\n\r\n{# HTML head #}\r\n{{ report.head(report_name) }}\r\n\r\n{# HTML body #}\r\n\r\n\r\n {# Create overall page container #}\r\n <div class="container-fluid">\r\n\r\n {# Title #}\r\n {{ report.title(report_name) }}\r\n\r\n {# Data table #}\r\n {{ report.table() }}\r\n \r\n {# Footer #}\r\n {{ report.footer(collection_version, now(fmt='%Y-%m-%d %H:%M:%S')) }}\r\n\r\n {# JS libraries #}\r\n {{ report.libraries() }}\r\n\r\n {# Table data #}\r\n {{ report.table_data() }}\r\n\r\n {# Table detail formatter #}\r\n {{ report.table_detail_formatter() }}\r\n\r\n {# Table detail copy tooltip #}\r\n {{ report.table_detail_tooltip() }}\r\n\r\n {# Table cell style #}\r\n {{ report.table_cell_style() }}\r\n\r\n \r\n\r\n\r\n\r\n{# HTML end #}\r\n{{ report.end() }}\r\n): sequence item 32: expected str instance, bool found"}

Customer having issues with Ansible Preflight yaml execution

I have a customer that has installed the ansible collection for Authentication Services from the "https://github.com/OneIdentity/ansible-authentication-services" site. The error that they are receiving is as follows:

TASK [client_preflight : include_tasks] *************************************************************************************
ERROR! couldn't resolve module/action 'preflight'. This often indicates a misspelling, missing collection, or incorrect module path.

The error appears to be in '/var/lib/awx/projects/ansible-authentication-services-master/roles/client_preflight/tasks/preflight.yml': line 4, column 3, but may
be elsewhere in the file depending on the exact syntax problem.

Need to understand what this error is so I can work with the client to fix the issue. They have opened a support ticket with Quest Support, but was told that the issue had to logged to the Ansible Community Site.

Thanks,
Derrick Chapman

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.