Displaying 8 results from an estimated 8 matches for "mechanizm".
Did you mean:
mechanism
2007 Mar 26
6
[AAF] acts_as_ferret 0.4.0 released
Hi folks!
Just wanted to let you know that I released aaf 0.4.0 on last weekend.
Besides the DRb server it also includes a new lazy loading feature that
lets you do ferret searches without actually loading any records from the
DB. Useful e.g. for live searches:
model:
class MyModel
acts_as_ferret :fields => { :title => { :store => :yes }, :content => {} }
end
controller:
2008 Jun 12
4
Background thread - entension code - switch contexts
...ont know how to stop it or keep GUI responsive? Can anyone suggest what
should I do. I know about Green Threads, and possibly that interpreter
can not switch context when extension is running, so what should I do
maybe use a thread at the side of extension (in c++ code) or maybe try
to use the same mechanizm with timer as wxRuby does (but how to
implement that).
My code is simple:
require ''wx''
require ''cppapp'' #myextension
class MFrame < Wx::Frame
STEPS = 100
def initialize
super(nil,-1,"Title")
set_client_size(Wx::Size.new(300,300))...
2006 Mar 09
1
[TIP] Making an intelligent form fields
...Now an user can enter "2%", "2.0 %", "2.1 % ", etc. and everything is
acceptable. We can now create value object for money so field "54,20
EUR" is perfectly acceptable. And there can be objects for entering date
like "+3 days" and so on.
The mechanizm for "i_attributes" can be enhanced similiary as Date is
expanded into form fields. So for example we can have aggregation
composed_of :i_amount, :class_name => ''Amount'',
:map => [%w(a_count count), %w(a_units units)]
And then helper used like...
2003 Jan 07
2
LDAP workstation field
My client wants me to prevent limit the workstations users can access. I
have samba with roaming profiles in place, and it works well, and I have
put LDAP into use on another project without problems.
I notice there is a workstation field in the Samba LDAP database, does
anyone know if it works to limit access to certain workstations?
Chris Mason
2003 Aug 12
1
htb qdiscs inside htb classes tree - possible side effects???
...2 1:x
/ | \ / | \ / | \
1:1001 1:2001 1:3001 1:1002 1:2002 1:3002
Classes like 1:1,1:2,1:3 limit my clients to some value, let''s say
128kbit/s.
Classes like 1:1001 are used to divide and limit subflows of packets.
I use complicated classification mechanizm based on time, packet size,
protocol type, connection state, quota, source or destination port
numbers etc. It is working very well. Anyway I have encountered some
scalability issues, I have to solve before my shaping box collapses.
# iptables -vnL FORWARD -t mangle | wc -l
2798
I have almost...
2003 Jan 06
3
Simple question - Machine / User relationsip
Can someone explain to me the mechanizm that Samba uses to relate
Machines to Users? I am trying to set up a Samba-LDAP PDC and it seems
to work OK but I get "No mapping between account names and security IDs
was done." This would seem to be a simple user/group
ownership/permissions thing. Now I have the following poten...
2002 Nov 01
0
Re: Samba PDC and Kerberos(MIT or SEAM in Uinx,without microsoft ADS)
...as the potential to work(I think)but... im missing a few parts.. can a script >like this synchronize passwords when they are forced to change their password at the >client level.. say expire the users password? And what happens if they change there
Kerberos has his own password expiration mechanizm. You can write a
script tha will
scan prinipals in KDC, extract password expire dates and compare it with
current date.
Then, let's say 5 days before the expiration, it can start sending
notifications to users. The warning message can contain a link to a
webpage for the password change.
>...
2003 Dec 01
0
No subject
...rstood well, it is imposible not to have users
in local system (I mean the system with samba server)
for now, if I want to have limited access to shares, which
depends on user name and group, even if this information
exists in LDAP?
And I have one more question: does samba have it's own quota
mechanizm?
Greetings
--
Dorota Kulas | "... Unix, MS-DOS, and Windows NT (also known as
dorota@ds2.pg.gda.pl | the Good, the Bad and the Ugly) ..." - Matt Welsh
Return-Path: <oliver@samera.com.py>
Delivered-To: samba@lists.samba.org
Received: from Polaris.Pla.net.PY (polaris.p...