similar to: PAM vs smbpasswd oddity

Displaying 20 results from an estimated 13000 matches similar to: "PAM vs smbpasswd oddity"

2006 Sep 25
2
SAMBA and 2 form factor auth
Hi All, I havent heard a response back to my previous posts so I am now trying from a "broader" topic. What I have is the following: A 2 Form Factor Token Authentication system similar to RSA SecureID A Linux SAMBA 3.0.14a-Debian I've got the two systems authenticating against each other with RADIUS via PAM support. When I tell SAMBA to use this PAM support as well, I see the
2006 Sep 19
1
CryptoCard - PAM or RADIUS?
Greetings all, I'm working on attempting to get SAMBA to work with a product line called CryptoCard. I *should* be able to get it to work one of two ways, either through the use of CryptoCard's provided PAM module, or through RADIUS authentication. Currently, I cannot seem to get PAM authentication to work at all. This is what is in the 'samba' file for PAM: auth
2007 Aug 14
4
Dial plan suggestions
Hello all, I've been asked to look into my home dial plan to see if I can improve it by an important customer (my wife). What we would like to have happen is that an inbound call rings all the phones (This is done). Once one phone picks up, of course all the others stop ringing (Also done). Here's the gotcha. She doesnt like having to "transfer" calls to another phone;
2007 Sep 18
1
Asterisk 1.4 and Cepstral
Greetings, I've recently upgraded from Asterisk 1.2 to 1.4. I've been searching for a solution, but am also trying the easy way at the same time. I've now got David of Cepstral now speaking using app_swift from http://www.mezzo.net/asterisk/app_swift.html . The problem is, he sounds way worse than he did when it was asterisk version 1.2. I'm seriously considering either
2005 Mar 21
1
Net2Phone / Vonage
I can cut and paste the log file from a reload right now, and provide you with the other information when I get home after work: tmp*CLI> sip debug SIP Debugging Enabled tmp*CLI> reload Mar 21 14:52:42 NOTICE[23231]: indications.c:397 ast_unregister_indication_country: Removed default indication country 'us' 11 headers, 0 lines Reliably Transmitting: REGISTER
2006 Feb 08
1
Weird validation issue
Hi, I''m having a weird validation issue. Validation isn''t working for certain attributes and, for some reason, it''s also affecting things outside of validation. For campers on certain camp types, we require some information about their school. I tried to validate the information this way: validates_presence_of :school_type, :if => Proc.new { |c| !c.booking.nil?
2011 May 23
1
Interpreting the results of the zero inflated negative binomial regression
Hi, I am new to R and has been depending mostly on the online tutotials to learn R. I have to deal with zero inflated negative binomial distribution. I am however unable to understand the following example from this link http://www.ats.ucla.edu/stat/r/dae/zinbreg.htm The result gives two blocks. *library(pscl) zinb<-zeroinfl(count ~ child + camper | persons, dist = "negbin", EM =
2012 Oct 14
2
Poisson Regression: questions about tests of assumptions
I would like to test in R what regression fits my data best. My dependent variable is a count, and has a lot of zeros. And I would need some help to determine what model and family to use (poisson or quasipoisson, or zero-inflated poisson regression), and how to test the assumptions. 1) Poisson Regression: as far as I understand, the strong assumption is that dependent variable mean = variance.
2013 Aug 23
0
pam oddity
CentOS 6.4, 64-bit. Aug 23 08:32:33 <workstation> kdm: :0[11133]: PAM unable to dlopen(/lib64/security/pam_gnome_keyring.so): /lib64/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory Aug 23 08:32:33 <workstation> kdm: :0[11133]: PAM adding faulty module: /lib64/security/pam_gnome_keyring.so So I do yum provides
2017 Apr 24
2
IMAP hibernate and scalability in general
Hello, Just to follow up on this, we've hit over 16k (default client limit here) hibernated sessions: --- dovecot 119157 0.1 0.0 63404 56140 ? S Apr01 62:05 dovecot/imap-hibernate [11291 connections] dovecot 877825 0.2 0.0 28512 21224 ? S Apr23 1:34 dovecot/imap-hibernate [5420 connections] --- No issues other than the minor bug I reported, CPU usage is
2019 Aug 07
3
Advanced rsync includes and excludes
Hi, I'm a happy camper @ rsync (and rsnapshot) since years. Thanks for this major piece of software. In an attempt to reorganize my rsnapshot backups, I stumbled across an issue, that I'm trying to seeking a more sophisticated solution here. Given, I have a deeply branched tree, where I would like to include a specific directory deep under, while excluding anything else on that path,
2003 Apr 07
4
subsetting a dataframe
How does one remove a column from a data frame when the name of the column to remove is stored in a variable? For Example: colname <- "LOT" newdf <- subset(olddf,select = - colname) The above statement will give an error, but thats what I'm trying to accomplish. If I had used: newdf <- subset(olddf,select = - LOT) then it would have worked, but as I said the column
2009 Feb 12
1
remember chosen label and re-use for next boot
Hi, I have just converted from grub (legacy) and am now using extlinux, which makes me a very happy camper by the way :-) There is one thing I am missing though, grub has the possibility to remember the chosen label and re-use that as default for the next boot. Is there something I missed in the documentation (would not be the first time ;-)) or is such a feature intentionally left out? I
2008 Jun 13
1
[LLVMdev] Shared libs?
Hi Cyrille, concerning your patch, > [1] http://www.opengtl.org/download/X86JITInfo.cpp.pic.patch there are two minor glitches: s/#ifdef/#if/, s/#end/#endif/. Otherwise it works great over here! Pure builds fine with a shared runtime lib on 64 bit now, so I'm a happy camper. :) I would like to make this patch available on the Pure website, ok with you? Albert -- Dr. Albert Gr"af
2005 Feb 15
2
Poll: what features are you lusting for in v4
While we're waiting on the keebler elves to make the new CentOS 4, what feature(s) are you most lusting after in RHEL/CentOS 4? For me: - official Mysql 4!!! (man does this make me happy) - official Subversion ..are my top two, they will make me a happy camper for so many projects. :) Sure sure the 2.6 kernel is nice, but that super-patched 2.4 kernel on v3 seems to work quite well
2006 Apr 26
3
Weird arp behavior
Hi all, So, I've deployed Tinc in a non normal manor to which has been working just fine for days up until recent. Here is a description of the network. There are two VPN host controllers, A and B. All nodes have a separate connection to A and B. Tinc has been configured to be in 'switch' mode for both the A cloud and B cloud. On the back end, I have OSPF running on all nodes and
2002 Jul 19
1
VP3/QT: More QT 6 trouble
It looks like there's more QT 6 trouble, and this is specific to the post-3.2.5.x builds. I'm on it, and will try to sort things out by Monday. Cheers, Eric (not a happy camper!) --- From a note I sent to Dan Miller: The "3.2.2.0" binaries on www.vp3.com fail with an error I haven't seen before--"You may experience problems playing a video track in credits_v.mov
2004 Sep 10
1
[Flac-users] BIG Problem!!! Help please!
Yeow! I have many files that have become unplayable. They are almost (but not always) the files of an entire CD. The error I get is FLAC_STREAM_DECODER_ERROR_LOST_SYNC. They played until recently using WinAmp and PhatNoise. They will not decode, returning a 0 error. I recently re-installed Windoze (XP Pro) if this might be a cause, but many of the files I had before the reinstall still do play.
2001 Oct 31
3
maps in R (fwd)
Here is the answer to an old question of mine, regarding maps in R Hope this help. claudia ---------- Forwarded message ---------- Date: Mon, 25 Jun 2001 13:48:05 -0400 From: Kieran Healy <kjhealy at Princeton.EDU> To: Claudia Tebaldi <tebaldi at ucar.edu> Subject: Re: [R] maps in R Hi Claudia -- you can get the maps() library from here:
2006 Nov 04
3
Tinc for gaming
Hi, We are trying to set up tinc for playing lan games over the internet. The three of us are running tinc, can ping each other and browse shared folders. yes, windows :| However we cannot connect because we don't show up in the game lobby. The games usually require udp ports to be open, but I think these are all open once we establish the tinc tunnel. Also, testing with all computers in