Displaying 3 results from an estimated 3 matches for "censhare".
Did you mean:
openshare
2013 Nov 14
5
Nested parametrized defines
...a::ssh_keys::add_to_ssh_authorized_keys($homebasedir="/home", $targetuser="root", $keyowner, $keyownername, $state="present" ) {
$sshdir = "$homebasedir/$targetuser/.ssh"
$authfile = "$sshdir/authorized_keys"
ssh_authorized_key {"$keyowner@censhare.de($keyownername 4096) as $targetuser":
key => template("ssh_public_keys/$keyowner"),
ensure => "$state",
name => "$keyownername",
type => ''ssh-rsa'',
target => $authfile,
user => $targetuser,
} }...
2010 May 14
2
Samba and active Directory
hi all,
yes the good old topic where most people have a problem with :)
I have a Windows 2003 Active Directory Server und want that users on
this directory are able to login on a Samba Share.
The authentication with wbinfo -a user%password works and I already
joined the domain with
net ads join
I am also able to authenticate as directory user with his directory
password, BUT only if this
2013 Apr 24
4
How do I check whether an imported resource has already been defined?
Hello Puppeteers,
please consider the following scenario: Puppet is supposed to set up similar (but not necessarily identical) groups of hosts for a range of customers. For each customer a dedicated filesystem tree needs to be established on host A.
This should not be difficult using exported File resources, however: How do I make sure that only the exported File resource of the first created