Displaying 20 results from an estimated 32 matches for "getprpwnam".
2005 Jun 29
5
[Bug 1058] Updating protected password database in HP-UX
http://bugzilla.mindrot.org/show_bug.cgi?id=1058
Summary: Updating protected password database in HP-UX
Product: Portable OpenSSH
Version: 4.1p1
Platform: All
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2003 Sep 08
2
Variable declarations in xcrypt.c
...cure() && (spw = getpwanam(pw->pw_name)) != NULL)
- pw_password = spw->pwa_passwd;
+ if (issecure()) {
+ struct passwd_adjunct *spw;
+
+ if (spw = getpwanam(pw->pw_name) != NULL)
+ pw_password = spw->pwa_passwd;
+ }
# elif defined(HAVE_SECUREWARE)
- struct pr_passwd *spw = getprpwnam(pw->pw_name);
+ if (spw != NULL) {
+ struct pr_passwd *spw = getprpwnam(pw->pw_name);
- if (spw != NULL)
pw_password = spw->ufld.fd_encrypt;
+ }
# elif defined(__hpux) && !defined(HAVE_SECUREWARE)
- struct pr_passwd *spw;
- if (iscomsec() && (spw = getprpwnam(...
2002 Mar 25
0
[Bug 184] New: 3.1p1 openssh fails to build a working sshd on Trusted HP-UX 10.26
...----
if (authctxt->attempt++ == 0) {
/* setup auth context */
+ #ifdef TRUSTED_HPUX
+ struct pr_passwd *pr_pw = NULL;
+ #endif
struct passwd *pw = NULL;
pw = getpwnam(user);
+
+ #ifdef TRUSTED_HPUX
+ //Trusted HP-UX passwords are stored differently
+ //you need to call getprpwnam to get the password for
+ //a user.
+ pr_pw = getprpwnam(pw->pw_name);
+ //This dies with a bus error, but isn't
+ //this a pointer that should be freed
+ //before we reassign?
+ //free(pw->pw_passwd);
+ pw->pw_passwd=pr_pw->ufld.fd_encrypt;
+ #endif
if (pw &&a...
2002 Dec 25
1
Trouble installing samba
...cking for getspnam... (cached) no
> checking for getspnam in -lsec... no
> checking for getspnam... (cached) no
> checking for bigcrypt in -lsecurity... no
> checking for bigcrypt... no
> checking for bigcrypt in -lsec... no
> checking for bigcrypt... (cached) no
> checking for getprpwnam in -lsecurity... no
> checking for getprpwnam... no
> checking for getprpwnam in -lsec... no
> checking for getprpwnam... (cached) no
> checking ability to build shared libraries... true
> checking linker flags for shared libraries... -shared
> checking compiler flags for position...
2002 Oct 21
1
compilation probs...
...or getspnam in -lsecurity... no
checking for getspnam... (cached) no
checking for getspnam in -lsec... no
checking for getspnam... (cached) no
checking for bigcrypt in -lsecurity... no
checking for bigcrypt... no
checking for bigcrypt in -lsec... no
checking for bigcrypt... (cached) no
checking for getprpwnam in -lsecurity... no
checking for getprpwnam... no
checking for getprpwnam in -lsec... no
checking for getprpwnam... (cached) no
checking ability to build shared libraries... true
checking linker flags for shared libraries... -shared
checking compiler flags for position-independent code...
checking...
2002 Oct 29
1
Problem running ./configure
...or getspnam in -lsecurity... no checking for
getspnam... (cached) no checking for getspnam in -lsec... no checking
for getspnam... (cached) no checking for bigcrypt in -lsecurity... no
checking for bigcrypt... no checking for bigcrypt in -lsec... no
checking for bigcrypt... (cached) no checking for getprpwnam in
-lsecurity... no checking for getprpwnam... no checking for getprpwnam
in -lsec... no checking for getprpwnam... (cached) no checking ability
to build shared libraries...
true
checking linker flags for shared libraries... -shared checking compiler
flags for position-independent code...
checking...
2003 Jun 02
2
./configure --with-pam fails allways
...r getspnam
configure:7934: checking for getspnam in -lsec
configure:7983: checking for getspnam
configure:8096: checking for bigcrypt in -lsecurity
configure:8145: checking for bigcrypt
configure:8257: checking for bigcrypt in -lsec
configure:8306: checking for bigcrypt
configure:8419: checking for getprpwnam in -lsecurity
configure:8468: checking for getprpwnam
configure:8580: checking for getprpwnam in -lsec
configure:8629: checking for getprpwnam
configure:8700: checking ability to build shared libraries
configure:8977: checking linker flags for shared libraries
configure:8980: checking compiler flag...
1999 Oct 26
0
Solaris 7 not compiling HEAD code
...t_auth_parameters... (cached) no
checking for getspnam in -lsecurity... no
checking for getspnam... yes
checking for getspnam in -lsec... yes
checking for getspnam... (cached) yes
checking for bigcrypt in -lsecurity... no
checking for bigcrypt... no
checking for bigcrypt... (cached) no
checking for getprpwnam in -lsecurity... no
checking for getprpwnam... no
checking for getprpwnam... (cached) no
checking whether gcc accepts -fpic... yes
checking for long long... yes
checking for 64 bit off_t... no
checking for off64_t... yes
checking for 64 bit ino_t... no
checking for ino64_t... yes
checking for union...
2001 Jan 26
10
Please Help
I've downloaded the binary Samba 2.0.7 for AIX. I have no idea how to install this critter. Can anyone walk me thru this step by step? I think once i have
it running, I'll be able to configure it based on the info at samba.org. It's just getting it running that troubles me. I have some experience with *nix, but
not with compliling (sorry, no C compliler on system) and installing
2002 Nov 21
0
please can someone help me?
...ng for getspnam in -lgen... no
checking for getspnam... yes
checking for getspnam in -lsecurity... no
checking for getspnam... (cached) yes
checking for getspnam... (cached) yes
checking for bigcrypt in -lsecurity... no
checking for bigcrypt... yes
checking for bigcrypt... (cached) yes
checking for getprpwnam in -lsecurity... no
checking for getprpwnam... yes
checking for getprpwnam... (cached) yes
checking ability to build shared libraries... false
checking linker flags for shared libraries... -shared
checking compiler flags for position-independent code...
checking whether cc accepts -fpic... no
check...
2002 Jul 01
5
./configure --with-pam
...ng for getspnam... (cached) yes
checking for getspnam in -lsec... (cached) no
checking for getspnam... (cached) yes
checking for bigcrypt in -lsecurity... (cached) no
checking for bigcrypt... (cached) no
checking for bigcrypt in -lsec... (cached) no
checking for bigcrypt... (cached) no
checking for getprpwnam in -lsecurity... (cached) no
checking for getprpwnam... (cached) no
checking for getprpwnam in -lsec... (cached) no
checking for getprpwnam... (cached) no
checking ability to build shared libraries... true
checking linker flags for shared libraries... -shared
checking compiler flags for position-in...
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello,
I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting
the error that Samba can't
find the unicode_map.xxx file. Well, I notice that all I have in
/usr/local/samba/lib/codepages
is codepage type files, not unicode. Why do the binaries not include a
compiled make_unicodemap?
I did download the source and found the .c file for the command. When I try
to run
2002 Sep 26
0
Portable openssh integration with PAM on HP-UX 11.X Trusted System
...arning from prpwd(4) in Trusted systems), they receive a
little message to that effect (apparently spat out by login(1)). Is there
a PAM-related function that can do this (that can be invoked by sshd), or
is it a HP-UX trusted-system related step that would have to be handled
directly (eg. via the getprpwnam function, and doing a little calculation)?
Any information you've got will be greatly appreciated...
Cheers,
David Knodel
__________________________________________________
CSC
Ph: 08 9429 6424 Email: dknodel at csc.com.au
------------------------------------------------------------------...
1998 Dec 10
0
CVS woes under HPUX 10.20
...Ever since the -lsec/-lsecurity tests in configure were "fixed", post
beta2, I cannot compile any version of Samba 2.x on HPUX 10.20. The only
options set with configure are --prefix= and --with-mmap. The differences
seem to be reversed settings for availability of getspnam, bigcrypt,
getprpwnam, and set_auth_parameters (in config.cache) and for the related
defines in config.h (plus HAVE_PUTPRPWNAM). Needless to say, I'm totally
confused.
Make gets all the way to the passdb section and falls down thusly:
<---make's death throes follows--->
Compiling passdb/pass_check.c
cc:...
2004 Dec 13
0
samba4 configure error
...ing for getspnam... yes
checking for getspnam in -lsecurity... no
checking for getspnam... (cached) yes
checking for getspnam in -lsec... yes
checking for getspnam... (cached) yes
checking for bigcrypt in -lsecurity... no
checking for bigcrypt... no
checking for bigcrypt... (cached) no
checking for getprpwnam in -lsecurity... no
checking for getprpwnam... no
checking for getprpwnam... (cached) no
checking ability to build shared libraries... true
checking linker flags for shared libraries... -G
checking compiler flags for position-independent code...
checking whether building shared libraries actually...
2004 Jan 15
2
Installation Problem !!!
...getspnam in -lsecurity... no
checking for getspnam... (cached) yes
checking for getspnam in -lsec... no
checking for getspnam... (cached) yes
checking for bigcrypt in -lsecurity... no
checking for bigcrypt... no
checking for bigcrypt in -lsec... no
checking for bigcrypt... (cached) no
checking for getprpwnam in -lsecurity... no
checking for getprpwnam... no
checking for getprpwnam in -lsec... no
checking for getprpwnam... (cached) no
checking for library containing getxattr... none required
checking for getxattr... yes
checking for lgetxattr... yes
checking for fgetxattr... yes
checking for listxattr.....
2003 Sep 02
12
[Bug 633] Password authentication fails in HP-UX trusted mode due to DISABLE_SHADOW
http://bugzilla.mindrot.org/show_bug.cgi?id=633
Summary: Password authentication fails in HP-UX trusted mode due
to DISABLE_SHADOW
Product: Portable OpenSSH
Version: -current
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...for set_auth_parameters... yes
checking for set_auth_parameters... (cached) yes
checking for getspnam in -lgen... no
checking for getspnam... no
checking for getspnam... (cached) no
checking for getspnam... (cached) no
checking for bigcrypt... yes
checking for bigcrypt... (cached) yes
checking for getprpwnam... yes
checking for getprpwnam... (cached) yes
checking whether gcc accepts -fpic... yes
checking for long long... yes
checking for LL suffix on long long integers... yes
checking for 64 bit off_t... yes
checking for off64_t... no
checking for 64 bit ino_t... no
checking for ino64_t... no
checking...
2004 Apr 02
1
PAM_LDAP fails with 3.7.1p2 when Shadow password installed on HP-UX 11.11
Hello All,
We have been successfully using PAM_LDAP authentication with OpenSSH-3.6 on
our HP-UX 11.11. When OpenSSH-3.7.1p2 is installed [with Darrens' password
expiry patch 26], and when Shadow password bundle is installed on the
system, our ssh authentication failed. Even, when the source is compiled
without Darren's patch, the same bahaviour is seen and there is no success.
When
2005 Aug 10
2
Compiling smbtorture
...getspnam in -lsecurity... no
checking for getspnam... (cached) yes
checking for getspnam in -lsec... no
checking for getspnam... (cached) yes
checking for bigcrypt in -lsecurity... no
checking for bigcrypt... no
checking for bigcrypt in -lsec... no
checking for bigcrypt... (cached) no
checking for getprpwnam in -lsecurity... no
checking for getprpwnam... no
checking for getprpwnam in -lsec... no
checking for getprpwnam... (cached) no
checking for library containing getxattr... none required
checking for getxattr... yes
checking for lgetxattr... yes
checking for fgetxattr... yes
checking for listxattr.....