search for: base_rang

Displaying 2 results from an estimated 2 matches for "base_rang".

Did you mean: base_range
2004 Aug 25
7
problem subclassing Wx::Menu
...e could check that I''m doing the passing around of event-handling blocks correctly ... unfortunately I can''t get that far yet ... cheers alex -------------- next part -------------- require ''wxruby'' class EasyMenu < Wx::Menu def EasyMenu.next_base() @base_range ||= 0 @base_range += 100 end def initialize(target) @target = target @base_id = EasyMenu.next_base() @commands = {} end # adds a menu item with the title +command_str+, optionally bound to # the shortcut key +command_key+, and binds the menu item to the # block arg...
2012 Apr 23
2
Windows 2008R2 AD, kerberos, NFSv4
Hi, I'm trying to set up NFSv4 on two boxes (centos 5.5) and have it authenticate against our Windows 2008R2 AD server acting as the KDC. (samba/winbind is running ok with "idmap config MYCOMPANY: backend = rid" so we have identical ids across the servers.) I can mount my test directory fine via NFSv4 *without* the sec=krb5 option. However, once I put the sec=krb5 option in,