similar to: help! authentication again

Displaying 20 results from an estimated 10000 matches similar to: "help! authentication again"

1998 Jun 30
1
user name and authentication question
Hi all, Question 1). Is there a way to configure SAMBA to authenticate through NT domain controller and revert back to UNIX passwd if NT authentication is not successful? Question 2). This is more of a HP-UX question. Is there a way to increase the 8 characters limit to the log in name under HP-UX. If there is a way to totally ignore the HP-UX passwd file so that I don't have to create users
1998 Jul 10
1
SAMBA Binaries
Hi, Is there a reason that I've been getting "Execute permission denied" errors when I tried to run smbd and nmbd. They are the binaries that I downloaded from SAMBA mirror sites. I was executing as super user and all the file permissions are 755 as well as the smb.conf file currently is 777 in the lib directory. This happens on all of the 1.9.17 rev binaries for HP-UX 10.20. If I
2001 Dec 06
1
smbstatus connection.tdb not initialised
HI, I recently upgraded from SAMBA 2.0.7 to SAMBA 2.2.2. I downloaded the binaries (from samba.org binary packages) for HP UX 10.20. I am able to map drives and print however when I execute smbstatus (even at the root level) I get connections.tdb not initialised. This file does not exist in the /var/opt/samba/locks directory. I changed my log level to 3 to try to see what is going on but
2006 Apr 24
1
source compilation errors on HPUX 10.20
Hi, I've tried to compile 3.0.22 on HPUX 10.20 and get the following error msg: No options are used when running 'configure'. checking configure summary ERROR: No locking available. Running Samba would be unsafe configure: error: summary failure. Aborting config ****** The server details: [qhus029@HP-UX]>uname -a HP-UX qhus029 B.10.20 A 9000/898 1684683361 two-user license
2002 Aug 19
4
Building 3.0p1 on HPUX 10.2, gcc, zlib 1.1.4
Hi everybody, I've never posted here before but I seem to be having a similar problem to what Tim Rice had in July, namely when running the configure script I get the following: configure: error: *** zlib missing - please install first or check config.log *** However, I have definitely installed zlib (see below): dngwks1:/tmp/openssh-3.0p1 # swlist # Initializing... # Contacting target
2004 Aug 18
0
Problems compiling OpenSSH [no version info] on HP-UX 10.20 w as: (no subject)
Aloha Rip Thanks for your quick response. I did compile OpenSSH stuffs by using GCC 2.95.2 first, the error is the same. Since there are no issues on other platforms by using GCC 3.3.2, I tried to take a luck on HP-UX 10.20 by using GCC 3.3.2. Unfortunately, it is same, even at the same line What I am guessing is that it could be from some system environment variable setting, but I am not sure
2002 Aug 01
1
[Bug 375] New: sshd core dumping with msg "Cannot delete credentials"
http://bugzilla.mindrot.org/show_bug.cgi?id=375 Summary: sshd core dumping with msg "Cannot delete credentials" Product: Portable OpenSSH Version: 3.1p1 Platform: Sparc OS/Version: Solaris Status: NEW Severity: major Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org
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
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
2006 Jan 28
3
samba3 to samba3 domain membership failing
Hi, I'm attempting to make a Samba 3.0.10 fileserver become a domain member of a Samba 3.0.7 server which is running as a PDC. I'm using the instructions gained from here... http://samba.org/samba/docs/man/Samba-HOWTO-Collection/domain-member.html#id2538809 ...but when running the command... net rpc join -S PDCNAME -UAdministrator%password I get the error... Create of workstation
2004 Aug 17
1
Problems compiling OpenSSH [no version info] on HP-UX 10.20 was: (no subject)
Aloha Jiwen (I used to get kama'aina discounts, but no longer)-- First, you didn't tell us what OpenSSH source code version you're trying to compile. Without that info there are any number of possible problems--so I'll assume (for now) that you're using the latest released portable version of OpenSSH. Please reply with specific version info. The fact that things are blowing
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
2018 Apr 02
2
Samba Domain server authentication
Hi, We're having issues accessing shares from our Samba file server. If we try to access the share from a domain joined Windows machine, it prompts with enter username and password. If we supply the domain password it fails. The error that we get is the following. Failed to find a Unix account for peteruser 'lin\aadamson' (from session setup) not permitted to access this share (data)
2000 Jun 22
0
Timing bug patch and x509 question.
First the bug: I've found a timing problem in 2.1.1p1 at the point where the client version string is read, a core dump with a "Did not receive ident string..." error. This problem does not appear to have been mentioned yet in the list archive. This bug was noted on HP-UX 11.0 but could be a problem on other Unices as well. My Q&D fix (patch below) was to spin on EWOULDBLOCK
2001 Jun 06
3
Defect: OpenSSH hangs on logout
On Wed, 6 Jun 2001, Greg Wooledge wrote: :> this is caused by select() being restarted for SIGCHLD on HP-UX due to the :> use of SA_RESTART. can you try the patch below and see if it fixes the :> problem for HP-UX and linux? i've tested on HP-UX 11.11. : :> -#if defined(SA_RESTART) :> +#if 0 : :This doesn't seem to make any difference on HP-UX 10.20. But then, :I'm
2003 Jan 22
0
RE: samba digest, Vol 1 #2098 - 22 msgs
Tim Looks like you got a binary compiled for HP-UX 11.x, as that version of HP-UX introduced libc.2. It doesn't exist in HP-UX 10.20. I checked the samba.org site and don't see any 2.2.X versions pre-compiled for 10.20, so my recommendation would be to download the source of 2.2.X and compile your own for 10.20. I checked to see if we had any old archive copies of Samba 2.0.X for
2018 Apr 02
0
Samba Domain server authentication
Is this something that used to work but no longer does? What are the results of "net rpc testjoin" command on the samba server? Is the domain controller also samba? What does "wbinfo -u" command show on the samba server?    On my servers shows "DOMAINNAME\eachuser" but that is with  "winbind trusted domains only = No" and "winbind use default
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
2001 Mar 14
0
Antw: Ctrl-C problem on HP-UX
Hi Ryan, I run into the same problem with my HP-UX 11 as well as HP-UX 10.20 boxes. Therefore I decided not to start the sshd from the swagent in the postinstall script. I start the daemon via the lan console by hand. I know in large environments it is not a perfect solution but the only one which works these days ;-(( regards Stephan -- LDS Brandenburg Dr. Stephan Hendl fon: +49-(0)331-39 471