search for: zane

Displaying 20 results from an estimated 53 matches for "zane".

Did you mean: sane
2013 Mar 12
4
PuppetDB http web interface user access
Hi All, Has anyone figured out a nice way to restrict user access to puppetdb''s http web interface? Such as a .htaccess method or something similar? I would prefer something along those lines instead of setting up firewall rules. -Zane -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups...
2007 May 19
2
PAM exec patch to allow PAM_AUTHTOK to be exported.
I figure some one here may find this interesting. I just begun work on allowing a smb home directory to be automounted upon login. -------------- next part -------------- A non-text attachment was scrubbed... Name: pam_exec.c.diff Type: text/x-patch Size: 213 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-security/attachments/20070519/19e6bd01/pam_exec.c.bin
2007 Oct 07
6
issetugid() for other procs
Any way to check if another proc has run or been run by a proc that is setuid or seteuid?
2008 May 11
1
Finding unmatched data between two dataframe using several factors
...quot;dan", "eion", "fred")) dat1 dat2 <- data.frame(x = paste("A", c(1,2,3,5,6), sep=""), y = c("andy", "bob", "ciaran", "dan", "zane"),z=c(10,20,30,40,50)) dat2 I would like to know data that from dat2 that doesn't appear in dat1 based on both the x and y factors ie (A5, dan, 40) and (A6,zane, 50). I have tried two approaches but have not been successful ? nomatch <- subset(dat1, is.element(?) == FALSE) ? setd...
2012 Dec 14
11
Puppet and Mcollective yaml file changing when it shouldn't
Has anyone else ran into this? debug: /Stage[main]/Mcollective/File[/var/tmp/facts.yaml]/content: Executing ''diff -u /var/tmp/facts.yaml /tmp/puppet-file20121214-13448-933j3r-0'' notice: /Stage[main]/Mcollective/File[/var/tmp/facts.yaml]/content: --- /var/tmp/facts.yaml 2012-12-14 00:53:20.000000000 +0000 +++ /tmp/puppet-file20121214-13448-933j3r-0 2012-12-14
2012 Dec 20
3
Update A Compiled Version
I'm pretty new to compiling software, although I would rather compile my own Samba 4.0.0 server rather than wait for it to become available in the repositories of my distribution. How do you update compiled software. Like if I compile and install Samba 4.0.0, and then 4.0.1 comes out, Is there a way to update to that without starting from scratch and having to rebuild my domain? Thanks
2013 Jan 19
3
Users and groups without Winbind
I'm just curious how this works. I've set up an Active Directory Domain controller using Samba 4.0.0. I DO NOT have Winbind configured. When I run "ls -al /samba/share/directory" I notice that I have users named like 3000000 belonging to the group "users". Without windbind configured, how do I have users and groups inside of my Samba domain (for instance the
2012 Sep 14
1
New DNS implementation
Hey everyone. I compiled Beta 9 and used the Bind9 DNS server for Samba DNS. Now I'd like to compile and set up RC1. I hear that it uses the new internal DNS server by default. Is there any additional configuration that needs to be set up here with the new DNS implementation?
2005 Jan 31
3
Ver 3.0.4 Anonymous access, no Password required
...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Any help would be appriciate, and sorry if seems I'm upset, frustrated is more like it. Every post I've seen has a couple of suggestions and then no "yes it worked, no it didn't". And there are only 3 or so I could find in the archive. --Zane P.S. On a side not, I would love to have the Homes sections un commented but if I use an ID with no password for the time being, it gives the home directory of the ID. I hope if there is a solution to the no password dialog box, that it will allow homes to be opened. If not, any suggestions? Al...
2015 Apr 01
0
Asterisk 13.3.0 Now Available
...ers when device unregisters under MariaDB (Reported by Richard Miller) * ASTERISK-24752 - Crash in bridge_manager_service_req when bridge is destroyed by ARI during shutdown (Reported by Richard Mudgett) * ASTERISK-24741 - dtls_handler causes Asterisk to crash (Reported by Zane Conkle) * ASTERISK-24015 - app_transfer fails with PJSIP channels (Reported by Private Name) * ASTERISK-24727 - PJSIP: Crash experienced during multi-Asterisk transfer scenario. (Reported by Mark Michelson) * ASTERISK-24771 - ${CHANNEL(pjsip)} - segfault (Reported by Niklas Lar...
2015 Apr 01
0
Asterisk 13.3.0 Now Available
...ers when device unregisters under MariaDB (Reported by Richard Miller) * ASTERISK-24752 - Crash in bridge_manager_service_req when bridge is destroyed by ARI during shutdown (Reported by Richard Mudgett) * ASTERISK-24741 - dtls_handler causes Asterisk to crash (Reported by Zane Conkle) * ASTERISK-24015 - app_transfer fails with PJSIP channels (Reported by Private Name) * ASTERISK-24727 - PJSIP: Crash experienced during multi-Asterisk transfer scenario. (Reported by Mark Michelson) * ASTERISK-24771 - ${CHANNEL(pjsip)} - segfault (Reported by Niklas Lar...
2016 Aug 18
0
Missing new NS record.
...using your company's official DNS servers rather AD DNS server you can set up forward zone on your company's official DNS servers for they forward any AD related request o your AD DNS servers (those declared as forwarders in the forward zone). Cheers, mathias 2016-08-18 2:35 GMT+02:00 Zane Zakraisek via samba <samba at lists.samba.org>: > Hey everyone. > I've had an AD domain running on a samba server for years now. > I recently decided to add a second samba DC. (both 4.4.5) > > I ran through all the DNS checks mentioned here... > https://wiki.samba.org/i...
2001 Jul 04
0
[Fwd: RPgSQL db.execute() command]
David Meyer wrote: > > Evan Zane Macosko wrote: > > > > Hello everyone. > > > > I am using the RPgSQL package, and am having some trouble using the > > db.execute command. I successfully connect to my database, and issue a > > simple SQL query, like db.execute("Select * from c0000075"...
2001 Jul 17
1
vector angle
Hi everyone, I'm translating into R some programs I worked through in Matlab to calculate the angle between two vectors (very large--like 6200 rows in each vector). In Matlab, I used a series of nested for loops, because I was calculating the angles between many pairs of vectors. I know for loops are not desirable in R code, so I was wondering if anyone could recommend a faster way to
2001 Aug 06
1
running R from Perl
Hi everyone, I'm interested in running R remotely from a Perl program--specifically I want to plot some data in Perl and return the graph as an object to Perl. Does anyone know if this is possible? Thanks, Evan -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2001 Aug 14
1
using jpeg() in BATCH mode
Hi everyone, I'm trying to run R in batch mode, and I'm having trouble printing my plots to any file type other than postscript. I know R BATCH doesn't support X11()--is there any way to use R BATCH and write jpeg files? Also: I am running a cgi script to do this--alternatively to batch, is there some kinds of R-CGI interface that might be easier? Thanks! evan
1998 Aug 20
0
NT4/samba question
...hat we can manually map the drives through the DOS window by typing something like this: net use z: \\<servername>\<service> This works fine and then we're able to see the drive from Explorer, and delete from Explorer as well. Any help would be greatly appreciated. Thanks!! -Zane Vanselow enaz@hotmail.com ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
1998 Sep 08
0
question about passwords when logging in
...t the NT password? If so, do I need to add stuff to the config file regarding the domain controller? * Do the unix machine and NT machines have to have the same uid and password for each user I want this to work for? If anyone can help, it would be greatly appreciated. Thanks much people!!! -zane vanselow fcg, san francisco 415/545-0174 ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
2004 Jun 03
0
question about broken connections
Hi need to contact Zane Vanselow
2012 Sep 24
1
Reverse Lookup Zone
I've compiled, installed, and set up the first Samba release candidate three times this last week, and every time I've noticed that the provision step is not creating a Reverse Lookup Zone. It creates a Forward Lookup Zone with all the A records of the test clients that I join, but there's no Reverse Lookup Zone for the client's PTR records. When I was using the BIND DNS server,I