Skip to content

Tools for listing permissions and getting information from Centrify on the command line

Notifications You must be signed in to change notification settings

luck/centrify_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Centrify Tools# Tools for listing permissions and getting information from Centrify on the command line

##AD Group##

###Description### Will list an AD Security Group using a tree structure

###Usage### ad_group [-h|--help]

###Example###

$ ad_group admins

Group: admins
`-- User: jdoe (John Doe)
`-- User: anobel (Alfred Nobel)
|-- Group: devs
|   `-- User: bsimon (Burt Simon)
|   `-- User: landerss (Lars Andersson)
`-- User: cbaker (Carl Baker)

##AD Host Roles##

###Description### Will list users assigned to role's on a host

###Usage### ad_host_roles [-h|--help]

###Example###

$ ad_host_roles myserver

Role: ts_admins
|-- Group: devs
|   `-- User: bsimon (Burt Simon)
|   `-- User: landerss (Lars Andersson)

##AD Host Zone##

###Description### Will print host's zone

###Usage### ad_host_roles [-h|--help]

###Example###

$ ad_host_roles myserver

myzone

##AD Hosts##

###Description### List hosts in a zone

###Usage### ad_hosts [-h|--help]

###Example###

$ ad_hosts myzone

webserver.mydomain
smtpserver.mydomain
imapserver.mydomain

##AD Zone Roles##

###Description### Will list users assigned to role's in a zone

###Usage### ad_zone_roles [-h|--help]

###Example###

$ ad_zone_roles infrastructure

Role: login
|-- Group: login
|   `-- User: jdoe (John Doe)
|   `-- User: bsimpson (Bart Simpsons)

Role: admins
|-- Group: admins
|   `-- User: lsimpsons (Lisa Simpsons)

##AD Zones##

###Description### Will list all Centrify zones

###Usage### ad_zones [-h|--help]

###Example###

$ ad_zones 

dev
qa
prod

About

Tools for listing permissions and getting information from Centrify on the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published