Displaying 20 results from an estimated 300 matches similar to: "Possible pam_ssh bug?"
2011 Dec 23
1
FreeBSD Security Advisory FreeBSD-SA-11:09.pam_ssh
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-11:09.pam_ssh Security Advisory
The FreeBSD Project
Topic: pam_ssh improperly grants access when user account has
unencrypted SSH private keys
2000 Nov 20
0
pam_ssh
Greetings. Last year I completed a PAM module that provides
single sign-on behavior for UNIX using SSH. Users are
authenticated by decrypting their SSH private keys with the
password provided (probably to XDM). In the PAM session phase,
an ssh-agent process is started and any successfully decrypted
private keys are added. Hence, users only type their logins and
passwords once at the beginning
2013 Jun 08
1
Multicast panic caused by elasticsearch
Hi,
I was experimenting with Logstash + elasticsearch on FreeBSD 9 - initially I downloaded it by hand (I forgot to check for a port) and it worked fine.
I then tried the port and this forced me to use a different java version (was jdk-16.0.3p4_25 now openjdk6-b27) and it seems that the new one causes a panic.
Unfortunately crashdumps aren't working properly, however I did get the panic
2013 Nov 14
5
Nested parametrized defines
Dear puppet wizards,
http://docs.puppetlabs.com/puppet/3/reference/lang_defined_types.html does not suggest to me that nested parametrized defines would be forbidden, hence I expected the following code to work:
add_to_ssh_authorized_keys.pp:
--------
define a::ssh_keys::add_to_ssh_authorized_keys($homebasedir="/home", $targetuser="root", $keyowner, $keyownername,
2010 Aug 06
2
dovecot-auth process crashed during pam login
Hello!
We experienced crashes of the dovecot-auth process during user
verification with pam_ssh.
After a little debugging I saw that pam_ssh and dovecot both provide a
buffer_free() function. During cleanup of pam_ssh the buffer_free() from
dovecot was called. The members of the buffer had all "out of bound"
addresses.
After rename the buffer_free() in dovecot the pam login works
2009 Oct 12
1
How to hide tick lines behind the "box-and-whisker" 's in a boxplot
Dear R people,
I wonder how to hide tick lines behind other figures in a plot, e.g.
in a boxplot.
# Sample code:
x<- c(rep(4,50),rep(5,20),rep(6,50),rnorm(20,5,1))
boxplot(x)
axis(2,tck=1,col.ticks='grey',lty=5 )
# end of sample code
The tick lines is put on top of the box-plot, but I would like to put
these lines behind the box and whiskers..
Regards
Helmer
2020 Mar 26
1
Help with migration to Dovecot from raw files
On 2020-03-26 03:37, Aki Tuomi wrote:
> You could try something simple like just
>
> for n in *; do cat $n | doveadm save -u targetuser; done
Thank you. This "works" in that it renames the files for me. However,
1. the filename timestamps are all similar (ie. time of import)
2. the emails showed up in new rather than cur
3. the emails are unseen.
The seen state can
2008 Jan 20
1
winbind forced password change requires interactive shell
We've discovered that although Winbind supports password changes when the
account password is expired, this only works with *interactive* shells.
This is a major problem for us. Use case 1: SSH tunnels:
$ ssh user2@localhost -N -L 4711:localhost:22
user2@localhost's password:
<trying to use the tunnel>
channel 2: open failed: administratively prohibited: open failed
As you can
2020 Mar 26
0
Help with migration to Dovecot from raw files
You could try something simple like just
for n in *; do cat $n | doveadm save -u targetuser; done
or if the IceWarp has IMAP interface, you could try
doveadm -o imapc_host=hostname -o imapc_user=username -o imapc_password=password sync -1R targetuser imapc:
Aki
> On 26/03/2020 12:11 Stefano Antonelli <dovecot at intheworks.ca> wrote:
>
>
> Hello list,
>
> I
2009 Aug 28
1
FreeBSD 7.2 and Samba 3.3.7 AD 2003 Authentication Problem
I am having problems upgrading samba 3.0.36 to 3.3.7. I have a working
installation of Samba 3.0.36 on FreeBSD 7.2 amd64, configured as a
domain member in a 2003 AD, running in native mode. Domain controllers
have Services for Unix 3.5 installed and I am using idmap backend with
SFU schema mode. I have enclosed my configuration files and compile
options further down. When I upgrade to version
2009 Jun 24
0
winbind authentication mystery
Greetings,
I'm running Fedora 11 (Samba 3.3.2) and am trying to configure winbind
authentication against a Windows 2003 server.
I've run kinit and net join successfully, and can wbinfo -u, -g, and -t
successfully, as well as getent passwd and getent group successfully. I
can even use passwd to change domain user passwords.
However, when I try to log in via gdm, ssh, or even su, I do not
2009 Dec 31
0
winbind authentication mystery
Hi Chris,
Were you able to solve this.
Regards,
David.
Greetings,
I'm running Fedora 11 (Samba 3.3.2) and am trying to configure winbind
authentication against a Windows 2003 server.
I've run kinit and net join successfully, and can wbinfo -u, -g, and -t
successfully, as well as getent passwd and getent group successfully. I
can even use passwd to change domain user passwords.
However,
2002 Jul 25
15
Changing ACLs as administrator
One work-around would be to create a hidden share that only Domain Admins
can access. The use "force user=root" on that share. Then you'll be able to
change ACL's and not be root.
Josh
> -----Original Message-----
> From: Tanstaafl [mailto:tanstaafl_bh@netzero.net]
> Sent: Thursday, July 25, 2002 1:36 PM
> To: 'Samba List'
> Subject: Re: [Samba] Changing
2007 Apr 13
1
Samba3 : no suitable range available for sid
I'm setting up a freebsd server which will authenticate against an
Active Directory
I mean: the server will NOT have any local users (except mandatory and
minimum
required for management and configuration) and will authenticate requests
for login and access
FOR EVERY SERVICE against an Active Directory Server
I have configured the samba service and currently I can
login to local terminal,
2005 Jun 24
0
Winbind NT domain authentication
Hi list,
Sorry for the cros-post, I'm not sure which list is better for
me as I got a question related to samba, configuration, FreeBSD.
I'm trying to configure NT authentication on FreeBSD 5.4 with
Samba 3.0.12 (installed form the ports collection).
I've folowed the Samba 3 howto I've managed the following :
wbinfo -g returns correctly the domain groups
wbinfo -u returns all
2005 Jun 24
0
Winbind NT domain authentication
Hi list,
Sorry for the cros-post, I'm not sure which list is better for
me as I got a question related to samba, configuration, FreeBSD.
I'm trying to configure NT authentication on FreeBSD 5.4 with
Samba 3.0.12 (installed form the ports collection).
I've folowed the Samba 3 howto I've managed the following :
wbinfo -g returns correctly the domain groups
wbinfo -u returns all
2003 Oct 31
4
Samba and private shares
I'm running samba 2.5 on a FreeBSD box using winbind to do authentication
with my PDC/BDC. I'm able to configure shares that everyone on the NT
network can access but when I configure private shares (only 1 or 2 users
have access to) the users get prompted for a username and password and are
not allowed access. What am I doing wrong? Below I have included a copy of
my smb.conf and pam.conf
2011 Feb 18
1
Not sure I understand when add user script is called
I've built a domain member. It works pretty good with the exception
that I want on-the-fly home directories being built. I'm not sure this
is doable with a domain member as everything I've tried isn't even
called - as far as I can tell. Using log level 3.
If anyone can shed light on how to dynamically create home directories,
that'd be great.
anyway, here's my
2006 Feb 01
0
SAMBA 3.0.21b expired password issue for Solaris 9 - perhaps a bug in winbind or /etc/pam.conf misconfigure
All,
The SAMBA version 3.0.21b expired password pam_winbind.so section
perhaps might still have an issue. It seems to just be in some kind of
loop and
never completes the section in pam_winbind.c of pam_sm_chauthtok.
See ssh (Solaris 4.2.p1 ssh) sequence below:
ssh hermione
Password:
Changing password for leeraym
(current) NT password:
Re-enter new Password:
Password:
Password:
2004 May 09
2
2.6.2 not displaying permissions errors on client side
Hello,
Noticed this (bug?) while testing out rsync. For a little background, I
need to push files real-time to some front-end servers, and I am
thinking of switching from some custom shell scripts that do this job
to rsync. I am thinking of running rsync as a daemon on the front-end
servers, and doing an upload from the back-end server to push the data
out as it comes in.
So, here is the deal: