search for: globalonly

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

2019 Oct 30
2
Samba Web Administration Tool (SWAT)
On 29/10/2019 17:48, Steve Litt via samba wrote: > On Thu, 11 Jul 2019 11:59:20 +0000 > Gerard Seibert via samba <samba at lists.samba.org> wrote: > >> I know that this has probably been asked before. As a long time user >> of Samba, I remember using SWAT to configure Samba. It did seem, at >> least to me, to simplify things. At the very least, it did prevent me,
2019 Oct 31
0
Samba Web Administration Tool (SWAT)
.... There are also numerous > other manpages and last, but not least, there is the Samba wiki: > https://wiki.samba.org/index.php/Main_Page > > Rowland In that case, the following goes a long way toward what the OP wanted: ============================== 2>/dev/null testparm -sv | ./globalonly.awk | sort | dmenu -l 25 ============================== Where globalonly.awk follows: ============================== #!/usr/bin/gawk -We BEGIN { count = 0 } /^\[/{ count++} count == 1 { gsub(/^[ \t]/, "", $0) print $0 } ============================== For extra credit, the OP can als...
2019 Oct 31
1
Samba Web Administration Tool (SWAT)
...manpages and last, but not least, there is the Samba wiki: >> https://wiki.samba.org/index.php/Main_Page >> >> Rowland > > In that case, the following goes a long way toward what the OP wanted: > > ============================== > 2>/dev/null testparm -sv | ./globalonly.awk | sort | dmenu -l 25 > ============================== > > Where globalonly.awk follows: > > ============================== > #!/usr/bin/gawk -We > > BEGIN { count = 0 } > /^\[/{ count++} > count == 1 { > gsub(/^[ \t]/, "", $0) > print $0 > } &...
2003 Dec 01
0
No subject
and that access to the client should be denied. > James > > ----- Original Message ----- > From: "Alexander Lobodzinski" <lobo@mental.com> > To: <samba@lists.samba.org> > Sent: Monday, August 20, 2001 10:17 AM > Subject: Can I have only certain users log in to a Samba DC client? > > > > A machine should be member of a domain controlled by
1998 May 30
9
"Flavors of Security Through Obscurity"
This was posted not too long ago on sci.crypt... Enjoy... I think the most relevant information is near the top, but it''s all quite good... :-) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- There is no intrinsic difference between algorithm and data, the same information can be viewed as data in one context and as algorithm in another. Why then do so many people claim that encryption algorithms