Displaying 10 results from an estimated 10 matches for "directoryes".
Did you mean:
directories
2004 Jun 29
3
smbpasswd !!?!
please help me.
Why I cannot create a user with smbpasswd without having this username in /etc/passwd???
###################
bash-2.05# smbpasswd -a testaccount
New SMB password:
Retype new SMB password:
Failed to initialise SAM_ACCOUNT for user testaccount.
Failed to modify password entry for user testaccount
bash-2.05#
##############
my global in smb.conf
[global]
workgroup = J9_C
server
2018 Apr 08
2
Domain Users group with multiple gid
On Sun, 8 Apr 2018 14:44:30 +0100
Clemente Aguiar <ca-mlsamba at arditi.pt> wrote:
> Às 13:51 de 08-04-2018, Rowland Penny escreveu:
> > On Sun, 8 Apr 2018 13:22:28 +0100
> > Clemente Aguiar via samba <samba at lists.samba.org> wrote:
> >
> >> The samba was created by Zentyal system (http://www.zentyal.org).
> >>
> >> Here is smb.conf:
2018 Apr 08
2
Domain Users group with multiple gid
On Sun, 8 Apr 2018 13:22:28 +0100
Clemente Aguiar via samba <samba at lists.samba.org> wrote:
> The samba was created by Zentyal system (http://www.zentyal.org).
>
> Here is smb.conf:
>
> [global]
> workgroup = arditi
> realm = ARDITI.PT
> netbios name = hera
> server string = Zentyal Server
> server role = dc
> server role
2006 Sep 29
7
Facts load by puppet -factsync question
fact loads:
I use facter to search the rsync path and then i write this sudoers line:
Cmnd_Alias BACKUPCOMMANDS = /usr/bin/rsync
I call puppet like this:
puppetd --factsync --server=xxx.yyy.61.131 --waitforcert 60 --test
the recipe is:
sudoensure_line { sudobackupcommands:
ligne => "Cmnd_Alias BACKUPCOMMANDS =
$rsyncpath",
2018 Apr 08
0
Domain Users group with multiple gid
Às 13:51 de 08-04-2018, Rowland Penny escreveu:
> On Sun, 8 Apr 2018 13:22:28 +0100
> Clemente Aguiar via samba <samba at lists.samba.org> wrote:
>
>> The samba was created by Zentyal system (http://www.zentyal.org).
>>
>> Here is smb.conf:
>>
>> [global]
>> workgroup = arditi
>> realm = ARDITI.PT
>> netbios name =
2002 Jul 12
0
Win XP and Win 98 problem working together with Samba as PDC
...is still cannot be located, the information might have been moved to a
different location." . I read samba log files and I notice that win xp
machine log complanes that could not find Desktop.ini... Insted of this i've
tryed to execute files in the shares. I couldn't see the files and
directoryes but after i knew the full path to it i could start them writing
in a command prompt absolute path \\server\share\dir\file and file
executes...
After reading lots of maling lists arhives and testing different global
options in smb.conf i discovered that "nt smb support = No" makes my XP to...
2018 Apr 08
0
Domain Users group with multiple gid
Às 15:45 de 08-04-2018, Rowland Penny via samba escreveu:
> On Sun, 8 Apr 2018 14:44:30 +0100
> Clemente Aguiar <ca-mlsamba at arditi.pt> wrote:
>
>> Às 13:51 de 08-04-2018, Rowland Penny escreveu:
>>> On Sun, 8 Apr 2018 13:22:28 +0100
>>> Clemente Aguiar via samba <samba at lists.samba.org> wrote:
>>>
>>>> The samba was created by
2006 Aug 15
5
Ferret Segmentation Faults
Hi,
I am getting a number of segmentation faults using Ferret 0.9.5, Fedora
Core 5 and Ruby 1.8.4
I installed it with the recommended gem install ferret
and example segmentation fault creation line would be as follows:
@records = FerretConfig::INDEX.search("address_line_2:\"Dumbarton\"")
I am also using acts_as_ferret and rails 1.15 but think this is an issue
with
2018 Apr 10
2
Domain Users group with multiple gid
> No dia 08/04/2018, às 21:20, Clemente Aguiar <ca-mlsamba at arditi.pt> escreveu:
>
> Às 15:45 de 08-04-2018, Rowland Penny via samba escreveu:
>> On Sun, 8 Apr 2018 14:44:30 +0100
>> Clemente Aguiar <ca-mlsamba at arditi.pt> wrote:
>>
>>> Às 13:51 de 08-04-2018, Rowland Penny escreveu:
>>>> On Sun, 8 Apr 2018 13:22:28 +0100
2015 Jun 14
2
[PATCH] pod: Use F<> for filenames instead of C<>.
Done using a sequence of regular expressions like this:
perl -pi.bak -e 's{C</}{F</}g' `git ls-files \*.pod` generator/actions.ml
perl -pi.bak -e 's{C<C:\\}{F<C:\\}g' `git ls-files \*.pod` generator/actions.ml
[etc]
and then tediously checking every change by hand.
---
align/virt-alignment-scan.pod | 8 +-