search for: ms10

Displaying 3 results from an estimated 3 matches for "ms10".

Did you mean: md10
2010 Feb 18
3
AD 2008 R2 vs. samba 3.4.5
...like a denial of service attack ;) Also the shares don't show up constantly in the domain but disappear from time to time. My clients are 32bit windowsxp domain members and to make things a bit more complicated they received a MS security update at the same time which mainly concerns SMB (MS10-06 SMB Update). Are there any advices or experiences, I'm really in need ? :( cheers ~christoph PS: Of couse I am also waiting for a samba based solution for windows 7 64 bit printing ;) -- /* Christoph Beyer | Office: Building 2b / 23 *\ * DESY | Ph...
2010 Feb 18
1
AD 2008 R2 vs. samba 3.4.5 (fwd)
...t like a denial of service attack ;) Also the shares don't show up constantly in the domain but disappear from time to time. My clients are 32bit windowsxp domain members and to make things a bit more complicated they received a MS security update at the same time which mainly concerns SMB (MS10-06 SMB Update). Are there any advices or experiences, I'm really in need ? :( cheers ~ christoph PS: Of couse I am also waiting for a samba based solution for windows 7 64 bit printing ;) -- /* Christoph Beyer | Office: Building 2b / 23 *\ * DESY |...
2013 Jul 05
0
Sign in and sign out
Hello, My name is Javier Molina and I am programming a simple app to manage users in Ruby on Rails. I read RoR Tutorial from http://ruby.railstutorial.org/chapters/sign-in-sign-out#top to sign in and sign out my app. I implemented the same configuration as it said: *sessions_helper.rb* def sign_out self.current_user = nil cookies.delete(:remember_token) end