similar to: The user type: restrict login

Displaying 20 results from an estimated 300 matches similar to: "The user type: restrict login"

2007 Oct 31
2
Managing apache authentication
Hi there. I''m trying to wrap my head around puppet and its parlance and need some guidance... 2 Questions: 1) I have done some puppet stuff on a new server and would like to hear whether I have done things "the right way" 2) I want to build on top of that and am not sure how... Question 1 ========== We don''t normally host static websites for people, but have been
2007 Nov 01
2
Nodes and defaults question
Hi there, If I have a manifest with, say: node default { ..stuff.. } node mymachine { ..stuff.. } What would happen on mymachine: will the stuff in default be executed *as well as* the stuff in default, or only the stuff in mymachine? And, if the latter, should I move global stuff just to global scope outside of nodes? Thanks -Iwan
2008 Apr 11
2
Fake FQDN for puppetmaster (and ca) in faked environment?
Hi there, We have a fake environment in which we test software and config before rolling it out to prod. Here, we have a fake puppetmasterd running, serving the new config under test. But we''re having trouble with certificates. It is possible to specify via config what fqdn the puppet ca should use for itself? We need this to be a different (faked) fqdn than the real name of the
2007 Nov 08
1
Dealing with sensitive files?
Hi there, What do you people do when distributing files that only root should have read access to? What we''ve done is to put them in /etc/puppet/files (which is configured to be a location served by puppet''s file server). Then we let puppet own everything underneath /etc/puppet/files, and make those sensitive files readable only by the puppet user. In Ubuntu (which we use),
2007 Oct 26
3
Managing R packages under Linux
Greetings, I need to develop a way to manage the installation and update of R packages under linux (CentOS), hopefully using Puppet. I''ve got most of the rest of hodge-podge of install scripts and maintenance scripts translated into Puppet and need to tackle this beast now. R is a programming language for statistics, basically, and has a few jillion add on package libraries, very much
2007 Nov 04
21
Package management
Anyone care to share how they handle yum updates? We have a script that runs yum update nightly and then emails us the results when there are packages to be updated. Ideally I''d like a way to keep a class in site.pp that can be uncommented to run yum update -y after the update list is reviewed by a human. Tim
2002 Jul 07
2
Metadata socket and net2str() error
Hello there, I was hoping that maybe one of you guys could help me out with a problem I'm experiencing with tinc1.0pre7. First, I'll start with my configuration, after that I'll explain my problem. Background ---------- This is a simple, client-server situation on a private network. Both machines run the same Debian Woody 3.0 testing installation and both have identical packages
2007 Oct 31
15
puppetd can set more than one server address
hi,all I want set up a puppet HA structure. but if the puppetd can set more than one server address ,the work will be simple :D if one puppetmaster have error, the client can auto try the next. I think I can use the heartbeat or dns to do this same thing,but not so good. so I want know the puppetd can direct set in the configure file ? if not,will be add this option? -- Huang
2005 Dec 01
2
exploiting kernel
Hi, Can kernel's freeBSD exploited by tools hacking ? If true, can I know how to fix this problem, and what tools can do that. Thanks alot
2008 Jun 13
3
before_filter order of execution
Hi I''m trying to use before_filter to allow access to a site. Only logged in users can view any object in the controller, but only users with a access_level higher than 2 can view specific objects. My code is: ----------------------------------------------------------- IN USER_CONTROLLER before_filter :login_required before_filter :access_granted, :only => [:destroy, :new , :edit]
2003 May 15
5
Session and open files
Hi, Hi I'm using redhat 9 I've got samba working and I have users onj the system accessing the shares, Can anyone recomend a programme that can tell me whch users have got files open on my samba box Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Iwan Davies Server Support and Development Technician Cyngor Sir Ceredigion County Council IT Section Finance iwandav@ceredigion.gov.uk
2012 Jul 19
2
Custom VFS
Hi I would like to create custom VFS that would redirect all calls to my backend. Few questions: 1) is it possible to use Java with JNI wrapper to communicate with my backend or does it have to be pure C/C++ ? 2) are the notifications (file deletion/creation etc.) available in VFS, in other words notifying samba server and applications that directory has changed? 3) are there any
2003 Jun 16
3
Access Files
This mail is probably spam. The original message has been attached along with this report, so you can recognize or block similar unwanted mail in future. See http://spamassassin.org/tag/ for more details. Content preview: Hi, I'm running samba as a file store in our windows 2000 domain and are having a few problems with MS Access, we have a couple of users accessing the same mdb file,
2003 Apr 24
1
duplicate password prompt
I'm running samba 2.2.8a on a redhat 9 box, everything works great, but ever since I playd with the system-auth I now have to enter a password in twice when I logon to the console. Any one got any ideas ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Iwan Davies Server Support and Development Technician Cyngor Sir Ceredigion County Council IT Section Finance iwandav@ceredigion.gov.uk
2007 May 09
1
Automatic distribution of ssh public keys and server host keys
I''m in the process of automating the build of Oracle RAC nodes running on Linux but there''s one part I can''t quite get my head around. Oracle RAC requires that the oracle user on each node has an authorized_keys file containing the public keys of the oracle user on every other node. It also requires that the known_hosts file contains host keys for all other nodes to
2008 Oct 26
10
VNC access console of paravirtualised DomU
Hi, I''ve seen this asked a few times, but I just can''t work out whether I am misinterpreting how this is supposed to work, or if it is just broken in my setup. What I want is to be able to see the character cell console of DomU''s via VNC. As far as I understand, when I create/startup the DomU, then a vnc server should start listening on my Dom0. I have tried every
2004 Dec 13
1
What route do diverted SIP calls travel?
If I have inbound SIP calls arriving from a provider's gateway to an asterisk server on my LAN, which then routes the call back out via the provider's gateway to a PSTN number, once the call is answered do all the voice packets pass through my asterisk PBX, or is SIP intelligent enough to patch the two PSTN ends of the call direct to each other going only via two ports on the
2016 Jan 22
2
Notification of file modification in subdirectories not working
On Thu, Jan 21, 2016 at 04:57:34AM -0800, ivenhov wrote: > Hi > > Does anyone had similar issues in the past? > I still cannot find reason why notification of file modification of files in > subdirs is not visible on client machines Someone needs to send network traces and debug level 10 logs for this. And try to reproduce the same against a Windows server. Volker -- SerNet
2014 Jul 24
1
Samba and ActiveDirectory authentication
Hi all I'm interesting in using Samba shares with Microsoft AD in following way: I would like to set up my shares on Samba 3.6.3, authenticate Windows users via ActiveDirectory and have users/groups access to those shares configured in ActiveDirectory (not in smb.conf). Is that possible? I did fair amount of research but I could not find enough information or tutorial how to do it. Do I need
2014 Aug 06
2
List open connections with negotiated dialect
Hi all How can I list of all opened connections to a share and see protocol negotiated? Ubuntu 12.04, Samba 3 & 4 Regards Daniel -- View this message in context: http://samba.2283325.n4.nabble.com/List-open-connections-with-negotiated-dialect-tp4670389.html Sent from the Samba - General mailing list archive at Nabble.com.