Displaying 2 results from an estimated 2 matches for "fssn_user".
2007 Oct 18
3
Managehome not working in User type in Linux OS
...howed the below message in debug mode
Ubuntu(Debian), don''t create homedirectory unless -m arg is passed.
[0;34mdebug: User[user1](provider=useradd): Executing ''/usr/sbin/useradd
-u 3100 -d /home/user1 -g 4000 -s /bin/bash -c user1 user1''^[[0m
define fssn_user ($group, $fullname, $uid)
{
user { "$name":
#ensure => absent, #-- To remove a user
ensure => present,
comment => "$fullname",
gid => "$group",
groups => $ingroups,...
2007 Oct 16
4
Useradd & NIS issue if the user exist
Hi,
I have a class to add users to all the host servers. We are in
the process to have a coexisting user which belongs in NIS & as well as
/etc/passwd.
We have NIS clients (yp running) on all host servers.
So when running puppet is fails to add or modify user, bcos the user
already exists in NIS.
Eg: A user pcruise is an existing NIS user.
When using useradd or