[Bug 564842] Re: Installing winbind causes sudo to behave weird on SIGINT

2010-09-24 Thread trumpeteersman
I have the same issue with sudo not obeying ctrl+c.
However, I don't think that winbind is the reason why.  I use a fingerprint 
reader so I had to add my own auth line.
Here is my /etc/pam.d/common-auth:

authsufficient  pam_thinkfinger.so
auth[success=1 default=ignore]  pam_unix.so try_first_pass nullok_secure
authrequisite   pam_deny.so
authrequiredpam_permit.so

-- 
Installing winbind causes sudo to behave weird on SIGINT
https://bugs.launchpad.net/bugs/564842
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 564842] Re: Installing winbind causes sudo to behave weird on SIGINT

2010-06-04 Thread Thierry Carrez
I suspect it's a side-effect of using the PAM stack here.

** Changed in: samba (Ubuntu)
   Status: New = Confirmed

-- 
Installing winbind causes sudo to behave weird on SIGINT
https://bugs.launchpad.net/bugs/564842
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 564842] Re: Installing winbind causes sudo to behave weird on SIGINT

2010-05-21 Thread Thierry Carrez
** Changed in: samba (Ubuntu)
   Status: Incomplete = New

-- 
Installing winbind causes sudo to behave weird on SIGINT
https://bugs.launchpad.net/bugs/564842
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 564842] Re: Installing winbind causes sudo to behave weird on SIGINT

2010-04-19 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it without more information.

Please include the information requested at
https://wiki.ubuntu.com/DebuggingSamba#samba-client.

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
Installing winbind causes sudo to behave weird on SIGINT
https://bugs.launchpad.net/bugs/564842
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 564842] Re: Installing winbind causes sudo to behave weird on SIGINT

2010-04-19 Thread Hernando Torque
Apport asked me all this questions, so the information is already
present (see end of bug description and SambaInstalledVersions.txt).
Please note that there is no remote server involved - it's all about a
side-effect from installing winbind (actually I'm one of those
unsuspecting users mentioned in point 5 of the introduction in your wiki
link ;-)).

-- 
Installing winbind causes sudo to behave weird on SIGINT
https://bugs.launchpad.net/bugs/564842
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 564842] Re: Installing winbind causes sudo to behave weird on SIGINT

2010-04-19 Thread Chuck Short
Can you please attach your /var/log/samba/log.winbindd?

Thanks
chuck

-- 
Installing winbind causes sudo to behave weird on SIGINT
https://bugs.launchpad.net/bugs/564842
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 564842] Re: Installing winbind causes sudo to behave weird on SIGINT

2010-04-19 Thread Hernando Torque

** Attachment added: log.winbindd
   http://launchpadlibrarian.net/44843080/log.winbindd

-- 
Installing winbind causes sudo to behave weird on SIGINT
https://bugs.launchpad.net/bugs/564842
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 564842] Re: Installing winbind causes sudo to behave weird on SIGINT

2010-04-17 Thread Hernando Torque
** Description changed:

  Binary package hint: samba
  
  With winbind installed I cannot abort a sudo password request (gnome-
  terminal and VT) with a single Ctrl-C key combo. Instead the password
  prompt is shown again. Pushing either Ctrl-C a second time or the enter
  key brings me back to the prompt:
  
  t...@box:~$ sudo echo foo
  [sudo] password for test: // Ctrl-C
  [sudo] password for test: // Ctrl-C or enter key
  t...@box:~$
+ 
+ For clarification: the second password request doesn't seem to be a
+ retry - no matter what I type, as soon as I hit the enter key I'm back
+ at the prompt.
  
  I've found out that this behavior is caused by the changes made to
  /etc/pam.d/common-auth:
  
  *) common-auth without windbind:
  
  auth  [success=1 default=ignore]  pam_unix.so nullok_secure
  auth  requisite   pam_deny.so
  auth  requiredpam_permit.so
  
  *) common-auth with winbind installed:
  
  auth  [success=2 default=ignore]  pam_unix.so nullok_secure
  auth  [success=1 default=ignore]  pam_winbind.so krb5_auth 
krb5_ccache_type=FILE cached_login try_first_pass
  auth  requisite   pam_deny.so
  auth  requiredpam_permit.so
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: winbind 2:3.4.7~dfsg-1ubuntu3
  ProcVersionSignature: Ubuntu 2.6.32-21.31-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Fri Apr 16 18:50:28 2010
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  RelatedPackageVersions:
   nautilus 1:2.30.0-0ubuntu4
   gvfs 1.6.0+git20100414-0ubuntu1
  SambaClientRegression: Yes
  SourcePackage: samba

-- 
Installing winbind causes sudo to behave weird on SIGINT
https://bugs.launchpad.net/bugs/564842
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 564842] Re: Installing winbind causes sudo to behave weird on SIGINT

2010-04-16 Thread Hernando Torque

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/7651/Dependencies.txt

** Attachment added: SambaInstalledVersions.txt
   http://launchpadlibrarian.net/7652/SambaInstalledVersions.txt

-- 
Installing winbind causes sudo to behave weird on SIGINT
https://bugs.launchpad.net/bugs/564842
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs