Displaying 20 results from an estimated 30000 matches similar to: "Winbind Authentication on HP-UX 11 works"
2001 Aug 15
2
rsync building OK on HP-UX 11.00 and 11.11?
On 8 Aug 2001, "MCCALL,DON (HP-USA,ex1)" <don_mccall@hp.com> wrote:
> Hi Martin,
> Thought I would let you know that rsync is failing to
> build on HP-UX 11.00 and 11.11 (using HP's ansi C compiler) because of a
> test you have for socklen_t; on HP-UX 11.00 and 11.11, socklen_t is not
> defined in types.h, but instead is defined in socket.h
> Result is that
2001 Dec 21
1
HP-UX 11 and Winbind?
Have anyone tried compiling samba-2.2.2 on HP-UX 11 with winbind. I am interested on authentication from HP9000 (K and L server) to NT4.0 domain.
If any one was able to do it, please share your experience, as I will be tackling this task next week.
Any help or comments are appreciated.
Thanks,
Mike
2001 Oct 05
4
SaMBa 2.2.1a in HP/UX 11.00
Hullo All
I hjave a problem with SaMBa 2.2.1a with HP/UX 11.00. It seems to work fine,
but after a couple hours users received a message in Windows (all 95) like
that ...
"There were no servers to log you into", or something like that (Win95
Brazilian Portuguese). It seems like it can't find the domain master
server...
Below is my smb.conf... Some help is greatly apreciated...
2013 Jun 03
0
Winbind Authentication on HP-UX 11 works
Hi Expert ,
I need to integrate HPUX (B.11.31 U ia64 ) machine with windows AD server
using winbind .Please provide the document for the same .
Regards,
Jagan M
2014 Feb 12
0
Any HP-UX users left? was Re: Strange regression on FreeBSD buildslave regarding HP-UX scripts
Please see below. I think I know what is going on (it seems to be a make/gmake incompatibility), but to fix it, I need to rewrite some of the HP-UX packaging code, and I need a HP-UX user to help test this. Otherwise, I'm going to just rip it out for now, and add it back in when someone complains.
On Feb 4, 2014, at 10:17 PM, Charles Lepple wrote:
> For reasons unrelated to NUT, I
2003 Nov 14
1
Rsync 2.5.6 - Configure problem on HP-UX 11.i
Hello,
I received the following socket error when I try to run 'configure' on a
new HP-UX 11.i server. (It works fine of HP-UX 11.0) Can anyone help
with this error?
checking for struct stat.st_rdev... yes
checking for ino_t... yes
checking for socklen_t... no
checking for socklen_t equivalent... configure: error: Cannot find a
type to use in place of socklen_t
2003 Jan 27
19
Winbind on HPUX11, Totally Stuck, Please Help
Skipped content of type multipart/alternative
2004 Sep 17
2
patch: openssh 3.9p1 on hp-ux 10.20
OpenSSH 3.9p1 does not compile on HP-UX 10.20 due to the code which was
added in includes.h to work around HP-UX 11.11's behavior. The following
patch lets it work on HP-UX 10.20. It should also work on HP-UX 11.11,
but I can't test that (no HP-UX 11 boxes here).
It uses code from http://www.faqs.org/faqs/hp/hpux-faq/section-213.html .
The copyright at
2005 Oct 14
1
Playing streams on HP-UX 11i
Does anyone know a player to recommend for HP-UX 11i? I have a listener
who wants to listen under HP-UX, and having not used it I'm not sure
what's available. Is there anything that should already be included in
HP-UX that would handle ogg or mp3 streams? If not, is there are a
player that you know will compile easily so he can listen? If I had it
in front of me I'm sure I
2003 Mar 26
2
[Bug 521] PAM authentication not working in privilege seperation mode running in trusted system on hp-ux
http://bugzilla.mindrot.org/show_bug.cgi?id=521
Summary: PAM authentication not working in privilege seperation
mode running in trusted system on hp-ux
Product: Portable OpenSSH
Version: 3.5p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: major
Priority: P2
Component: sshd
2002 Mar 22
2
Trusted HP-UX 10.26
I haven't noticed any work on Trusted HP-UX 10.26 in the archives (then
again maybe I missed it). I have made changes to get sshd working on
trusted HP-UX, ssh already worked. I can supply a patch, but before I did I
was wondering if it is best to send the patch to this list, or file it as a
bug report? The patch is just around 6k, and includes changes to
configure.ac and acconfig.h, allong
2003 Oct 10
1
DUX UX in smbpasswd??
hallo list,
samba 2.x + SuSE 7.3 working as PDC in NT/W2K-Network:
in the smbpasswd the account flags are set to U, DU, W. But a few
accounts have an added X like UX or DUX. The man page describes only
flags D, U, W and N. what does the X mean or can it be deleted. Anybody
else with this appearance,
Marco Lechner
2014 Feb 05
2
Strange regression on FreeBSD buildslave regarding HP-UX scripts
For reasons unrelated to NUT, I upgraded my FreeBSD-x86 buildslave machine from 9.1 to 10.0. This involved rebuilding the whole ports tree, but no other (intentional) changes were made.
Now, I get this error:
(cd scripts && make top_distdir=../nut-2.7.1.5 distdir=../nut-2.7.1.5/scripts \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: don't
2014 Feb 05
2
Strange regression on FreeBSD buildslave regarding HP-UX scripts
For reasons unrelated to NUT, I upgraded my FreeBSD-x86 buildslave machine from 9.1 to 10.0. This involved rebuilding the whole ports tree, but no other (intentional) changes were made.
Now, I get this error:
(cd scripts && make top_distdir=../nut-2.7.1.5 distdir=../nut-2.7.1.5/scripts \
am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: don't
2002 Feb 14
1
HP/UX 11 bug
glob(3) on HP/UX 11 always strips a trailing slash from a pathname. This
breaks the differing semantics of
rsync directory host:/foo/bar
rsync directory host:/foo/bar/
Here's a patch which, at least, doesn't seem to do any harm on Solaris
or Linux and fixes the problem on HP.
Cheers,
Mark
--- util.c.OLD Tue Jan 29 15:25:08 2002
+++ util.c Tue Jan 29 15:30:03 2002
@@ -542,6 +542,7 @@
2000 Feb 26
1
OpenSSH on HP-UX 11 with TCB
Hi,
an updated and more civilized post (to my one and only previous one) on
getting OpenSSH to work on HP-UX 11 using the TCB. I used the HP ANSI C
compiler.
Firstly, I needed to download, compile and install OpenSSL, EGD and
ZLib.
Specific issues:
configure did not handle hpux 11
login.c did not compile
makefile did not use $(CFLAGS)
sshd did not compile (pam issues), I wanted to use
2004 Jul 02
1
rsync and socket files on HP-UX
Hello,
i tried to pull files from a linux server to a hp-ux server via
rsync -avz -e /usr/bin/ssh root@bsl61u:/tmp /danzas1/dump/testle.
It failed for the socket fails.
receiving file list ...
server_sender starting pid=20793
[sender] make_file(daemon,*,2)
[sender] expand file_list to 131072 bytes, did move
recv_file_name(daemon)
received 1 names
done
recv_file_list done
get_local_name
2000 Jul 06
2
2.1.1p2 HP-UX 11 timing error
FYI in order to get 2.1.1p2 to work on my HP-UX 11.0 systems I had to patch
atomicio.c for EWOULDBLOCK (HP read() does not give the POSIX return code).
The new atomicio() is a clean fix for this timing problem; all it needs now
is this one little tweak.
Also had the "General Commercial Security" error (PAM_TERM_ERROR from
pam_acct_mgmt()) which I have very crudely addressed for now by
2003 Oct 28
1
ssh not resolving host names on HP-UX 11i
I posted a message about this problem late last week, never heard
anything back, so I have to assume other folks did get a working ssh
(3.7.1p2) binary built on HP-UX 11i. Just to refresh, my ssh package
that I built on HP-UX 11i works fine, except that the ssh binary doesn't
seem to go to DNS to resolve host names. So the only way I can ssh to
other machines is to put their host entries in
2005 Oct 26
2
[Bug 1107] Honouring securetty file in HP-UX with UseLogin
http://bugzilla.mindrot.org/show_bug.cgi?id=1107
Summary: Honouring securetty file in HP-UX with UseLogin
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: