search for: dwvalu

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

Did you mean: hwvalu
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
2004 Mar 10
2
Disabling Machine Account password change
Hello! We have a school environment with Debian servers and Win2K clients. There are about 700 clients and 30 servers. There is piece of hardware installed on all clients the resets the changes made to the local disk at reboot. This seems to be a problem with Win2K changing machine account passwords every 30 days (according to MSDN). The server saves the password, the client resets it and domain