search for: clientsetup

Displaying 5 results from an estimated 5 matches for "clientsetup".

Did you mean: client_setup
2007 Jun 09
12
Example module for central git repository via http (sort of like a subversion repo) [a bit RFC]
...quot;git" - in the node you want to host the repository, do: include git::server git::repos { "main": } (and see the header for the repos definition in definitions/repos.pp) - in a node where you want to easily use the above repo, do: include git::client git::clientsetup { "main": gitserver => "<servername>", gitusername => "<username>", passwd => "<password>", } (and again see the header in definitions/clientsetup.pp) As you''ll see, it lacks...
2017 Oct 10
0
Opensolaris-ish joins but does not seem to be valid
...he same as the user's > CN field in AD. We then populate all of the AD users in the local > nsswitch database by running "ldapclient" and telling it which AD > attributes to map to each property in the nsswitch database: > https://docs.oracle.com/cd/E23824_01/html/821-1455/clientsetup-49.html If Opensolaris is like Linux, you will not need local users, as your windows users can be made to be Unix users as well. > > > We have two problems, both of which I think may be related to the same > underlying issue of not being able to communicate with the Samba DC: >...
2017 Oct 10
3
Opensolaris-ish joins but does not seem to be valid
...whose username is the same as the user's CN field in AD. We then populate all of the AD users in the local nsswitch database by running "ldapclient" and telling it which AD attributes to map to each property in the nsswitch database: https://docs.oracle.com/cd/E23824_01/html/821-1455/clientsetup-49.html We have two problems, both of which I think may be related to the same underlying issue of not being able to communicate with the Samba DC: * idmap cannot query user's CN values for "directory-based mapping" * ldapclient cannot query users to populate the nsswitch database...
2007 Jun 13
11
Re: classes and definitions --> RFC <--
On 12/06/07, Luke Kanies <luke@madstop.com> wrote: > > On Jun 11, 2007, at 12:01 PM, Thijs Oppermann wrote: > > > But they don''t always work. For example, in the example (a bit > > like) above (which was what I had in my git module definition for > > clientsetup): > > > > file { "/home/${user}/.netrc.d": > > ensure => directory, > > mode => "0700", > > owner => "${user}", > > } > > > > This was included in a defintion that gets called wi...
2017 Oct 10
2
Opensolaris-ish joins but does not seem to be valid
----- Original Message ----- > From: "samba" <samba at lists.samba.org> > To: "samba" <samba at lists.samba.org> > Sent: Tuesday, October 10, 2017 2:23:02 AM > Subject: Re: [Samba] Opensolaris-ish joins but does not seem to be valid > On Mon, 9 Oct 2017 18:04:45 -0500 (CDT) > Mike Ray via samba <samba at lists.samba.org> wrote: >