Tchater maintenant avec le support
Tchattez avec un ingénieur du support

One Identity Management Console for Unix 2.5.2 - Administration Guide

One Identity Privileged Access Suite for Unix Introducing One Identity Management Console for Unix Installing Management Console for Unix Preparing Unix hosts Working with host systems Managing local groups Managing local users Active Directory integration Authentication Services integration Privilege Manager integration Reporting Setting preferences Security Troubleshooting tips
Auto profiling issues Active Directory Issues Auditing and compliance Cannot create a service connection point Check Authentication Services agent status commands not available CSV or PDF reports do not open Database port number is already in use Elevation is not working Hosts do not display Import file lists fakepath Information does not display in the console License information in report is not accurate Out of memory error Post install configuration fails on Unix or Mac Privilege Manager feature issues Profile task never completes questusr account was deleted Readiness check failed Recovering from a failed upgrade Reports are slow Reset the supervisor password Running on a Windows 2008 R2 domain controller Service account login fails Setting custom configuration settings Single Sign-on (SSO) issues JVM memory tuning suggestions Start/stop/restart Management Console for Unix service Toolbar buttons are not enabled UID or GID conflicts
System maintenance Command line utilities Web services Database maintenance

Add a local user to a group on each managed host

To add local users fred, joe, and bob to the admins group on each managed host

Powershell:

Find-QmcuGroup -Filter "Name=admins" | Add-QmcuGroupMember -Member fred,joe,bob

Unix CLI:

find-qmcugroup -f “Name=admins” | add-qmcugroupmember -m fred joe bob

Add localuser to a group on all Linux machines

To add localuser to a group on all Linux machines

Powershell:

Find-QmcuComputer -Filter "OperatingSystemName=Linux*" | Add-QmcuGroupMember -GroupName admins -Member localuser

Unix CLI:

find-qmcucomputer -f “OperatingSystemName=Linux*” | add-qmcugroupmember -n admins -m localuser

Get a user on a specific computer

Get a user on a specific computer

Powershell:

Get-QmcuUser -Username fred –ComputerName test.example.com

Unix CLI:

get-qmcuuser -n fred –c test.example.com

Find a UID on a computer

To find all users on computer test.example.com that have a UID greater than 1000 and print the results in a tabular format

Powershell:

Get-QmcuComputer -ComputerName test.example.com | Find-QmcuUser -Filter "UID>1000" | Format-Table

Unix CLI:

get-qmcucomputer -c test.example.com | find-qmcuuser  -f "UID>1000" | format-table
Documents connexes

The document was helpful.

Sélectionner une évaluation

I easily found the information I needed.

Sélectionner une évaluation