Categories
- WeatherBilthoven, Netherlands16:30, 16:30, Mon, Aug 4, 202523°Clight rain65 %1013 mb8 mphWind Gust: 21 mphClouds: 100%Visibility: 10 kmSunrise: 05:05Sunset: 20:25
Daily Archives: 16 April 2013
A Simple Role Base Access Control (RBAC) example on Solaris 10
1. create a user “user1” and assign a password # useradd -d /export/home/user1 -m -s /bin/bash user1 # passwd user1 -> here password “user1234” is used. 2. Create a role # roleadd -d /export/home/role1 -m role1 # passwd role1 -> … Continue reading
Posted in Solaris / linux
Leave a comment