similar to: winbind idmap customization

Displaying 20 results from an estimated 200 matches similar to: "winbind idmap customization"

2007 Jun 22
1
windows to unix user name mappings
I'd like my canonical Unix names to be of the form user@KERBEROS-REALM. Is there anyway to accomplish this? I'd also like NSS to lookup all the various variations and return that canonical representation. This seems to me to be the most appropriate way to map them. Is there a way to configure this? If not, is there anyway to return DOMAIN\user when lookups for 'user' happen?
2003 Oct 26
3
Automatic Windows Patch Deployment (OS Agnostic)
A month ago I mentioned on this list work on a automated package deployment tool for Windows systems, which is server agnostic. At the time, I didn't have the time to put it up in a place for public consumption. I do now. The utility is named wpkg (punny isn't it?) It's nothing more than a simple .js (jscript) file which needs to be run on Windows, from a directory containing three
2006 May 09
1
xapian-compact fails to rename iamflint.tmp for win32/cygwin builds
Hello, Any call to xapian-compact compiled for Win32/Cygwin ultimately fails when it tries to rename/replace iamflint.tmp with the final version. The reason is you cannot rename an opened file with Win32/Cygwin libc. To correct this, just close the output ofstream (xapian-compact.cc(534)) like: """ ofstream output(dest.c_str()); if (!output.write(buf, input.gcount())) { cerr
2003 Nov 19
1
WPKG
Just wondering if anybody out there actually downloaded and got my Wpkg utility working. I'd like to hear what people think about it. Not having a progect page for it and all doesn't make that easy. Hmm. Maybe i'll set up a sourceforge page. Anyways, anybody using it? (for those not aware, it's a utility to automatically install software on windows computers, without any specific
2007 Jun 15
2
winbind nss configuration
I'm having the hardest time trying to come up with the optimal configuration with NSS Winbind support. I want it to work right offline. That is, name lookups shouldn't take 30 minutes to time out or lock the system up. And if the name lookup is for a local name, I want Winbind to be 100% out of hte picture. I've tried this, without much luck: passwd: compat [SUCCESS=return] winbind
2017 Sep 24
3
Shift the normal curve to the top or near to the top of the histogram
Dear All: One more thing. I want to add the normal curve to the histogram. Is there away to stretch the peak of the curve to the top of the histogram or at least near to the top of the histogram. Please see the code below. Lizard.tail.lengths <- c(6.2, 6.6, 7.1, 7.4, 7.6, 7.9, 8, 8.3, 8.4, 8.5, 8.6,8.8, 8.8, 9.1, 9.2, 9.4, 9.4, 9.7, 9.9, 10.2, 10.4, 10.8,11.3, 11.9) x<-seq(5,12, 0.001)
2017 Sep 25
0
Shift the normal curve to the top or near to the top of the histogram
Hi Abou, Try this: library(plotrix) curve(rescale(dnorm(x ,mean=mean(Lizard.tail.lengths),sd=sd(Lizard.tail.lengths)), c(0,6)),add=TRUE, col=2, lwd = 2) Jim On Mon, Sep 25, 2017 at 9:35 AM, AbouEl-Makarim Aboueissa <abouelmakarim1962 at gmail.com> wrote: > Dear All: > > One more thing. > > I want to add the normal curve to the histogram. Is there away to stretch > the
2003 Oct 30
4
Dfs - Load Balancing
Hi, I was wondering if anyone has had any experience with using the Dfs functionality within Samba. I've been searching for any performance information and or documentation regarding Dfs in particular load balancing i.e. 1) How does it load balance? Is it some sort of round robin? 2) Is there a limit to the number of servers that can used in the load balance? 3) How many requests per
2003 Oct 30
2
Add Printer Wizard
I'm having a bit of trouble getting a Samba printer set up. What I have is a postscript capable HP laserjet. It actually has IPP/HTTP and stuff on it. I need queueing to work, so my clients can't print to it directly, so what I want to do is: Get the printer set up on a central CUPs server: done. Printing quality is perfect from Unix machines. Thank you postscript! Have samba print to
2003 Oct 21
1
ldap passwd sync
Having a bit of trouble understanding, or getting, "ldap passwd sync" working. I assume, setting it to Yes, would make it issue a change password command to the ldap server, just like pam does, ldappasswd does, or any other ldap program. Right? What does only do? -- Jerry Haltom <jhaltom@feedbackplusinc.com> Feedback Plus, Inc.
2003 Nov 11
1
Samba Success Story
I'd like to thank the Samba team for making our switch off of Active Directory amazingly smooth. We're a small company, only 30 desktops, but things went great for us. Actually, nobody even notices the Windows DC is even gone! The Exchange migration that went along with this wasn't as hassle free though. =( It's really refreshing to be able to SSH into our file server and see
2003 Nov 18
1
Failing Authentication
I am running Samba on a box serving a network of 30 clients, and 2 MS SQL 2000 servers. The SQL servers are members of the domain, and use NT authentication for connections and such. For the most part, this works fine. However, it seems that every now and then, pretty randomlly, NT authentication is failing for these services. Errors returned are pretty typical of DC-not-working problems: Login
2003 Dec 08
1
Machine password change failed: stub received bad data
One of our workstations spit out the following error: Could not change machine account password: the stub received bad data. This sounds to me like a Samba problem... but it's a bit beyond me to come up with an answer to. Any ideas where I should start? -- Jerry Haltom <jhaltom@feedbackplusinc.com> Feedback Plus, Inc. -------------- next part -------------- A non-text attachment was
2007 Feb 21
5
nut suddenly stopped working...
I almost had nut_2.0.5-3_i386.deb (from http://packages.debian.org/unstable/admin/nut - installed via dpkg, not via repository) working: * problems with getting it to come up during boot * monitoring via knutclient was OK * shutdown on low battery worked adequately, if not quite as described) and newhidups suddenly stopped talking to my Belkin F6C550-AVR . It's only been in use for a
2017 Sep 24
2
Remove spacing at the top and bottom of a plot
Dear All: Is there is away to remove spacing at the top and the bottom of a plot? If so, any help will be appreciated. Please use this code as an example: par(mfrow=c(1,2)) lizard <- c(6.2, 6.6, 7.1, 7.4, 7.6, 7.9, 8, 8.3, 8.4, 8.5, 8.6,8.8, 8.8, 9.1, 9.2, 9.4, 9.4, 9.7, 9.9, 10.2, 10.4, 10.8,11.3, 11.9) n.draw <- 100 mu <- 9 n <- 24 SD <- sd(lizard) draws <-
2003 Oct 27
3
PDC and concurrent logins
Hello! I am using samba running as a PDC at our school. I have read many docs and howtos but I can't find anything about Concurrent logins. I would be a nice feature becouse I don't want my users to login more than one time. Is there anyone that does have a clue? Greetings from Sweden --- Mikael Karlsson Skoldataenheten, Tibro Kommun Sweden +4650414783 mikael.karlsson@edu.tibro.se
2004 Apr 14
1
Samba 3.0.3pre1 - Linux 2.6.4 Freeze
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.samba.org/archive/samba/attachments/20040414/e4d94ced/attachment.bin
2008 Nov 18
1
Winbind Crash
I'm getting a segv in Winbind, periodically. It's killing winbind and causing NSS information to fail. It's Very Obnoxious. It's in Ubuntu Intrepid. I have filed a bug: https://bugzilla.samba.org/show_bug.cgi?id=5880 Which it looks like Volker was going to work on, but it's been awhile now with no word back. Anybody able to take a stab at this and lead me in a direction that
2007 Jun 25
1
rsync lockup on windows
I am using rsync on a Linux box, connecting to a Cygwin SSH server which has Rsync installed, and pulling some files to the Linux box. The transfer locks up. The rsync process on the Windows box hangs. A single hidden file in progress exists. It is an excel file, with 0 bytes. It locks up on this file consistently. I can open it, read it, delete it, using Cygwin tools, on Windows. It is an Excel
2008 Feb 19
1
--o-direct option
I would appreciate the addition of this option, which would cause files opened by rsync to be opened using the O_DIRECT flag, on Linux, at least. Let me explain my circumstance: I use rsync to migration VMware disk images from one machine to another while the VM is running. This works really well: you take a snapshot of the VM, run rsync, take another snapshot, run it again, then finally suspend