search for: defaultpage

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

2010 Jan 23
1
Help to fix the remaining problems when migration from windows to a linux print server
...om Active Directory using winbind and they can print just fine. The remaining problems/doubts are: 1) Is there a way to run cupsaddsmb when security = ads in smb.conf ? I always have to set security = user before running cupsaddsmb or it will fail. 2) Even though my cups printers are configured to DefaultPage = A4, after a cupsaddsmb all windows clients still default to LETTER. What am i doing wrong? Is there a way to mass set all printer queues in windows to use A4 ? Some rpcclient parameter to change this ? I have over 1k queues, so manually change each one in windows GUI is kinda very time consuming....
2006 Apr 19
0
How to rubify this query
Hi guys, i spent about 5 hours now of finding out how to rubify/railify this query! Maybe someone of you can help me ;) class Menu < ActiveRecord::Base validates_uniqueness_of :handle validates_presence_of :name, :sequence, :accesslevel, :defaultpage, :handle belongs_to :cmodule belongs_to :creator, :class_name => ''User'', :foreign_key => ''created_by'' belongs_to :updater, :class_name => ''User'', :foreign_key => ''updated_by'' end Now this is my query: @me...