similar to: username map is not functioning

Displaying 20 results from an estimated 7000 matches similar to: "username map is not functioning"

2012 Oct 17
1
Win2k auth on named share fails on mixed Windows network.
Hi there, Background: Samba 3.6.6 compiled from source on Debian Squeeze using the Debian- installed Kerberos (1.8.3) libraries. Running in an Active directory domain with mixed Win2k Server and Win2k3 Server DCs. Yes, I've been trying to persuade them. Both WINS and DNS name resolution work on the system. Samba uses the DCs for WINS, and the DCs are also name servers with an additional
2016 Apr 21
1
Debian patched 3.6.6 winbindd fails.
Hi Andrew, On Thu, 21 Apr 2016, Andrew Bartlett wrote: > On Wed, 2016-04-20 at 20:51 +0100, G.W. Haywood wrote: > > ... > > [2016/04/20 20:31:30.288745, 0] Could not fetch our SID - did we join? > > [2016/04/20 20:31:30.288774, 0] unable to initialize domain list > > > > Of course the join is OK, and winbindd from 3.6.25 has no problem ... > > Is that
2013 Jan 24
1
security = ads, username map and valid users
I would like to use Samba (3.5.10 as supplied with RHEL6 if possible) to make some directories accessible as a filesystem to (some of) our developers. However, those directories are read and written by a web server, and all files and directories in there should belong to www-data:www-data. The obvious solution is a username map - just map everyone to www-data - but then "valid
2016 Apr 20
2
Debian patched 3.6.6 winbindd fails.
Hi there, I manage a Samba installation which has been operating very well on Debian Wheezy for a number of years. Up until last week I was running 3.6.25, which (as always until now) I compiled myself. Because of the large number of changes in the recent security patches, I opted to try the Debian 'samba' and 'winbind' packages. I was a little horrified to find that Debian is
2004 Oct 13
1
Mirror problems.
Hi there, I just tried a couple of ftp mirrors to grab the latest OpenSSH. ftp://ftp.solnet.ch/mirror/OpenBSD/OpenSSH/portable/ replies with a 550 and ftp://ftp.dragonbsd.swiss-anime.ch/pub/OpenBSD/OpenSSH/portable/ doesn't seem to have been updated since May. They were the first two I tried. Why me??? :) 73, Ged.
2010 Mar 03
1
asterisk SIP, SIPAddHeader() and Cisco GED-125
Greetings: I'm in the situation where I'm trying to splash information picked off by an asterisk IVR into a Cisco call center environment. I'm under the impression that the ONLY way to do this is to setup socket connections with the Cisco "voice processor", or CVP, and send packets corresponding to GED-125. Cisco has a detailed 100+-page document detailing the internals of
2016 Mar 20
2
[Bug 11803] New: rsync protocol (selection/compatibility) problem
https://bugzilla.samba.org/show_bug.cgi?id=11803 Bug ID: 11803 Summary: rsync protocol (selection/compatibility) problem Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org
2012 May 03
2
username map not working to 3.6.3 (security =ADS)
Hi all, ? i'm working on solaris 10 with compiling samba version 3.6.3. My box is client?of LDAP on solaris server Server Samba is domain member of AD Windows 2008R2 Kerberos is configured to link to AD Windows 2008R2. ? I'm not use windbind in my configuration. ? I've got this messages ? [2012/04/27 13:39:10.550408,? 3] auth/user_krb5.c:50(get_user_from_kerberos_info) ? Kerberos
2003 Jan 07
1
help interpreting output?
Dear R experts, I'm hoping someone can help me to interpret the results of building gam's with mgcv in R. Below are summaries of two gam's based on the same dataset. The first gam (named "gam.mod") has six predictor variables. The second gam (named "gam.mod2") is exactly the same except it is missing one of the predictor variables. What is confusing me is
2012 Jul 26
1
gamma distribution in rugarch package
Hi guys, does anyone know if there is the possibility to fit a gamma distribution using ugarch?honestly i don't know if maybe is possible to fix some parameters that reduce ghyp or ged in a gamma distribution.. thanks a lot sara -- View this message in context: http://r.789695.n4.nabble.com/gamma-distribution-in-rugarch-package-tp4637893.html Sent from the R help mailing list archive at
2007 Feb 27
1
Additional args to fun in integrate() not found?
Hello, fellow Rdicts, I have the code for the program below. I need to integrate a function of "x" and "p". I use integrate to integrate over "x" and pass "p" as an additional argument. "p" is specified and given default value in the argument list. Still, integrate() cannot read "p", unless I explicitly insert a numeric value in the
2016 Apr 21
1
Debian patched 3.6.6 winbindd fails.
Hi Rowland, Thanks for replying. On Wed, 20 Apr 2016, Rowland Penny wrote: > On Wed, 20 Apr 2016, G.W. Haywood wrote: >> [2016/04/20 20:31:30.288745, 0] Could not fetch our SID - did we join? >> [2016/04/20 20:31:30.288774, 0] unable to initialize domain list > > Can you post your smb.conf ? Not all of it I'm afraid, but hopefully here are the relevant bits.
2007 Sep 26
2
libFLAC++ Seeking
Hello, I've a problem with seeking using libFLAC++ API. The call to seek_absolute always returns with false, whatever I do. I tried many different ways, finally I tried to reduce my added code to near zero, so I used the cpp decode example in ...\flac-1.2.1\examples\cpp\decode\file\.main.cpp and added only one line: bool b=decoder.seek_absolute(1000); right before ok =
2000 Feb 26
1
OpenSSH on HP-UX 11 with TCB
Hi, an updated and more civilized post (to my one and only previous one) on getting OpenSSH to work on HP-UX 11 using the TCB. I used the HP ANSI C compiler. Firstly, I needed to download, compile and install OpenSSL, EGD and ZLib. Specific issues: configure did not handle hpux 11 login.c did not compile makefile did not use $(CFLAGS) sshd did not compile (pam issues), I wanted to use
2010 Jul 23
7
fail rollback transaction with manual raise exception
With : PostgreSQL 8.4 or postgresql-8.3 rails 2.3.4 pg 9.x or pg 8.x I test this code: ========================= class NkiBatch < ActiveRecord::Base Bank.connection.transaction do bank = Bank.new(:name => "ddsjdsjdsjk") bank.save! raise ActiveRecord::Rollback.new end end and this: ========================= class NkiBatch < ActiveRecord::Base
2004 May 30
1
What's wrong with this simple code???
Hi, all I can not figure this out, please have a look and help me out. thank you! Note: this is in SPLUS, not R. I have following code *********************************** modfit<-function(yir,yew, ft) { n<-length(yew) yew<-yew[1:(n-1)] yy<-yir-ft xx<-yew-ft n<-length(xx) xx0<-xx[2:n] yy0 <-yy [2:n] xx1<-xx[1:(n-1)] fit <- garch(yy0~xx0 + xx1+var.in.mean,
2010 Jul 05
1
plotting data with ellipse confidence intervals
Hi, I would like to plot a set of paired means (as X Y data) with unique confidence intervals for each (creating a set of ellipses, each with it's own centre point and shape). Would appreciate any advice out there! Cheers, Ged [[alternative HTML version deleted]]
2013 Jan 31
1
I want to download "garchOxFit" function.
Dear R help. Hello. I want to fit the model of "FIGARCH" on TimeSeries data. So I need to use the code of "garchOxFit". I don't know how to estimate FIGARCH model. Please let me know which package I need and what is procedure of estimating FIGARCH by R. I think I need this code! &gt; garchOxFit(formula.mean = arma(0, 0), formula.var = garch(1,1), series =
2004 Aug 06
1
Speex Theory
Hey, this is my first post... i'm new with Speex and i'm interested in the theory behind this compressino scheme... has anyone of you worked with the theory of this codec? -----BEGIN GEEK CODE BLOCK----- Version 3.1 GED/J d-- s:++>: a-- C++(++++) ULU++ P+ L++ E---- W+(-) N+++ o+ K+++ w--- GE/CS/MU d-- s:- a-- C++(++) SL P L+ E-- W++(+) N K+ w++ o? M V-- PS+ PE Y+ PGP !t 5 X++ R tv+ b++
2007 Sep 27
1
libFLAC++ Seeking
?rta: > ?rta: > > Hello, > > I've a problem with seeking using libFLAC++ API. > The call to seek_absolute always returns with false, whatever I do. > > I tried many different ways, finally I tried to reduce my added code to near zero, so I used the cpp decode example in ...\flac-1.2.1\examples\cpp\decode\file\.main.cpp and added only one line: > > bool