Centrify Suite 2014 Mac Integration Playlist
This playlist (47 minutes total) covers the requirements for the Mac OS Scenario outlined in the previous post.
http://centrifying.blogspot.com/2014/04/enter-mac-extending-2014-evaluation.html
Enjoy!
R.P

Rights
|
Category
|
Description
|
Change zone properties
|
Operational
|
Changing zone
properties may imply changing the UID/GID defaults, renaming the zone or how
the zone is provisioned. These actions
should be change-controlled.
|
Add users
|
Operational
|
Adding users is
basically UNIX-enabled AD users. This
is delegated to the ZPA service account in an automatically provisioning
scenario. In a manual zone, this is
just day-to day activities.
|
Add groups
|
Operational
|
Same as above,
but with groups; however, this is a one-time setting, the real operations are
Add/Removes from the mapped AD group.
|
Join computers to
the zone
|
Operational
|
This is the
equivalent to joining computers to the domain, the Windows process can be
reused here. UNIX operations are
typically granted this role.
|
Remove zones
|
Operational
|
Deleting zones (in
production) should be a change-controlled activity.
|
Remove users
|
Operational
|
See “Add users”
|
Remove groups
|
Operational
|
See “Add groups”
|
Remove computers
from the zone
|
Operational
|
See “Join
computers to the zone”
|
Modify user
profiles
|
Operational
|
See “Add users”
|
Modify group
profiles
|
Operational
|
See “Add groups”
|
Allow computers
to respond to NIS
client requests |
Operational
|
With Centrify,
NIS maps can be reused securely in a clientless scenario, Operations may need
to configure computers to act as NIS proxies for appliances, legacy systems,
etc.
|
Import users and
groups to the zone
|
Operational
|
See “Add groups”
|
Manage roles and
rights
|
Governance
|
Roles and rights
are the building blocks of RBAC. See
below. This activity should be
reserved for Security or Compliance, although in an initial implementation
may be granted to UNIX administrators.
|
Manage role
assignments
|
Governance
|
Role assignments
entitle AD user or group principals to access or privileges based on a
role. The guidance is the same as “Manage
roles and rights.”
|
Modify computer
roles
|
Governance
|
Computer Roles
are the groupings of systems. They
define the types of systems and the scope of access. The guidance is the same
as “Manage roles and rights.”
|
Add or remove NIS
map entries
|
Operational
|
With Centrify,
NIS maps can be reused securely in a client scenario, Operations may need to
add/remove/change those maps.
|
Modify NIS map
entries
|
Operational
|
See “Add/Remove
NIS map entries”
|
Remove NIS maps
|
Operational
|
See “Add/Remove
NIS map entries”
|
Questions
|
Typical
answers
|
Comments
|
1.
What
are the user populations that access UNIX/Linux systems?
|
DBAs, Developers,
System Administrators, etc.
|
The goal of this
question should be to identify user populations. Moderating the scope of this answer is critical.
Also, try to find out if users are within an AD domain, across domains, etc. This has an effect on the type of Security groups used for role assignment. |
2.
What
are the groups of systems they access today?
|
Oracle servers,
Apache servers, Dev Servers, Filers, etc.
|
The goal of this question
is to identify how systems should be grouped.
This question is the key to establish the governance model because it
will produce the Computer Roles. An
advantage of Centrify is that a system can have multiple roles. It can be a Database System and a Web
System at the same time.
|
3.
What
are the groups of systems they should have access to?
|
The answer varies
|
It’s possible
that this may be the hardest question to answer; this is because other than
Netgroups, organizations may not have a mature way to group systems and grant
access.
|
4.
How
do these users access the systems today?
|
SSH, console,
VNC, FTP, NFS, Samba, etc
|
This is key,
because Centrify can control how PAM access is granted.
|
5.
How
do these users should access these systems?
|
This varies too
|
With Virtualization,
console access is rare; also, unless there are HPUX, Solaris or AIX systems,
console access is limited to a trusted set of administrators; there will be a
bias towards SSH, but even that can be controlled granularity with Centrify.
|
6.
How
do people use privileges today?
|
The answer to
this question may vary.
|
The best way to
explain this is with an example.
How do DBAs use
the oracle account?
Answer: “they
access with their account, and sudo as oracle or su to oracle”
Upon verification,
turns out those DBAs were logging in directly with the Oracle account.
|
7.
What
are the privileges that they have today?
|
Everyone is can
be root, sudo access, etc.
|
The answer to
this question depends on the maturity level of the organization.
|
8.
What
are the privileges that they should have?
|
The answer varies
|
Just like the
answer to question 3, since the possibilities are unknown, it may be hard to get.
|
User Populations
|
Access
/ Protocols
|
Privileges
|
System
Administrators
|
All Systems via
any protocol
|
Run any command
as root
|
DBAs
|
Database Systems
via SSH
|
Elevate to
db2inst
Run db2 commands
as db2inst
DB2 instance
service control
|
Web Admins
|
Web Systems via
SSH
|
HTTP daemon
service control (as root)
Edit http daemon
configuration file (as root)
|
Developers
|
Database and Web
Systems via SSH
|
Run application
X, service control
|
All UNIX-enabled
users
|
Listed on Filers
|
No access, no
privileges.
|