1752564 Members
5415 Online
108788 Solutions
New Discussion юеВ

restriced sam builder

 
SOLVED
Go to solution
Ragni Singh
Super Advisor

restriced sam builder

Hello everyone. I need to build a restriced SAM for some users but my dilemma is I need to do this on many many systems. When I build sam on one server, does it create some kind of a configuration file that I can just copy to all my other servers instead of going to each server and creating a new sam. Any heklp will be greatly appreciated.
2 REPLIES 2
Sridhar Bhaskarla
Honored Contributor
Solution

Re: restriced sam builder

Sanman,

Everything will be saved under /etc/sam/custom directory as .cf files for each user. Try copying these files onto other systems and see if it works.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
S.K. Chan
Honored Contributor

Re: restriced sam builder

At the end of "man sam" there is a list of SAM related files. For example :

/etc/sam/custom => dir where SAM store user privileges.
/etc/sam/rmfiles.excl ....
/var/sam ....

What I would do is find from these directories
/usr/sam
/var/sam
/etc/sam
what files have changed and added after you have done yr restricted SAM build and copy those files only to another system and test if it works.