Displaying 20 results from an estimated 2000 matches similar to: "problem: HP-UX 10.20 + encrypted passwords"
1999 Jul 09
1
Sharing in another network
Hi,
I'm trying to share a machine that's on the other side of a gateway.
The machine being shared is a Linux (kernel 2.2.1 (RedHat 5.2) and samba
2.0.3), and the box trying to access it is NT4.0 with SP5.
It looks something like this
------- --------- ------
|Linux|-----------|Gateway|----------| NT |
------- --------- ------
192.168.32.72
2004 Mar 26
1
Can't re-add NT box to domain
While I wait for an answer to my last question, allow me to ask another.
When we upgraded a samba server from 2.x to 3.0.0-2mdk using LDAP, we managed
to change the domain SID. Instead of fixing the SIDs on the sever, I re-added
the hosts to the domain. Although it was a lot of work, it was successful on
most of the systems on the network. However, we have one old NT4 box on the
network
2002 Apr 24
2
OpenSSH and support for KTH-Krb4
Hello,
I have tried to compile openssh-3.1p1 and then two
later snapshots. It seems that I can not have support
for KTH-Krb4, according to this errorlist from make:
gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o
readconf.o clientloop.o -L. -Lopenbsd-compat/ -R/usr/local/ssl/lib
-L/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib -L/usr/athena/lib
-R/usr/athena/lib -lssh
2005 Jan 18
2
Winbind fails to connect to \PIPE\NETLOGON with 3.0.10 and 3.0.9
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Joining a mixed 2000 domain worked correctly for Samba 3.0.2a.
After upgrading to either samba 3.0.9 or 3.0.10, the net ads join command
completes successfully, and wbinfo -u returns a list of users, but any attempt to
actually authenticate those users fails with NT_STATUS_PIPE_NOT_AVAILABLE.
wbinfo -t also does not work, and produces the log file
1998 Aug 27
0
problem with smbclient access to NT4.0 WS share
Thanks to all for a wonderful package. It's sharing fine from my
Debian box but smbclient isn't working the other way round. Here's
the detail:
I have three machines together: an NT4 Workstation (sp3), a
Win95 machine and a Debian (Hamm = latest stable release). The
NT 4 machine has a shared drive I want to access from my Debian
machine. I can access that share from the win95
2001 Jul 16
1
openssh 2.9p1 on Solaris 2.6 with AFS
Jan,
maybe I should check the /afs information that you pointed me at
in a subsequent email first, but I wanted to update you on what
happened following this path:
I did get some mileage out of both of your suggestions below,
but still did not make it through (now working with openssh-2.9p2):
gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o
readconf.o clientloop.o -L.
2003 Mar 04
0
Samba+Winbindd
How do you do !!!
Compile samba-2.2.7a with -with-winbind -with-acl-support, has adjusted
smb.conf
[global]
netbios name = server
workgroup = sgtp
server string = Samba Server
max log size = 50
security = domain
wins support = yes
password server = DOM MULT *
encrypt passwords = yes
log level = 3
log file =
2006 Aug 10
2
winbind nsswitch problem
Greetings list,
I'm using samba 3.0.23a on a Fedora Core 5 system in a member server
role in an Active Directory domain (security ads). My problem is that,
although wbinfo -u and -g work great and can pull user and group lists
respectively from AD, getent passwd and getent group do not. I've
configured passwd: files winbind and group: files winbind in
nsswitch.conf, and have
2001 Sep 12
3
lastlog with hp-ux 10.20
i haven't heard of problems with configure/lastlog on 10.20. i'll copy
the development list as there are folks there who use 10.20.
On Thu, 6 Sep 2001, Jesse Caldwell wrote:
:one last problem with openssh -- building openssh on HPUX 10.20 fails
:on loginrec.c (i don't have the errors handy but i would be more than
:happy to recreate them). i get the same error with 2.9p2 and 9/6/2001
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
2004 Oct 30
3
[Bug 947] ssh-keyscan.c fails to compile on HP-UX 10.20
http://bugzilla.mindrot.org/show_bug.cgi?id=947
Summary: ssh-keyscan.c fails to compile on HP-UX 10.20
Product: Portable OpenSSH
Version: 3.9p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
2003 Feb 20
2
Suport to HP UX 10.20
To : Support Staff
I need to test SAMBA with a HP K 9000 Class machine, with HP-UX 10.20
operating system.
Wich SAMBA software version is compatible with this OS? How can I get this
software?
Thanks and regards,
Mario
1999 Jul 05
1
server not visible anymore
Hello everyone,
I used samba 1.9.x before and everything was fine. The samba
server lived in some local network and I could see it from my NTbox
as well as from Win95/98 clients.
I upgraded to version 2.0.3 and now my server is gone though I use
the same smb.conf file which is pretty basic. I can connect to it
using the "\\server\share" convention and can also see it when I do
a
2014 Feb 03
1
OpenSSH 6.5 on HP-UX 10.20
Hi,
just a minor bugreport.
OpenSSH 6.5 needs a fix to compile on HP-UX 10.20.
On HP-UX 10.20, ntohs is not defined in "netinet/in.h" but in "arpa/inet.h".
readconf.c misses the required additional #include <arpa/inet.h>:
$ diff -c readconf.c readconf.c_new
*** readconf.c Fri Jan 17 14:03:57 2014
--- readconf.c_new Mon Feb 3 01:18:29 2014
***************
***
2002 Mar 26
0
[Bug 185] New: --with-ipv4-default breaks X11-forwarding on HP-UX 10.20
http://bugzilla.mindrot.org/show_bug.cgi?id=185
Summary: --with-ipv4-default breaks X11-forwarding on HP-UX 10.20
Product: Portable OpenSSH
Version: 3.1p1
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
1999 Oct 18
1
Anyone using SAMBA on a HP/9000 with HP/UX 10.20 ?
Hello,
Does anyone use a SAMBA server on a HP/9000 with HP/UX 10.20 ?
I use currently Samba at home with Linux, W95 and AmigaOS , at work on
Solaris and I will
try to use it for a new project on several HP/9000.
Regards
2000 Mar 14
1
Problems compiling 1.2.2 on HP-UX 10.20
Hi,
I'm trying to compile OpenSSH-1.2.2 on HP-UX 10.20 but
immediately fall into the problem pit..
I've got gcc v2.8.1 and the first error is something
like:
defines.h:93: parse error before `u_int64_t`
I got around this by uncommenting (guessing) line 118
in config.h:
#define HAVE_UINTXX_T 1
But then I got another error when trying to compile
sshd.c, I get an error message like:
2003 Oct 07
2
Installing openssh-3.7.1p2 on HP-UX 10.20
> Hi,
>
> I'm trying to install openssh-3.7.1p2 on a HP-UX 10.20 machine.
> Everything goes well until the "make install" command hangs on "Generating
> public/private rsa1 key pair". Even the ssh-keygen command hangs on (I've
> tried it after aborting the make install). The problem remains the same
> using or not the configure option
2002 Apr 08
0
[Bug 209] New: HP-UX 10.20 "make" problem
http://bugzilla.mindrot.org/show_bug.cgi?id=209
Summary: HP-UX 10.20 "make" problem
Product: Portable OpenSSH
Version: -current
Platform: HPPA
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
2002 Jun 12
0
RES: Tuning SaMBa in HP/UX 10.20 (200 Users)...
I'm running SaMBa 2.2.3a, compiled by myself... I heard a long time ago in
this list that you can reduce the size of the binaries by recompiling the
source, whit some new variables... But I don't know what are they...
Thanks
______________
Demerson Zounar
Analista de Suporte
demerson@zaffari.com.br
-----Mensagem original-----
De: Eric Roseme [mailto:eroseme@emonster.rose.hp.com]
Enviada