similar to: Kerberos negotion error? reply_spnego_kerberos(250)

Displaying 20 results from an estimated 700 matches similar to: "Kerberos negotion error? reply_spnego_kerberos(250)"

2004 Sep 16
0
password synch with Active Directory and v. 2.0.9
Good morning Samba mailing list. I have found myself suddenly thrown at a Samba problem, and I have been unable to find the answer I need in the documentation. I did find some interesting tidbits on the Samba 2.X trouble shooting guide, but the issue still remains. I'm running Samba 2.0.9 on Solaris 7 and Windows 2000 with Active Directory on some sort of Dell hardware. For the most
2004 Dec 08
0
Joining ADS errors when using net ads join command
Dear Samba Gurus, I've been R'ing TFM but I can't seem to find any help with this problelm. When I attempt to get samba to join the active directory domain I get the following error message: [2004/12/08 14:42:51, 0] libads/kerberos.c:get_service_ticket(335) get_service_ticket: kerberos_kinit_password BOBA-FETT$@WESTAM-US.CORP@WESTAM-US.CORP failed: Client not found in Kerberos
2005 Jul 28
1
reply_spnego_kerberos in log file
Hi all, I have installed Samba 3.0.7 on HP-UX and I have configured to work with "security = ADS" with a Windows 2000 Domain Controller and kerberized connection. It works fine, I have joined the domain and I can use the share defined, but the log contains: [2005/07/28 09:46:32, 1] smbd/service.c:make_connection_snum(648) 10.11.50.51 (10.11.50.51) connect to service SHARE initially
2005 Feb 01
1
smbd/sesssetup.c:reply_spnego_kerberos(173) Failedtoverify incoming ticket!
One thing to rule out is that there is a clock difference of greater than 5 minutes between Samba Domain Member and the DCs. Make sure that you Samba Domain Member clock has approximately the same time as the DC. You can do net time set -S dcname/dcip. -Marc > -----Original Message----- > From: joysn@gmx.net [mailto:joysn@gmx.net] > Sent: Tuesday, February 01, 2005 2:19 PM > To:
2005 Feb 01
1
smbd/sesssetup.c:reply_spnego_kerberos(173) Failed toverify incoming ticket!
Hi Ryan! i didn't build samba, i used the binaries shipped with my debian sarge distro... do you think it's an issue with the kerberos version this samba is using? Joysn On Tue, Feb 01, 2005 at 05:11:30PM -0500, Ryan Frantz wrote: > > This sounds similar to a problem I was having (RH AS 2.1, though). What > was the configure command you used to build Samba? > > I kept
2005 Feb 01
1
smbd/sesssetup.c:reply_spnego_kerberos(173) Failed to verify incoming ticket!
Hello! i have troubles to connect to a samba 3.0.10 which is configured to be an AD domain member using it's netbios name rather than it's ip address from a windows 2000 professionall machine with sp4 installed. the ADS is a w2k server with sp4. i use MIT kerberos 1.3.6 on a debian sarge machine, which sould not require a krb5.conf as found in the samba howto collection. i have read some
2011 May 09
4
Slightly OT: Android phone as sip-gw?
Hi, i have some spare (read: Boss get's a new one every few month ;)) Android Phones laying around. Does someone know a way of using them as a mobile gateway for asterisk? I could not find any SIP-Gateway in the Market, and i don't think it's possible to use the GSM Audio directly with something like chan_datacard... Regards, Jay -------------- next part -------------- An HTML
2010 Jun 01
2
New behavior of 'write.csv' append argument?
Dear R users, I have recently begun to reuse some functions I made several months ago. The scripts write to a .csv file using the 'write.csv' function with the append option set to TRUE. This used to work fine, albeit with the warning "appending column names to file". I upgraded to R version 2.11.0 on OSX 10.5.8 and 'write.csv' will no longer append any files - I get the
2011 May 28
8
Cisco registration problem with 1.8.3.3
I am having a problem registering my cisco phones which is exactly like that described in http://lists.digium.com/pipermail/asterisk-users/2011-May/262306.html except that I am on Asterisk 1.8.3.3 and using sip level POS3-07-4-00 The symptoms are: o 7960 lines show [X] o Outbound calls can be made from the phone, including call pickup of inbound calls, but not to it. o Trace shows REGISTER
2008 May 03
3
Excluding/removing row and column names on text output files
Dear R users, I've had no joy finding a solution to this online or in any of my R books. Many thanks in advance for any help you can give. I'm seeking to output a data frame (or matrix - it doesn't matter which for my purposes) to a .txt file, but omit any row or column names. The data frame that I'm using doesn't actually have column or row names to start with as it has been
2008 Feb 18
2
Custom Plot - means, SD & 5th-95th% (Plotmeans or Boxplot)?
Any help with this problem would be greatly appreciated: I need to produce a custom plot i haven't come across in R. Basically, I want to show means, 1st standard deviation and 5th and 95th percentiles visually, using something resembling a boxplot. Is it possible to completely customize a boxplot so that it shows means as the bar (instead of, not as well as medians), standard deviations at
2011 Dec 12
1
SIP MESSAGE outside calls - state of the art?
Hiya, SIP Messaging is implemented in asterisk-10... >The only documentation I can find talks about a patch and is pretty old:>http://www.voip-info.org/wiki/view/Asterisk+SIP+Messaging <http://www.voip-info.org/wiki/view/Asterisk+SIP+Messaging> Like anything on voip-info.org it's horrible outdated. I think there's a documentation for the message-routing in docs.... Regards
2009 Sep 08
2
CallerID app for Symbian?
Hi, we're using a GSM-Gateway on asterisk to forward incoming calls to the cellphones, but, of course, the cellphones always display the callerid from the gateway. Does anyone know a symbian app that could (on an incoming call) connect via grps/3G to a database behind the asterisk and fetch the real callerid and do a calleridname-lookup on a number? -------------- next part -------------- An
2009 Sep 10
2
How to catch isdn progress message
Hi All, I would like to ask for some advice how to solve following situation: We have to record and decode isdn PROGRESS message and when particular message is found call should be hang up and dialplan should continue. So far we have come up with two ways we think solve the problem and would very much appreciate to hear your opinion. 1) add special progress extension to dialplan so we can
2010 Feb 11
1
Using sapply on a two argument function
Dear R users, I have a function (simplified here) that accepts two arguments and performs various calculations: foo <- function(y, x) { a <- y*sqrt(x) b <- a+2 c <- a*b return(c) } If I call the function as follows I get the result I desire: > foo(.1, 1:12) [1] 0.2100000 0.3028427 0.3764102 0.4400000 0.4972136 0.5498979 0.5991503 0.6456854 0.6900000 0.7324555 0.7733250
2007 Dec 22
1
Sounds transscript / speech synthesis
Hi, in the earlier version there was a sounds.txt with the transcript of the soundfiles. Does this still exist somewhere? Is there a plan to make speech synthesis available the same way as soundfiles, ie. instead of playing language/soundfile.wav, send the text to the speechengine and play the output...? Jay... -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Apr 01
2
Adding regression lines to each factor on a plot when using ANCOVA
Dear R users, i'm using a custom function to fit ancova models to a dataset. The data are divided into 12 groups, with one dependent variable and one covariate. When plotting the data, i'd like to add separate regression lines for each group (so, 12 lines, each with their respective individual slopes). My 'model1' uses the group*covariate interaction term, and so the coefficients
2004 Jan 26
0
canreinvite and codec negotations... and NAT
I've gotten canreinvite=yes to work with a sip device behind NAT!! You *MUST* port forward the SIPPort to in your gateway router to your phone. This is a MUST. Okay, now on to my problem.. I have people who will be using ulaw, and I have people who will be using g729.. I want to set it up so that canreinivte will work.. I have a single cisco gateway.. Asterisks isn't handling the
2004 Jan 29
0
canreinvite and codec negotations...
Okay, now on to my problem.. I have people who will be using ulaw, and I have people who will be using g729.. I want to set it up so that canreinivte will work.. I have a single cisco gateway.. Asterisks isn't handling the negotation between the 2 devices very well.. For example.. [gateway] type=friend host=1.2.3.4 canreinvite=yes qualify=200 dtmfmode=rfc2833 context=default disallow=all
2008 Jun 14
0
[PATCH 2/2] virtio: Complete feature negotation before updating status
On Friday 13 June 2008 22:46:41 Mark McLoughlin wrote: > lguest (in rusty's use-tun-ringfd patch) assumes that the > guest has updated its feature bits before setting its status > to VIRTIO_CONFIG_S_DRIVER_OK. > > That's pretty reasonable, so let's make it so. Applied. That's a bug, I'll send to Linus immediately (I screwed up in the feature changes which are