This post is more than 5 years old
1 Rookie
•
89 Posts
0
2352
February 17th, 2015 05:00
Isilon LDAP config for Management Purposes
I apologize if this seems like a 'dumb' question but I've reviewed the Administration guides and I can't seem to understand how to configure AD users/groups for cli and webui management.
Is there a guide that walks specifically through the steps necessary for this task?
thanks.
Jim
0 events found
No Events found!


Peter_Sero
6 Operator
•
1.2K Posts
0
February 17th, 2015 06:00
Check this out:
Technical Demo: Role-Based Access Control in EMC Isilon OneFS | ID.TV
And a somewhat older TechNote
Role-Based Access Control TechNote
Spoiler Alert:
isi auth roles modify --add_user
grants the given role's privileges to the named user.
I always found this pretty counter-intuitive and rather expected it to happen under
isi auth roles members ...
or even more straightforward:
isi auth users ...
Anyway, hope it helps
-- Peter
JimK513
1 Rookie
•
89 Posts
0
February 17th, 2015 07:00
thanks, I had found that technote after I posted this forum question.
I also did some 'testing' with the isi auth commandset and the video helped as well.