Displaying 20 results from an estimated 200 matches similar to: "3.7.1p2: HP-UX 11.00 & NIS+ problems"
2003 Jul 31
2
sshd takes 15 minutes to start
Hi all,
We are running OpenSSH v3.4p1 on three ES340 Alpha which run Tru64 v5.1A.
The last couple of weeks, the system hangs at bootup for 15 minutes at the
point where it is bring up sshd. When I manually stop and start sshd, it still
takes 15 minutes. I manually ran sshd with the -ddd level 3 debug option.
sshd hanges at the message which states it is creating a randomized seed. It
also
2006 Oct 31
0
6342022 keyserv does not use /etc/.rootkey on x86
Author: peteh
Repository: /hg/zfs-crypto/gate
Revision: fb481a997c81efc700a4bba9952c6799f95191d9
Log message:
6342022 keyserv does not use /etc/.rootkey on x86
Files:
update: usr/src/cmd/keyserv/chkey.c
update: usr/src/cmd/keyserv/keylogin.c
update: usr/src/cmd/keyserv/keyserv.c
2003 Oct 08
0
[Bug 738] OpenSSH 3.7.1p2 Password Authentication Failure Through NIS+ on Non-Master Server
http://bugzilla.mindrot.org/show_bug.cgi?id=738
Summary: OpenSSH 3.7.1p2 Password Authentication Failure Through
NIS+ on Non-Master Server
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
2006 Oct 31
0
6271225 gcc and cmd/keyserv don''t get along
Author: peteh
Repository: /hg/zfs-crypto/gate
Revision: 776f0cc9b73a5c657657dd16152204b053563e3d
Log message:
6271225 gcc and cmd/keyserv don''t get along
6273831 gcc and cmd/rpcsvc don''t get along
Files:
update: usr/src/cmd/keyserv/chkey.c
update: usr/src/cmd/keyserv/chkey_common.c
update: usr/src/cmd/keyserv/detach.c
update: usr/src/cmd/keyserv/domainname.c
update:
2001 Nov 29
0
OPENssh (2.9p2) and keylogin in NIS+ on Solaris 7 with PAM
Hi,
I'm trying to make sshd perform a keylogin on a Solaris 7 NIS+ client
with PAM.
ssh connects and works fine but keyserv reports that it `can't encrypt
the session key'. So I think the keylogin failed or did not happen when
the user started an ssh session.
The following message is logged in syslog.
>sshd[489]: pam_setcred: error Permission denied
>sshd[506]:
2002 Jan 14
2
Should sshd be fixed to handle NIS+ keylogin
To get around the problem of having to change the root password every time a
sys admin leaves the organization Solaris is hardened as follows.
in /etc/default login.
CONSOLE=
Restricted permissions on su so only certain groups can run it.
That way its really difficult to log in as root even if the root password is
known.
For OpenSSH
PermitRootLogin is set to without-password and a key is
2004 Jan 21
0
Re: JEUSFS, tapping the glass
attempt interstitial stilt whatley
damn subterranean bacilli frolic
calculi wouldn't advantage academe
2000 Sep 20
1
password aging and account lock checks
I'm looking at the password aging and account lock checks in
auth.c:allowed_user(), and specifically their behaviour on
HP-UX.
First, should this code be ifdef'd away if we're using PAM?
Next:
/* Check account expiry */
if ((spw->sp_expire > 0) && (days > spw->sp_expire))
return 0;
If I lock an account by entering too many incorrect passwords,
sp_expire
2009 Jun 09
19
[Bug 22179] New: [KMS] Black screen with KMS enabled
http://bugs.freedesktop.org/show_bug.cgi?id=22179
Summary: [KMS] Black screen with KMS enabled
Product: xorg
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2003 Nov 20
1
[Bug 738] OpenSSH 3.7.1p2 Password Authentication Failure Through NIS+ on Non-Master Server
http://bugzilla.mindrot.org/show_bug.cgi?id=738
------- Additional Comments From dtucker at zip.com.au 2003-11-19 23:47 -------
>From the description:
"TO SUMMARIZE: I have problems WHEN: I log in via SSH to the non-master NIS+
server with a non-local account (NIS+ account) with a Windows client
via 'Password' authentication."
As of 3.7p1, PasswordAuthentication does
2008 Jan 20
1
NIS and NIS+
How can I tell if I am using NIS+?
I would like the data to be encrypted on the lan.
-Jason
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- -
- Jason Pyeron PD Inc. http://www.pdinc.us -
- Sr. Consultant 10 West 24th Street #100 -
- +1 (443) 269-1555 x333
2001 May 07
0
Samba, encrypted passwds and nis (not nis+)
I've been scouring the web and have picked up bits and pieces, but nothing
concrete on this issue.
I currently have a samba server that is set up to use NIS from another
server. What I'd like to do is either a) convert the ypcat password list
into a smbpasswd file or b) just use smbpasswd to create entries for a few
users. In other words, I want the smbpasswd file to provide passwords
2003 Nov 20
0
[Bug 695] Cannot change password in PAM NIS+ environment
http://bugzilla.mindrot.org/show_bug.cgi?id=695
------- Additional Comments From dtucker at zip.com.au 2003-11-20 00:03 -------
Created an attachment (id=503)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=503&action=view)
Do chauthtok via SSH2 keyboard-interactive.
Please try this patch? There's still work to be done on it but it seems to
work with local passwords.
2003 Jul 31
0
Samba 2.2.8, Solaris 2.5.1, NIS+
First off, we are forced to using said versions and NIS+, so no flaming on
those issues please.
Also, the samba version we recieved was forced upon us and we are not
allowed to recompile,
however in a test environment we've compiled both with and without NIS+
support and the same
errors are generated.
When removing nisplus from group entry of nsswitch.conf samba works fine.
With nisplus
2003 Jul 31
0
Samba 2.2.8, Solaris 2.5.1, NIS+ FOLLOWUP
In wbclient.c the call that causes signal 11 is the call to initgroups
in the winbind_initgroups function.
-----Original Message-----
First off, we are forced to using said versions and NIS+, so no flaming on
those issues please.
Also, the samba version we recieved was forced upon us and we are not
allowed to recompile,
however in a test environment we've compiled both with and without NIS+
2003 Jul 31
0
Samba 2.2.8, Solaris 2.5.1, NIS+ FOLLOWUP REDUX
We have the following fix that appears to work:
In the source/nsswitch/wb_client.c file modify the winbind_initgroups
function with the following change:
change the call initgroups(user,gid) to setgroups(1,&gid)
Any comments or perhaps a better fix?
-----Original Message-----
From: Slawinski, Robert [mailto:SlawinsR@ncr.disa.mil]
Sent: Thursday, July 31, 2003 10:16 AM
To:
1997 Dec 08
0
adding NIS+ support
On 8 Dec 1997, Stefan Nehlsen wrote:
> Hello,
>
> is there anybody out there, who is working on NIS+ support for Samba?
>
> If not I will start with it:
>
> 1. Making "nis homedir (G)" work with NIS+.
if you explain to me how it works, i will look at it.
> 2. Mapping the smbpasswd file to a NIS+ table. (Does this really
> make sense?)
yes it does,
1999 May 28
0
NIS+ support
A small contribution :)
I downloaded and installed 2.0.4b and compiled with NIS+ support since the
fixed configuration for it was one of the new features. All worked fine,
except that I found I couldn't change passwords. It turned out to be not
a configuration error, but that some of the NIS+ routines hadn't been
implemented yet. So I did that :)
So far my mods seem to be working, but I
1999 Aug 04
0
NIS+ and smbpasswd
Hi,
I saw a similar question to this one in the samba list archives, but
there was no answer so I'm going to ask it again.
I'm running Samba 2.0.5a on Solaris 2.6 using NIS+, I've compiled it
with --with-nisplus --with-nisplus-home. Samba is currently running
using Plain Text passwords accessing the NIS+ database and I have
"update encrypted = Yes" set so that the current
2000 Feb 22
1
NIS+ support in samba....
Hi all,
I know this has probably been spoke about before, but I'm looking for some
documentation or other info on setting up NIS+ with samba.... I currently
have samba running on the NIS+ master, but am having trouble setting up
authentication again the NIS+ passwd tables. I'm also not exactly sure
where smbpasswd comes into play with NIS+ and if I actually need to run
that everytime I