Displaying 4 results from an estimated 4 matches for "bookpool".
2001 Nov 25
4
What am I missing here?
Hi all,
I'm wading my way through setting up Samba at the moment and seem to have
come to a dead stop. I've managed to set up a number of shares, and although
I'm able to view them I'm unable to write files to them. The smb.cong file
is below.
Any ideas?
Alex
[global]
	workgroup = INTRANET
	server string = Samba Server 01
	security = SHARE
	encrypt passwords = Yes
	log file =
2005 Oct 04
3
Replace NT 4.0 with Samba PDC but keep PC WINS *Advice*
I am in the process of researching and testing SAMBA as a PDC. 
The only thing I am uncertain about is that our billing scheduling system is running WINS and our 110 pc's are configured to use it for wins resolution. I would like to leave WINS on that system but can it coexist with a SAMBA server acting as PDC
but not doing WINS? 
I will be replacing an NT 4.0 PDC which has operated with
2008 Jul 08
12
Some more win32-security: SID.create
Hi all,
How does this look as a general approach to a SID.create method:
# Creates and initializes
def self.create(authority, *sub_authorities)
   if sub_authorities.length > 8
      raise ArgumentError, ''maximum of 8 subauthorities allowed''
   end
   authorities = Array.new(8, 0)
   authorities.replace(sub_authorities)
   count = authorities.select{ |e| e > 0 }.size
  
2006 May 02
96
[ADV] Second Edition of Agile Web Development with Rails
ANNOUNCING AGILE WEB DEVELOPMENT WITH RAILS, SECOND EDITION
===========================================================
http://www.pragmaticprogrammer.com/titles/rails2/
Rails has changed a lot since we announced the first edition of the
book a year ago. DHH says that the 1.1 release "boasts more than 500
fixes, tweaks, and features from more than 100 contributors." Who
are we to