search for: app_users

Displaying 3 results from an estimated 3 matches for "app_users".

Did you mean: app_user
2004 Jul 15
0
Add Linux User Account to Active Directory Domain
I have a problem I'm hoping someone can help me with. I have a user account for batch processing on a Linux AS 2.1 server (irxbatch) that needs to be added to a corporate Active Directory security group (we'll call it 'app_users'. I'm running Red Hat Linux AS 2.1 on an Intel based HP 1550 server. The server is running Samba 3.0.2a which was obtained from the www.samba.org site and installed from an rpm. I then configured the server to authenticate the samba shares (we're not using Samba print services on this...
2014 Mar 21
0
mount point directory permissions
Hi I have the following problem: in a certain module I need to set permissions on a directory after the mount was executed. If I do the following file { '/app_dir': ensure => 'directory' owner => 'app_user' group => 'app_group' mode => '2775' } mount { '/app_dir': ensure => mounted, atboot => true, device
2012 Mar 29
25
Unable to deploy to Apache
Hi All, Can someone please help? I''ve been banging my head against for wall for 2 months; all of which has been spent trying to set up ROR. So I actually haven''t written 1 line of code :( Any help would be greatly appreciated :) I''m following the 4th edition of "Agile Web Development with Rails". So, I''m able to deploy the site via WEBrick.