search for: ultimatley

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

Did you mean: ultimately
2011 Oct 17
0
AD authentication against a service name not part of AD.
...erver1.mydomain.com the service name is serviceA.somedomain.net. The service name is simply a DNS zone so no trusts exist. I've pondered the idea of having samba reference the interface where the service lives but in the event the service is moved from server1 to server2 will that crash smb? Ultimatley I want to access the service name to gain access to the shares as the server name is going to be unreliable. I've copied my smb.conf file below and edited it to reflect the names I've used in the first paragraph. [global] > workgroup = mydomain > realm = mydomain.com...
2010 Sep 02
1
Using stages in puppet
...: } class { "three": stage => post } } the works.pp will work but will execute across all nodes regardless of class structure or includes. parent.pp is one example of various nesting attempts I have made to prevent staging from arbitrarily executing the classes its using state on, but ultimatley always ends up in an error. Through experimentation it seems that the special stage class requires itself to be outside any other class, the problem with this is that it will execute on any node in the environment regardless of how you organize the classes its staging. -- You received this messag...
2006 Mar 14
5
Maddening library loading problem
Hi everyone. I recently wrote a nice module that I want to use in my rails app. It consists of a few files in a directory that I have places in the lib directory. It looks like this: /lib/KMLTools/foo.rb, bar.rb, baz.rb Some of these files load each other and I finally got those to work by using the File.dirname(__FILE__) trick. When I simply require the file into my controller, everything is