similar to: Bash error when login as DOMAIN\username using winbindd

Displaying 20 results from an estimated 9000 matches similar to: "Bash error when login as DOMAIN\username using winbindd"

2001 Oct 26
0
[RHSA-2001:112-07] Printing exposes system files to reading.
--------------------------------------------------------------------- Red Hat, Inc. Red Hat Security Advisory Synopsis: Printing exposes system files to reading. Advisory ID: RHSA-2001:112-07 Issue date: 2001-09-24 Updated on: 2001-10-25 Product: Red Hat Linux Keywords: Ghostscript lpr LPRng printing Cross references: Obsoletes:
2020 Oct 26
0
@Microknoppix
On Mon, 26 Oct 2020 12:35:33 -0500 (CDT) Michael Hennebry wrote: > but now my LXterms all have hennebry at Microknoppix on top. > WTF? How did that happen? > How do I fix it? Wild guess: PROMPT_COMMAND was changed in /etc/bashrc or ~/.bashrc -- Can we uninstall 2020 and install it again? This one has a virus. MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2003 Dec 01
0
No subject
more specific on what your problem is? cheers, jerry --------------------------------------------------------------------- http://www.valinux.com/ VA Linux Systems gcarter@valinux.com http://www.samba.org/ SAMBA Team jerry@samba.org http://www.plainjoe.org/ jerry@plainjoe.org --"I never saved anything for the swim back."
2014 Mar 02
1
ssh-askpass in bash script
Hey all, I have ssh-askpass installed on Centos 5.7 and I'm trying to find a way to log into the host and not have it ask me to enter in my long / complex passphrase every time I ssh into another host. I've googled for some scripts that you can add to your bash configuration so that you won't have to do that. So I have to end up typing 'eval $(ssh-agent) &&
2001 Oct 22
10
Winbind, RedHat 7.1, Pam 0.74-22 ohh so close to working
Hello, I have gone through the howto provided but I am not yet able to logon to my linux box using NT4 domain accounts. I can however authenticate to restricted shares and I can obtain groups and users via "getent" and "wbinfo -u". All I really need now is a working /etc/pam.d/login. I've tried examples from the howto as with others from the mailing list but I can not
2008 Sep 12
4
[Bug 1524] New: Problem with non-interactive logins and bash on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=1524 Summary: Problem with non-interactive logins and bash on Solaris Product: Portable OpenSSH Version: 5.1p1 Platform: UltraSparc OS/Version: Solaris Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo:
2005 Oct 02
1
FreeNX and bash-completion
Hi! I have the following packages installed: freenx-0.4.4-1.centos4.noarch from extras bash-completion-20050721-1.2.el4.rf.noarch from dries/dag bash-3.0-19.2.i386 from base seems to result in a non-working nxserver (the window manager doesn't start up, although X applications can be launched via logging in through a seperate ssh and setting the DISPLAY variable accordingly)... As far as
2004 Aug 06
1
Sacrilege, but...
On Wednesday, 25 July 2001 at 10:23, Jack Moffitt wrote: > > Linux 2.2.19 > > glibc-2.1.3-15 > > glib-1.2.6-3 > > glibc-devel-2.1.3-15 > > Glibcs are identical. Is this redhat? Mandrake? > > What version of Redhat (that's my guess from the package names :) > > i have RH7.0 with glibcs of 2.2.2-10 > > You guys _do_ install errata right? >
2016 Sep 02
0
CentOS Digest, Vol 140, Issue 1
On Thu, Sep 1, 2016 at 5:30 PM, <centos-request at centos.org> wrote: > Send CentOS mailing list submissions to > centos at centos.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.centos.org/mailman/listinfo/centos > or, via email, send a message with subject or body 'help' to > centos-request at
2001 Oct 19
10
Winbind/RH7.1...More Help
The winbind now works...my getent passwd & groups returns the domain users/groups What should be the next step? my clients (Win2K & Win9x) are still prompting for a password and I cannot login to my linux box using DOMAIN*domainuser. Must I add each domain user as a user on the linux box? Regards Winston Nimchan -----Original Message----- From: Sean Trammell
2001 Oct 23
0
Winbind/RH7.1...Problems joining domain
When I try to rejoin the domain I get the following: ------------------------------------------------------------------------ ---------- INFO: Debug class all level = 1 (pid 4788 from pid 4788) WARNING: The "alternate permissions"option is deprecated cli_net_auth2: Error NT_STATUS_NO_TRUST_SAM_ACCOUNT cli_nt_setup_creds: auth2 challenge failed modify_trust_password: unable to setup the
2000 Dec 15
1
R on Redhat 7 / glibc problem (PR#768)
Full_Name: Barry Rowlingson Version: 1.2.0 OS: Redhat 7.0/i386 Submission from: (NULL) (148.88.0.11) Compiling R 1.2.0 from source on a RH7.0 machine I get: ../unix/libunix.a(sys-unix.o): In function `R_getProcTime': /root/R-1.2.0/src/unix/sys-unix.c:153: undefined reference to `__sysconf' /root/R-1.2.0/src/unix/sys-unix.c:154: undefined reference to `__sysconf' - it installed
2012 Jan 19
1
Bash script produces: Error in library('package') : there is no package called 'package'
This is a follow-up to a post from 2007: https://stat.ethz.ch/pipermail/r-help/2007-April/129009.html Summary of the Problem: Packages are correctly installed and can be loaded when R is opened interactively or using a R script. However, a bash scripts produces an error similar to the following: #!/bin/bash ... R --no-save <<EOF ... library(package) Error in library(package) : there is no
2006 May 14
0
[LLVMdev] llvm-gcc4 & mingw32 & bash
Hello, Greg. You wrote Sunday, May 14, 2006, 5:21:49 PM: GP> Do I still need to do the "black magic"? In fact, yes. GP> What is this patched version of bash (do you have a patch, where do I get GP> it?) What does "pwd builtin was just hardly disabled" mean? There are some set of built-in commands in bash (they are called "builtins"). For example
2018 Aug 29
0
bash completion in C7
On Wed, 29 Aug 2018, wwp wrote: >while bash completion was working great to me in CentOS6, since I'm >using C7 I spend my day stuck on completion not working the way it >should. Since you don't want what it provides you can either remove the bash-completions* packages or append "complete -r" to your ~/.bashrc which turns off all custom completions leaving just
2003 Dec 01
0
No subject
more specific on what your problem is? cheers, jerry --------------------------------------------------------------------- http://www.valinux.com/ VA Linux Systems gcarter@valinux.com http://www.samba.org/ SAMBA Team jerry@samba.org http://www.plainjoe.org/ jerry@plainjoe.org --"I never saved anything for the swim back."
2010 Dec 11
2
Problem using rvm in bash script
I am using rvm installed on Ubuntu 10.04 as recommended in the rvm docs (including changes to .bashrc) and all is working well with several versions of Rails, and Ruby 1.8.7 and 1.9.2. If I run rvm use 1.9.2 it says Using /home/colinl/.rvm/gems/ruby-1.9.2-p0 and if I run rvm info It shows exactly what I would expect for 1.9.2 and I can start the rails server and all is well. The problem arises if
2018 Oct 07
0
smb.conf username map entry does not work
Hi folks, I have got the following setup: OS: CentOS 7.5 1804 in a HP DL120 server Samba AD member server with standard Samba 4.7.1 from the CentOS 7.5 distribution. I have got a problem that the "username map" entry in smb.conf does not seem to have any effect at all. In the mapping file there is a mapping from Administrator to root. But when I run id Administrator I do not get
2020 Oct 26
4
@Microknoppix
Normally I run Centos 7, but I accidently booted a German Knoppix OS. I'm back to Centos 7, but now my LXterms all have hennebry at Microknoppix on top. WTF? How did that happen? How do I fix it? How do I make it not happen again? What other trouble should I be looking for? I opened a couple LXterms, looked at man pages and ran xrandr as root a few times. Also I ran shutdown a couple times.
2001 Dec 13
0
samba 32/64 bit locking error
On Nov. 5, Juergen Bock wrote (in a message titled "32/64bit locking problem with 2.2.2") that he was seeing a 32/64bit locking error in his logs. I have also seen this problem. I have a little more information that indicates that this behavior started after samba version 2.2.0a. Here are the samba versions I have tested: Samba 2.2.0a (compiled on rh7.1 system with kernel 2.4.5)