similar to: Auto machine account creation

Displaying 20 results from an estimated 3000 matches similar to: "Auto machine account creation"

2002 Oct 13
2
ssh tunnels
Is there a way to use ssh tunnels to access samba shares on a remote system from a Win 2K box? I have some linux boxen behind a NAT in a data center, and someone wants samba access to to one of them. No way in hell am I opening it through the NAT. Thanks. -- Justin Georgeson UnBound Technologies, Inc. http://www.unboundtech.com Main 713.329.9330 Fax 713.460.4051 Mobile 512.789.1962 5295
2002 Nov 07
1
windows -> 2.2.6
I have the official 2.2.6 RPM for RH 8 installed, and can mount windows shares on my linux box. I can't browse the samba shares from my windows machine though. When I go to Start->Run, "\\<hostname>" I'm given this error message. "The account is unauthorized to login from this station." I created and smbpasswd entry with smbpasswd -a. There are no error
2002 Oct 07
1
users can't change permissions on samba share
I have 2.2.5 (installed using binary RPM) on Red Hat 7.2 (should be fully up2date). This server is acting as a PDC, and is working fine for the most part. The problem I'm having is that nobody can change permissions for files and folders on a service. I've attached my smb.conf. I believe everyone change edit permissions for files/folders in their profile. But nothing in the Public
2002 Oct 01
1
file permission problem
I have Samba 2.2.1a installed on RedHat 7.2, using RedHat's rev 4 RPMs (samba-common, samba-client, samba, and samba-swat 2.2.1a-4). I have the PDC part working. But there is one file share giving me problems. I have a folder, /export0, which I want all the domain users to be able to use. I have a group, unboundtech, which all the domain users are a member of. The /export0 is owned by
2002 Nov 05
3
Swat NOT Working Yet!
I am running RedHat 8.0 and Samba 2.2.6. I already provided a proper xinetd file and appointed port 901 in /etc/services. What am I still missing? -------------- next part -------------- HTML attachment scrubbed and removed
2002 Dec 05
2
2.2.7 RH 8.0 Binary RPM's
After installing these rpm's, no swat executable can be found... I've built it from the sources and gotten it working, but is this something that needs to be corrected in the rpm? Has anyone else noticed this, or did I do something silly that I haven't realized yet?
2002 Oct 26
1
2.2.6-1 src rpm
I'm trying to get the 2.2.6-1 src rpm for RH 7.x from samba.org compiled on RH 8.0. I built it as root with this command rpmbuild --rebuild --target i686 samba-2.2.6-1.src.rpm. Trying to install the built RPM (no errors in the build process) results in these unmet dependencies: # rpm -Uvh samba-2.2.6-1.i686.rpm error: Failed dependencies: perl(fix_print_html.lib) is needed by
2002 Nov 19
0
swat from 2.2.6 and RH 8.0
I know there have been previous threads about this, but I don't think they match my problem. I have the xinetd script provided by the Samba.org 2.2.6 binary RPM, and when I enable it and reload xinetd, I see xinetd listening in a `netstat --ip -lnp` command. When I point my browser at http://localhost:901/ I'm given an Alert dialog window stating "Document contained no
2006 Mar 13
6
noob question!! auto fill forms
I''ve been using rails for about 3 months and have a pretty cool app going, but i need to auto-fill some form data. is this possible? i would think so. well anybody to lend me a helping hand, much appreciated. -- Posted via http://www.ruby-forum.com/.
2001 Sep 23
3
Patch for 2.4.10?
Will there be a patch of the latest version of ext3 for kernel 2.4.10 forthcoming? -- David Hollister Driversoft Engineering: http://devicedrivers.com Digital Audio Resources: http://digitalaudioresources.org
2004 Aug 25
1
Newbie Question: Spatial Autocorrelation with R Tutorial?
Howdy All, I am looking for some good tutorials (books, websites, whatever) for calculating/testing for Spatial Autocorrelation using R. Specifically, I am wanting to test for autocorrelation of a number of variables measured at a set of discrete locations. Up to this point I have been exploring the "spdep" package and I can get "moran.test" to work, but I am concerned that
2004 Sep 03
3
Client had recoverable error
Mhhh. I am streaming from a 8mbit adsl connection so it should be fast enough. I tried streaming with media player, it's working for 24 hours now, doesn't seem to have the problem, is my winamp 5.03 broken? Or is winamp broken in general? :) Thanks for the help. Silvester -----Original Message----- From: Karl Heyes [mailto:karl@xiph.org] Sent: donderdag 2 september 2004 22:57 To:
2006 Feb 03
5
writing my own generator
Hi all, I wanted to write my own generator. What would be a good starting point. Is there any documentation on this, Best practices, etc? Regards, Harm de Laat -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060203/c64c4730/attachment.html
2005 Aug 10
5
validates_format_of on an optional field using :if
Hi there, I''ve got the following in my model: validates_format_of :postcode, :with => /^([a-zA-Z]{1,2}[0-9]{1,2} [0-9]{1}[a-zA-Z]{2})$/, :message => "is not valid", :if => :postcode ... but it''s not working - it always insists on validation, even if postcode is empty. Basically, the postcode field is optional, but if it''s filled in, I want to
2006 Apr 17
6
Is there anyway to make Rails NOT cache?
Is there anyway to make Rails NOT cache? I''m getting caching in the browser and the server. I have to restart Lighttpd after every view change to see the results. Thanks, phill
2004 Sep 01
2
Client had recoverable error
Hi there, I?m using icecast 2.0.1 with darkice 0.14 streaming an 192kb mp3 stream. Everything seems to work fine except that clients (eg winamp5) disconnect after a period of time (5/10/20 minutes). The icecast log shows some weir errors: [2004-08-18? 01:24:54] DBUG format-mp3/format_mp3_write_buf_to_client Client had recoverable error -1 [2004-08-18? 01:24:54] DBUG
2006 Jan 18
4
Ruby "htmlentities" replacement: code review please!
Hi Railers, For some time now I''ve been looking for a decent Rails equivalent of PHP''s "htmlentities" command, because ERB''s html_escape (or more commonly called as just "h", eg. <%=h @somevariable %> ) just doesn''t go far enough for me. Back in PHP land, I actually had an extended version of the htmlentities command to deal with
2006 Jan 03
3
Global functions and variables.
Hey People, I''m fairly new to Rails and have perhaps an obvious question. I would like to know if there is a place that I can declare variables and methods that are globally available to all controllers. My main reason for this is I like to auto generate select boxes based off of the contents of a hash and would like to be able to do this in all views in all controllers, so that I do not
2004 Aug 06
2
Placing Icecast in a chroot jail
On Thu, 2002-12-19 at 01:30, msmith@labyrinth.net.au wrote: > Alan Silvester <mascdman@shaw.ca> said: > > > Hi, > > > > (Sorry for the long email) > > > > As a bit of a learning exercise, I'm trying to place the icecast daemon > > in a chroot jail. I've been mostly sucessful: I can get icecast to > > serve the default stream from
2006 Feb 19
2
Asynchronous Encryption?
Hi Railers, I''m looking for something to do asynchronous encryption - where the encryption and decryption keys are different. This is for a scenario where I want to be able to store some information in the database that can only be decrypted in a different physical location using a secret private key (which will not be stored on the machine doing the encrypting). I''m trying