Displaying 20 results from an estimated 31 matches for "montague".
Did you mean:
montage
2006 Jun 22
3
attr_boolean, a good idea?
Hello all,
I''ve recently been working with a model with a lot of boolean
attributes and I decided that it''s worth trying to implement a
attr_boolean function to cut down on the work. Something like
class User < ActiveRecord::Base
attr_boolean :contact_by_email, :display_real_name, :administrator
end
which would replace the hand written
class User <
2005 May 12
3
* Server
Any reviews/comments out there on this server? Looks solid.. But would
like to know if anyone has purchased one of these before. Any other
companies out there offer pre-built * servers that someone would like to
comment on?
http://www.thevoipconnection.com/store/catalog/product_16214_VS1trade_As
terisk_Voice_Server.html
-------------- next part --------------
An HTML attachment was scrubbed...
2009 Nov 05
3
samba and ads authentication
...uto
configure:35146: WARNING: Disabling Active Directory support (requires
LDAP support)
smbd -b | grep LDAP (no output)
smbd -b | grep KRB (no output)
smbd -b | grep ADS (no output)
smbd -b | grep WINBIND
WITH_WINBIND
WITH_WINBIND
TomMontague
</pre>
<br><P><HR><P>
<font size="2" face="Times">
The information in this email, including any attachments, is confidential and may be subject to legal or other professional privilege. It is intended solely for the addressee and access t...
1998 Aug 24
10
smbmount problem
Hello.
I hope that this is the proper place to ask this.
Here is my problem. I have several smbmounts under Red Hat Linux 5.1. They need to be accessed by
my apache web server. One of the mounts keeps getting disconnected, but this is not noticed by
Linux. So the Linux box thinks that the files under the smbmount are still accessable when they
aren't actually mounted. What would be the best
2005 May 13
0
My experience with our VS-1 Asterisk server
...onnection.com
321.989.6728 ext. 611
sip:611@voiceserver.thevoipconnection.com
-----Original Message-----
From: snacktime [mailto:snacktime@gmail.com]
Sent: Thursday, May 12, 2005 4:04 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] * Server
On 5/12/05, Montague, Clarence <Clarence.Montague@onstar.com> wrote:
>
>
> Any reviews/comments out there on this server? Looks solid.. But would
> like to know if anyone has purchased one of these before. Any other
> companies out there offer pre-built * servers that someone would like
> to
co...
2003 Oct 27
3
How to disable XFree86 and wdm listening ports
Hello,
what is the right way to disable XFree86 and wdm listening
ports tcp 6000 and tcp 1024.
I read in man XFree86 about the -nolisten tcp option
and tried to set in /usr/X11R6/lib/X11/xdm
:0 local /usr/X11R6/bin/X -nolisten tcp
but it was not successful.
What is the right way to close the ports without use of IPFW?
Your help would be appreciated.
Thank?s
Wolfgang
2006 Jul 19
1
Testing the flash is brittle?
Hello all,
I seem to have an annoying habit of realizing that I''ve asked a
question with a blindingly obvious answer just after I''ve asked it
but here goes.
I''ve noticed that in my functional tests there''s the occasional
reliance on the contents of the flash. For example, I have an action
that confirms a users identity and may reject them because
A)
2000 Jun 28
0
Solaris 8 build and test of snapshot
...l -lsocket -lnsl -lz -lpam -lcrypto
_____________________________________________________________
Damien Mascord Email: damien at galexia.com.au
Network and System Administrator http://www.galexia.com.au
Galexia Mobile: +61 414 448 272
Level 1, 3 Montague Street Tel: +61 2 9555 5913
Balmain, NSW 2041 Australia Fax: +61 2 9555 5688
2003 Jul 28
1
ssh and X11Forwarding
What has to be installed on a host for it to do X11Forwarding in SSH?
My (FreeBSD) workstation at home is behind NAT. From home, I can SSH to
a FreeBSD firewall at work, and from there I can get to other hosts
around the internal network there, some of which run X clients.
Does X have to be installed *on the firewall* for me to forward X11
connections from the X clients back to my workstation
2006 May 23
1
Validating a required relationship.
Hello,
I''m not sure if I''m missing something blindingly obvious here.
All the relationships that Rails comes with assume 0..n, yes? It''s
not a strict 1 to 1 or 1 to n because it''s optional. My question is
this -
What is the best way to implement a required relationship?
For example, if I require that a comment is made by a user (a user
has many
2003 Feb 05
1
samba and writing through hard/symbolic links
....bak file,
leaving the source file of the link unchanged.
Is there a way to make samba follow the link when you save things as well?
thanks in advance, francis
--
-----------------------------------
Francis Vierboom
francis@galexia.com
Research Officer
Galexia Consulting Pty Ltd
Level 1, 3 Montague St
Balmain NSW 2041
Tel: +612 9555 5666
Fax: +612 9555 5688
http://www.consult.galexia.com
2006 Jun 06
1
Redirect\Cookie bug with MSIE 5.5sp2
Hello all,
There seems to be a bug in internet explorer 5 where a redirect
causes the session to be lost.
A controller says....
def login
case @request.method
when :post
if @session[:user] = User.authenticate(@params
[:user_login], @params[:user_password])
return redirect_to(:action=>''send_confirmation'') unless
2004 Jul 09
3
bash as a login shell (was Root users shell == no existant shell /bin/bash)
On 9 Jul 2004 at 13:11, Daniel Brown wrote:
> On the other hand, I've run across a sysadmin who always enables his
> toor accounts -- and changes its shell to bash. As a result, not only
> is there an alternate root account (good in case 'root' trampled on by
> accident or purpose), but you can get root bash as a login shell while
> leaving the real root to its normal
2016 Jan 25
2
How to make performance test in samba4
Hi everybody,
I have several VMs running on Xenserver 6.5
I have 2 samba servers (1 DC & 1 Fileserver). They are both running Debian
Linux 8.2 Jessie.
I'm using the samba debian package (4.1.17)
My VM has 8G RAM and 4 vCPU
How can i test if the performances are quite good or not? with
reading/writing
Could I have better performance with the latest samba release?
thanks
Pierre
--
2004 May 10
5
rate limiting sshd connections ?
Does anyone know of a way to rate limit ssh connections from an IP address
? We are starting to see more and more brute force attempts to guess
simple passwords "/usr/sbin/inetd -wWl -C 10" is nice for slowing down
attempts to services launched via inetd. Is there an equiv method for
doing this to sshd? Running from inetd has some issues supposedly.
---Mike
2003 Jun 08
4
Removable media security in FreeBSD
I'm working with a FreeBSD user -- a teacher -- who's running KDE on a system
on which she neither has nor wants root privileges. She wants to be able to
mount and unmount floppies and ZIP cartridges from within KDE, using the
standard KwikDisk utility (which, by the way, generates mount and unmount
command that don't conform to FreeBSD syntax; however, it appears possible
to fix this
2004 Sep 24
1
sharing /etc/passwd
How 'bout PAM? /usr/ports/security/pam_ldap. If you have machines that
can't do PAM, perhaps NIS is the way to go (assuming, of course, you're
behind a firewall). You can store login information in LDAP like you want,
then use a home-grown script to extract the information to a NIS map. Or,
if you have a Solaris 8 machine lying around, you can cut out the middle
step and use
2004 Jan 06
5
Logging user activities
Hello,
What do you recommend for keeping track of user
activities? For preserving bash histories I followed
these recommendations:
http://www.defcon1.org/secure-command.html
They include using 'chflags sappnd .bash_history',
enabling process accounting, and the like.
My goal is to "watch the watchers," i.e. watch for
abuse of power by SOC people with the ability to view
2003 Sep 16
5
boot -s - can i detect intruder
Hi list
Several people have physical access to my FreeBSD box and I have the feeling
that somebody try to get access with boot -s options . Can I log activity
after boot -s option (change user password, install software and etc.).
I use boot -s and change user password, but after reboot i can't find this
atcivity in log files.
The BSD box is shutdown and run again many time at day.
Best
2003 Dec 10
4
s/key authentication for Apache on FreeBSD?
I'm constructing a Web server which may require restricted areas
of the site to be used from public places where a password might
be sniffed. The damage that could be done by taking snapshots of
the content from one session with a spy program is minimal. What
the owner of the server does NOT want, though, is to allow unauthorized
parties to gain unfettered access by stealing the password via