similar to: prototype.js vs f-secyre

Displaying 20 results from an estimated 2000 matches similar to: "prototype.js vs f-secyre"

2005 Dec 19
1
prototype.js vs f-secure
Hi all, I''m working on my first Rails (ver 1.0) examples. My problem is F-Secure virus protection software. It reported about "unknown virus" in prototype.js when I tried to creat (usin rails) new application. As result I got empty public/javascripts folder. Can anyone help with this problem? (I can disable real time protection on mine computer, but same problem will
2007 Jan 09
1
dovecot cannot access the then new created folders by squirrel mail?
hi, i use dovecot and squirrelmail wwbmail to access my mails in fc6, every thing is working ok, but the only thing quirrel mail can create new folders but can't acces or open them for example i created folder accounts by squirrelmail it was created but can't open, this is the permissions for the accounts in the ~/mail/: drwx------ 2 jaan jaan 4096 Jan 8 07:14 accounts -rwxr-xr-x 1
2025 Jan 23
1
Windows 11 24H2, Samba 4.21.3 AD DC and domain users cannot log in
It is quite possible, that NT_STATUS_TIME_DIFFERENCE_AT_DC is some kind of red herring. I found thread from July, where it was suggested, that "Samba seems to return it as an error code as a backstop". I did add log level = 10 with custom IP based filename to get additional logs. But it seems, that with log level = 1 auth_audit:5@/var/log/samba/auth_audit.log in main config... auth
2025 Jan 24
1
Windows 11 24H2, Samba 4.21.3 AD DC and domain users cannot log in
On Thu, 23 Jan 2025 16:38:08 +0200 Virgo P?rna via samba <samba at lists.samba.org> wrote: > It is quite possible, that NT_STATUS_TIME_DIFFERENCE_AT_DC is > some kind of red herring. I found thread from July, where it was > suggested, that "Samba seems to return it as an error code as a > backstop". I did add log level = 10 with custom IP based filename to > get
2025 Jan 24
1
Windows 11 24H2, Samba 4.21.3 AD DC and domain users cannot log in
On 24.01.2025 11:05, Rowland Penny via samba wrote: > On Thu, 23 Jan 2025 16:38:08 +0200 > Virgo P?rna via samba <samba at lists.samba.org> wrote: >> creation_time : N jaan 23 08:26:52 2025 EET >> expiration_time : N jaan 23 01:55:33 1975 MSK >> (Default locale is et_EE locale... jaan - jan, N - Thu.) > > Hmm, why, if you are in Estonia, is moscow time
2008 Sep 19
2
family="mono" does not work (PR#12931)
Full_Name: Jaan Vajakas Version: 2.7.2 OS: Windows XP Submission from: (NULL) (193.40.5.245) When I execute the following code in the R GUI, the text "mono" is printed in monotype font in the first plot, but in normal (sans-serif) font in the remaining three plots: op=par(mfrow=c(2,2)) for (i in 1:4) { hist(1:10,xlab="") mtext("normal",side=1,line=2)
2007 Aug 20
1
restricting the windows users security tab with samba acl
Hello, We're porting all our windows file servers over to linux. I just joined our samba server to Active Directory and it works great with ACL - I can add/remove Sales, Marketing, IT groups etc.., unfortunately, so can everyone else. Q) How can I restrict our regular windows XP users from manipulating the "Properties -> Security" tab in file explorer? I'd need to restrict
2000 Nov 12
1
Some random thoughts
Dear all, I hope you will forgive me for posting without lurking, and indeed, without even being subscribed to the list. Let me first say that efforts such as Ogg shows there is still a lot of good in mankind, this is truly a great effort! While I haven't been lurking, I've been looking through the archives to see if this stuff has been discussed before, and I have also tried to read
2025 Jan 22
1
Windows 11 24H2, Samba 4.21.3 AD DC and domain users cannot log in
On 22.01.2025 16:16, Rowland Penny via samba wrote: > On Wed, 22 Jan 2025 15:46:44 +0200 > Virgo P?rna via samba <samba at lists.samba.org> wrote: > >> After enabling auth_audit logging at samba, there are lot of messages >> with status NT_STATUS_TIME_DIFFERENCE_AT_DC >> But clock is synced and same in workstation and in server... >> > > From the
2025 Jan 24
1
Windows 11 24H2, Samba 4.21.3 AD DC and domain users cannot log in
On Fri, 24 Jan 2025 11:12:06 +0200 Virgo P?rna via samba <samba at lists.samba.org> wrote: > On 24.01.2025 11:05, Rowland Penny via samba wrote: > > On Thu, 23 Jan 2025 16:38:08 +0200 > > Virgo P?rna via samba <samba at lists.samba.org> wrote: > >> creation_time : N jaan 23 08:26:52 2025 EET > >> expiration_time : N jaan 23 01:55:33 1975 MSK >
2005 May 12
26
performance update
I have made additional progress with regard to performance. My latest data: configuration 1: r121.latest configuration 2: r121p.latest page c1 real c2 real c1 r/s c2 r/s c1/c2 /empty/index 6.75525 1.71983 148.0 581.5 3.93 /welcome/index 6.89044 1.89244 145.1 528.4 3.64 /rezept/index 4.99573
2006 Jun 28
9
Rails Borked After 1.1.3 Install?
I installed 1.1.3 on my OS X Tiger machine and now I''m seeing very strange results. When hitting a controller action, I am told that perfectly valid methods are not there: NoMethodError (undefined method `find'' for VideoTrack:Module) Huh? Here''s the code in question: VideoTrack.find(:all, :conditions => "featured_video = 1", :order =>
2005 Mar 10
8
Login controller additions
I have added roles and roles_users table and updated the model so that my users can have multiple roles. ("Admin" role does always have id = 1). I have added these methods to my application controller. <code> helper_method :is_admin? helper_method :is_user? def is_admin? if @session[''user''] @session[''user''].roles.find(1)
2006 Mar 06
7
Set base url?
I have an application running on a Lighttpd instance which is proxied by an Apache server. It seems to work fine but my urls are incorrect: all urls reference / which is not where my application runs at the Apache server. How do I set the base url of a Rails application? My Apache has the following proxy rules: ProxyPass /hieraki http://localhost:3001 ProxyPassReverse /hieraki
2005 Mar 31
4
Transactions
I cant seem to find much information apart from the basics on transactions in rails. I have 5 nested transactions, and am performing the following basic operations: @whatever1.transaction do @whatever2.transaction do .... @whatever2.something = "foo" @whatever1.something = "bar" @whatever1.save @whatever2.save ..... end end ((( I had tried using
2005 Mar 08
15
Rails 0.10.1and WEBrick
Doesn''t appear to work with WEBrick. Works find with Apache/FastCGI. Something wrong in the way Rails is trying to process paths from the WEBrick server. If I try to send in http://localhost:3000/recipes/new, WEBrick is interpreting /new as my controller, instead of my action.
2006 Feb 20
0
prototype.js Array.prototype.shift() method
I noticed that prototype.js defines a shift() method for the Array prototype. The base prototype already defines this method, is there a reason it is being redefined in prototype? Maybe certain browsers aren''t implementing the shift() method? If that''s the case, shouldn''t there also be an unshift()? :) Thanks! -Jeremy -- Jeremy Kitchen ++
2007 Sep 12
2
Prototype.js and Coremetrics eluminate.js issues
Hi, I am trying to use prototype.js on a JSP that also contains some javascript from Coremetrics (eluminate.js). Coremetrics is used for tracking marketing clicks. When I have both of these javascript imports on the page I get javascript errors in the eluminate.js file. I get javascript errors that say "Undeterminate string constant." It looks like the prototype.js file is somehow
2006 Jun 27
25
1.1.3 available.
Hello, DHH has just announced the release of Rails 1.1.3 http://weblog.rubyonrails.org/2006/6/27/rails-1-1-3-security-fix-and-minor-fixes rails-1.1.3 activerecord-1.14.3 actionpack-1.12.2 actionmailer-1.2.2 actionwebservice-1.1.3 The announce without the repetition :) "Rails 1.1.3: Security fix and minor fixes Posted by David June 27, 2006 @ 08:07PM We''ve found and fixed a
2005 Mar 10
10
Some Basic Questions
Sorry I can''t access IRC from work so I hope you don''t mind me asking my newbie questions here: 1) I have the following code: @post = Post.find(@params[''id'']) @comments = Comment.find_all "post_id = #@params[''id'']", "created_on ASC" And I am have problems with the second line. I want to pass the id from my post to the