Displaying 12 results from an estimated 12 matches for "glug".
Did you mean:
glue
2002 Oct 14
0
Re: [GLUG] Samba password changes?
> -----Original Message-----
> From: Buchan Milne [mailto:bgmilne@cae.co.za]
> Sent: Friday, October 11, 2002 3:22 PM
> To: Andrew Bartlett
> Cc: Putter, Adriaan EXT/PH/ZA; samba@lists.samba.org;
> glug@linux.org.za
> Subject: Re: [Samba] Re: [GLUG] Samba password changes?
>
>
> Andrew Bartlett wrote:
>
> Adriaan, if you haven't sorted this out, what are you aiming
> at doing?
> Just keeping the unix and samba password in LDAP in sync from
> a password
> ch...
2002 Oct 08
2
Samba password changes?
hi,
i've setup a LDAP server with account information,
and compiled samba with ldap support.
everything works great, except for the password changes
i still have to run two seprate commands ( passwd, smbpasswd )
to change a users password.
i've tried to put the pam_smbpasswd.so module into
system-auth, but that does work?
any pointers?
thanks
adriaan putter
2010 Apr 28
1
[GLUG-tech] Re: how to reroute all ADSL traffic via another server on the internet?
On Wed, Apr 28, 2010 at 4:19 PM, zerlgi <zerlgi at gmail.com> wrote:
> ?Probably the easiest VPN to set up, but not terribly secure, is VTun.
>
> If you use (horrors) PPTP, then windows already has a client for it.
> .. openVPN also has a nice Windows client that can be run as a service
> at startup or called on demand.
> .. openVPN supports multiple tunnels (one per .cfg
2012 Aug 16
3
r data structures
hi,
i'm trying to understand r data structures. i see that vectors, matrix, factors and arrays have a "dimension."
there seems to be no mention of dimensionality anywhere for lists or dataframes. can i consider lists and frames to be of fixed dimension 2?
thanks,
jay s
2002 May 16
1
Install Question
...> $i.new;mv $i.new $i;done
> hvisage@meklon:~/iproute2$ make
>
> QED ;^)
>
> The reason:
> there are a /usr/include/utils.h that get''s included before
> the iproute2/include/utils.h :(
----
To unsubscribe from this list: send the line "unsubscribe glug" in
the subject of a message to glug-request@linux.org.za. If you have a
problem unsubscribing, please mail glug-admins@linux.org.za
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org...
2005 Jan 10
1
Off line folders
...s I never hope to see my 100Mb/s network reduced to that little amount of
bandwidth. Since then my users have not been offline once. (Unless of
course they actually are disconnected from my network.)
I hope I've helped.
Kevin
> -----Original Message-----
> From: Graeme Walker [mailto:glug@walk.co.za]
> Sent: Sunday, January 09, 2005 2:24 PM
> To: samba@lists.samba.org
> Subject: [Samba] Off line folders
>
> Hi
>
> I keep having problems with XP machines connecting to a Samba
> server (3.0.9), where the users keep going off line, small 20
> user networ...
2002 Apr 26
9
[Fwd: Re: borrowing only from parent]
Martin Devera wrote:
> If you read the manual, the algorithm will not work correctly
> with {,c}burst < MTU ...
> devik
>
I just tried to change {,c}burst to 1600, or leaving them by default but
no visible result.
here is the latest tc -s -d class show dev eth0
class htb 1:101 parent 1:1 prio 0 rate 40Kbit ceil 40Kbit burst 1599b/8
mpu 0b cburst 1599b/8 mpu 0b quantum 512 level
2002 Aug 25
3
Installing 2.2.5 latest on Mandrake 8
Hi there
I am a novice Linux user and am just trying it out - I am very impressed but
also very frustrated. I have loaded Mandrake 8 on a box and have configured
Samba for Windows pc's use this as a backup data server. Works
wonderfully - but our campus administrators say that the current version of
Samba presents a security risk(2.0.7) and should be upgraded. Thought this
was simple but
2004 Aug 06
3
[ ICES2 ] - Converted .ogg files are not played in a row
...fix
it? Is it an Ices problem or a sox one? Are there other MP3 translation
programs that I can use that do not result in this?
Thanks in advance,
Den?s.
#####################################
# Den?s Fern?ndez Cabrera #
# #
# Correo: <denis@glug.es> #
# Jabber: <denis@glug.es> #
# G?eb: <http://gatonegro.co.nr> #
#####################################
2007 Dec 14
13
RSpec-1.1.0 is released
The RSpec Development Team is pleased as glug (that''s kind of like
punch, but more festive) to announce RSpec-1.1.0.
Thanks to all who have contributed patches over the last few months.
Big thanks to Dan North and Brian Takita for their important work on
this release. Dan contributed his rbehave framework which is now the
Story Runne...
2004 Oct 14
1
Setting up a server
Good day
Please can you help me on this. I want to set up a server on this PC using
the Samba. This is what i want to do. have about 4 other computers connect
to the server. Now i need to install sooftware from this server on all the
other windows computers. So i dont need to keep doing one at a time. I also
want to install Windows on some computers through this server. I dont have a
2006 Sep 18
7
smb.conf
Hi all
My client want a shared folder so that only two people can access and
write to it.
I added the following to my smb.conf
[private]
writeble = yes
guest ok = no
path = /home/samba/private
valid users = wendy, pierre
write list = wendy, pierre
force user = nobody
All i need yo do now is make the folder "private" to nobody. How would i
go on by doing that and would this work.