similar to: "+" breaks "force groups" with winbindd?

Displaying 20 results from an estimated 20000 matches similar to: ""+" breaks "force groups" with winbindd?"

2003 May 23
1
Inefficient Winbind behavior? Not sure if it posted 1 st time.
Thanks for the response, Jerry. Is there a way for me to verify this is happening? Winbindd has been running for a few days now, and I just did a netstat and the only connections to a DC are to the off-site one, the PDC. Thanks. Sven -----Original Message----- From: Gerald (Jerry) Carter [mailto:jerry@samba.org] Sent: Thursday, May 22, 2003 10:19 PM To: SRuth@LANDAM.com Cc:
2003 May 20
4
Inefficient Winbind behavior?
Hello all, I'm having an issue with Winbind and I'm not sure if it's occurring by design or not. My Samba server resides in a Windows NT domain and uses winbindd to authenticate to a mixed-mode 2003 domain over a trust relationship. Everything works the way it ought to. However, every so often my users experience delays of anywhere from 30 to 60 seconds when connecting to a share,
2002 Oct 08
9
Please assist with Winbind issues!
Hello, I've been trying for a couple of weeks now to get Samba to authenticate via Winbind to an NT domain. I've scoured Google and the mailing lists to no avail. I've tried various configurations that I've found during my searches, but none of them have worked for me. I need to be able to authenticate users, that do not have an account on the Linux box, against the NT domain,
2003 May 14
1
Inefficient Winbind behavior? Not sure if it posted 1st time.
Hello all, I'm having an issue with Winbind and I'm not sure if it's occurring by design or not. My Samba server resides in a Windows NT domain and uses winbindd to authenticate to a mixed-mode 2003 domain over a trust relationship. Everything works the way it ought to. However, every so often my users experience delays of anywhere from 30 to 60 seconds when connecting to a share,
2003 Nov 10
0
Strange SWAT 3.0 behavior with group names containing spaces
Hello everyone, I've noticed something odd with SWAT version 3.0 and above. Specifically, for fields such as "read list" and "write list", any spaces in group names are replaced with a comma and a space when changes are committed via SWAT. For all previous versions of SWAT I've been able to use group names with spaces without this mangling from SWAT. At first I
2007 Jul 16
3
Errors in data frames from read.table
Hello, all. I am working on a project with a large (~350Mb, about 5800 rows) insurance claims dataset. It was supplied in a tilde(~)-delimited format. I imported it into a data frame in R by setting memory.limit to maximum (4Gb) for my computer and using read.table. The resulting data frame had 10 bad rows. The errors appear due to read.table missing delimiter characters, with multiple data
2003 Aug 10
0
Outdial digits - non TDM trunk
I have successfully built and made asterisk talk SIP extension to SIP extension, read all the docs, and about 1000 emails from the archive. The trunk side of Asterisk, from the docs perspective, is a smidgin TDM-centric, Analogue, T1, zaptel.conf etc..... Asterisk cares not about the externally presented digits as the telco KNOWS which time-slot or analogue line the call came from I live in an
2006 Jul 20
2
Q: winbindd, unqualfied users, & name conflicts (a.k.a "Death to 'winbind use default domain'!")
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Volker, Assume I have a member server named LINUX joined to a domain name AD. Now assume I have a local user named foo in my passdb and a user named foo in the domain as well. I'm modifying winbindd_util.c:parse_domain_user() to do a lookup_name() to try to figure out which domain to prepend to the username rather than just assuming its a domain
2004 Jul 13
1
3.0.5pre1 -> 3.0.5rc1 breaks winbindd group lookup with spaces
When upgrading our test system from 3.0.5pre1 to 3.0.5rc1 with identical configurations we found that one share using a group name with an embedded space was no longer accessible after the upgrade. Here's an example of the logged error message: [2004/07/13 10:50:07, 1] nsswitch/winbindd_group.c:winbindd_getgrnam(298) group 'Domain in domain TESTDOM does not exist That's coming
2003 May 28
1
Passing domain name to PPP
Hi- Our PPP RAS server is running Samba 2.2.8a and winbind. We want to authenticate dialup users through the PDC (Win NT 4 SP6). However, in order to do so, the dommainname needs to be prepended to the username, ie, DOMAIN+USERNAME. We don't want to have to teach all our dialup users to add the domainname when they login to RAS, so we are looking for a way to script this. Has anyone tweaked
2020 Feb 21
1
trivial typo in man page Quote.Rd
Attn: someone on R-core: "ran" should be "can". Also, thanks for this feature! Index: Quotes.Rd =================================================================== --- Quotes.Rd (revision 77845) +++ Quotes.Rd (working copy) @@ -74,7 +74,7 @@ Raw character constants are also available using a syntax similar to the one used in C++: \code{r"(...)"} with
2015 Feb 13
2
[PATCH] ./run: Use 'prepend' function to build paths.
Add a bash function 'prepend' for intelligently prepending elements to paths. eg: prepend PYTHONPATH "/foo" would set PYTHONPATH to "/foo" or "/foo:<previous-contents-of-PYTHONPATH>" Tested by: (1) Building and testing libguestfs twice: first without libguestfs installed as a system library, and then with it installed. (2) Examining the output of
2006 Jul 21
1
RE: Q: winbindd, unqualfied users, & name conflicts (a.k.a "Deathto 'winbind use default domain'!")
My opinion: Local users should always take precedence. People should specifically refer to local users as <SambaHostName>\localuser, if that is the form the SMB client insists on sending. Tacking on default domains and/or stripping domains to/from user names and "trying them out" is playing fast and loose with user identity and is a breeding ground for potential security holes.
2014 May 28
1
winbindd 4.1.7 resolves group memberships for all but primary group
We're using a bunch of AD groups ? all users/groups are created and managed with ADUC. Domain Users is the primary group for all users, plus a few for our departments (and Domain Admins). All groups have their posixGroup attributes filled out. wbinfo --group-info and getent group show the correct membership for all groups except Domain Users. smb.conf: http://pastebin.com/ymrXZJ5u Already
2016 Oct 27
1
[PATCH] run.in: Quote contents of @VAR@ substitutions
--- run.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/run.in b/run.in index 8fdf454..438a68c 100755 --- a/run.in +++ b/run.in @@ -140,15 +140,15 @@ export PERL_VALGRIND=1 export PERL_DESTRUCT_LEVEL=2 # For Python. -export PYTHON=@PYTHON@ +export PYTHON="@PYTHON@" prepend PYTHONPATH "$b/python/.libs" prepend PYTHONPATH
2015 Feb 13
0
Re: [PATCH] ./run: Use 'prepend' function to build paths.
On Friday 13 February 2015 10:16:34 Richard W.M. Jones wrote: > Add a bash function 'prepend' for intelligently prepending elements to > paths. eg: > > prepend PYTHONPATH "/foo" > > would set PYTHONPATH to "/foo" or "/foo:<previous-contents-of-PYTHONPATH>" > > Tested by: > > (1) Building and testing libguestfs twice:
2012 May 21
0
[LLVMdev] APInt::sdivrem error?
OK, the code for sdivrem in APInt.h is wrong. Here's what's written: static void sdivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient, APInt &Remainder) { if (LHS.isNegative()) { if (RHS.isNegative()) APInt::udivrem(-LHS, -RHS, Quotient, Remainder); else APInt::udivrem(-LHS, RHS, Quotient, Remainder); Quotient =
2004 Mar 01
0
Samba 2.2.8a Print Driver Issues Solaris 8
Hi; I've reciently upgraded 3 print servers on Solaris 8 from Samba 2.0.9 to 2.2.8a and am running in to difficulties related to clients being able to configure printer drivers. I do not use the [print$] for serving up drivers to install from the print server. I provide access to drivers from a common share from the Microsoft Domain the print servers participate in. I'm still using the
2011 Jan 07
1
[RFC/PATCH] ssh: config directive to modify the local environment
This provides a mechanism to attach arbitrary configure options into the ssh_config file and use them from the LocalCommand and ProxyCommand. Examples: # set FOO to foo LocalEnvMod FOO = foo # append bar to FOO with default separator "," LocalEnvMod FOO += bar # unset FOO LocalEnvMod FOO = # append foo to BAR with separator ":", if BAR is empty
2019 Apr 06
0
SMTPUTF8 support
On 05/04/2019 08:57, David B?rgin via dovecot wrote: > Andr?, are you quite sure you have it working? > > In this thread someone from Open-Xchange stated that no, Dovecot doesn?t > have SMTPUTF8 support implemented, and the same response was given by > another Dovecot developer last September (it ?is being considered? was > the answer then, see >