similar to: speaking of redhat-kde repository

Displaying 20 results from an estimated 10000 matches similar to: "speaking of redhat-kde repository"

2003 Dec 17
0
combining local users or smbpasswd users and NTDOMAIN usersin LDAP
Lets see. So are you going to be getting rid of the NT Domain? If not, why not just setup LDAP authentication on the linux box through PAM with the help of a few other modules. It creates a local account based on the authentication success. Works great for me. This also promotes centralized user administration. Is that what you are going after? If not, I apologize for giving you the wrong
2006 Jan 20
2
kdewebdev aka Quanta or repository kde-redhat.sourceforge.net
does this exist for CentOS 4 ? OK - next level of question then... taking a wild swing, I set up /etc/yum.repos/kde-redhat.repo and for S&G's, I ran the obligatory 'yum update' to see what would happen. It's an aggressive update to be sure. KDE 3.5.0 (and all the dependent stuff such as qt) but also samba and openoffice. Is anyone reporting happiness / contentment with
2006 Jun 04
3
link_to tool tips
I think they are called tool tips... I have view code that looks like this... <%= link_to ''I'', :action => ''edit_innoculations'', :id => personnel %> Is there an option (I don''t see it in api) to have tool tips for a link_to ? Craig
2006 Feb 14
2
apache virtual host
I don't ever do this... Shouldn't this be enough to set up a virtual server in apache? I did create an entry in /etc/hosts and in dns for this fqdn it still gives me the contents of /var/www/html and not /home/craig/ruby-db/th-db/public <VirtualHost *> DocumentRoot "/home/craig/ruby-db/th-db/public" ServerName app-server.tobyhouse.com <Directory
2006 May 29
5
Find last
This seems rather ugly. I am thinking that this needs to be in the model but I am looking to obtain the date for a tb test... >> @tb = Innoculation.find(:all, :conditions => ["personnel_id = 1 AND innoc_type = ''TB''"], :order => ''innoc_date DESC'') => [#<Innoculation:0xb77ed234 @attributes={"id"=>"1",
2010 Jun 16
2
cpuspeed settings??
Hey, folks, Sometimes my workstation bogs down... slows to a crawl. Using gkrellm, it's obvious the CPU is the laggard. The top utility confirms: the load average gets up over 4 at times. But this occurs when cpu stepping pegs the speed at 600MHz. This processor is capable of 1.5GHz and when it's allowed to run at that speed, the load average is under 2, which is fine. So the
2006 Mar 26
17
activeldap
Obviously I am missing something and I don''t know what it is... I am following the instructions at http://rubyforge.org/docman/view.php/381/114/activeldap_rb.html and also here... http://wiki.rubyonrails.org/rails/pages/HowtoAuthenticateViaLdap my model looks exactly like this... class LdapUser < ActiveRecord::Base ldap_mapping :dnattr => ''uid'', :prefix
2005 Feb 05
0
Tom Skeren has a misconfigured server
Tom sent me a private email. I replied and got this back. From: Mail Administrator <Postmaster@cox.net> Reply-To: Postmaster@cox.net To: craigwhite@azapple.com Subject: Mail System Error - Returned Mail Date: Sat, 5 Feb 2005 01:44:16 -0500
2003 Dec 18
1
Samba 3 PDC with LDAP - Error when changing userpassword from windows
no, i did it but, i think if i didn't it, I cannot join Machine while addind machine account on the fly with Samba... ----- Original Message ----- From: "Craig White" <craigwhite@azapple.com> To: <s.jousse@free.fr> Cc: <samba@lists.samba.org> Sent: Thursday, December 18, 2003 6:09 PM Subject: Re: [Samba] Samba 3 PDC with LDAP - Error when changing userpassword
2006 Feb 03
4
contoller code mysteries
In my controller...this code works def list2 first_name = params[:client][:first_name] @myclients = Client.find(:all, :conditions => ["first_name = :first_name", {:first_name => first_name}]) end this code doesn''t... def list2 first_name = params[:client][:first_name] if first_name searchstring = ''["first_name =
2006 Feb 09
1
About join domain in different subnet.
Hi all: I have a question about join domain. If my samba server and domain controller are in different subnet (such = as 192.168.1.x and 192.168.2.x), two conditions happened: ADS domain 1. if I use domain name, then join fail. 2. if I use IP address of domain controller, join success. However, in both cases I can't retrieve domain users/groups. Is it necessary for samba sever and domain
2006 May 31
3
detecting changed data
I am working on an application where there are many different screens to access the data in a particular record/row. I have links to each data entry screen at the top. Is there a way to detect whether the current hash has been changed from the stored record so I can prompt the user if they attempt to change screens without having saved their changes to the data? Craig
2006 Feb 07
7
select list error - following Agile guide
I would swear that I am tracking exactly the method used in Agile book... TypeError in Placements#edit Showing app/views/placements/_form.rhtml where line #33 raised: wrong argument type String (expected Module) Extracted source (around line #33): 30: <tr> 31: <td><label for "type">Type</label></br><%= 32: options = [["Select
2006 Feb 21
8
Validations continued
I simply can''t figure this out. I have been reading and re-reading Agile book and wiki.rubyonrails.org - all sorts of validation methods and still, it doesn''t work. Controller code def create @client = Client.new(params[:client]) if @client.save! flash[:notice] = ''Client was successfully created.'' redirect_to :action =>
2010 Aug 17
5
apache rewrite
Is there some easy way to rewrite just the base URL to another URL but leave all other URL's unmolested? i.e. http://www.example.com = rewrite to another URL http://www.example.com/files = deliver from the assigned subdirectory obviously this... Redirect / http://www.other_url.com redirects everything and I don't want /files to be redirected Craig -- This message has been scanned
2006 Feb 23
5
layouts
I created a controller called reports, for which I didn''t have any model or tables. I wanted to use a menu/layout structure similar to all my other models/controllers and added a layout named reports which then gives me the menu/layout structure but is also now part of all my reports. That isn''t gonna work so I renamed reports.rhtml to reports_forms.rhtml (still inside my
2006 Apr 15
8
Migrations - adding a new table and automatically creating records
I want to create table called roles and then populate it with some new records...This doesn''t work. Is there something I''m missing? Craig class AddRightsAndRolesTables < ActiveRecord::Migration def self.up create_table :roles do |t| t.column "name", :string end Role.reset_column_information Role.new :name => "Users Admin"
2006 Feb 28
7
multi-page printing moving on
I have some nice forms done using stylesheets. I currently have them displaying on screen and the user could simply just print. This works when there is only one form (facility) to be viewed/printed. I have created the looping code necessary to print for all facilities but that doesn''t work for me because each page uses stylesheets with <div> that do absolute positioning and thus
2006 Feb 08
7
DRY methodology
because I am a grasshopper... Now that I can sort my ''list''...is there a logical way of not repeating myself to having essentially the same list view with multiple sorts? i.e. def list_cl # ordered by clients last name @placement_pages, @placements = paginate( :placements, :include => [:client], :order_by =>
2006 Jun 24
2
date madness
I have a column called ''time_in'' and it is actually a timestamp so it has a date and a time. I created a method in my model called time_in_date which is simply time_in.strftime("%m/%d/%Y") I can''t do an sql find on a column that doesn''t exist so how do I find for a specific date? Craig