search for: getpassphrase

Displaying 20 results from an estimated 20 matches for "getpassphrase".

2002 Jun 17
3
Fix for smbpasswd Samba 2.2.4 on Solaris only taking 8 character passwords
...reads the first 8 characters, as opposed to the full password. Obviously, this can cause mass confusion. :) The fix is pretty simple (I would offer a diff, but this is the kind of thing the configure script should check for...) - under Solaris getpass() will only return 8 characters - you must use getpassphrase() to get up to 256 characters (same syntax as getpass). So, under source/utils/smbpasswd.c, line 670, change p = getpass(prompt); to p = getpassphrase(prompt); And it works properly. --- Andrew Gray Systems Administrator University of Nevada, Las Vegas College of Engineering
2001 Oct 26
5
New password echoes on Sol8
I tried replacing readpassphrase() for v2.9.9p2 on Sol8 with a different version that just calls getpassphrase(). It appears to solve the echo problem when the user tries to login in interactive mode and needs to change their password. Can anyone else try this with v2.9.9p2 on Solaris? Be sure to add: #define HAVE_GETPASSPHRASE ... to config.h when compiling (since it's not a configurable option ye...
2002 May 31
3
About password length in solaris 8 and samba 2.2.4
Hello You wrote as below in samba-list: Message: 19 Date: Tue, 28 May 2002 22:13:35 -0500 (CDT) From: "Gerald (Jerry) Carter" <jerry@samba.org> To: Carl Vincent <c.a.vincent@ncl.ac.uk> Cc: samba@lists.samba.org Subject: Re: [Samba] Password Length Conundrum On Fri, 24 May 2002, Carl Vincent wrote: > I've jsut installed Samba-2.2.4, from source on a Solaris 2.6 box.
2007 Mar 27
0
Joining ADS Domain from Solaris9
...The Solaris9 getpass(3C) takes passwords up to PASS_MAX length, which is only 8. That means if you try something like # net ads join -U admin@MY.REALM and the admin password is more than 8 characters in length, you'll get "Preauthentication failed". The solution to this is to use getpassphrase(3C), which according to the manpage "returns a string of up to 256 characters in length" but otherwise is identical to getpass(3C). (line 254 of utils/net_ads.c) Maybe this could be cared for by the configure scripts? Thank you, Samba Team, for your sustained good work! Chris -- ----...
2003 May 29
2
Interactive Rsync Authentication Problem
I have run across an interesting issue when running rsync from Solaris to an rsync daemon on Linux. It works properly when I specify the password on the command line: RSYNC_PASSWORD=the_Password rsync -r /tmp/test test_user@test_server::test_user/topdir/subdir However, if I do not specify the password on the command line and am prompted interactively, it always fails. After some
2001 Oct 26
2
Expired passwords on Solaris with PAM
I've been doing so more tests with 2.9.9p2 on Sol8. Here are my finding so far: When a user needs to change his password and trys to run a command in non-interactive mode, it just succeeds without even trying to prompt the user for a new password. Damien submitted a fix - it works for me (is it going into CVS?). When a user needs to change his password and trys to login in interactive
2009 Apr 17
4
[Bug 1590] New: ^C is not supported in sftp
https://bugzilla.mindrot.org/show_bug.cgi?id=1590 Summary: ^C is not supported in sftp Product: Portable OpenSSH Version: 5.2p1 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: sftp AssignedTo: unassigned-bugs at mindrot.org ReportedBy: jg at jguk.org I
2006 Jul 22
1
Error during make: *** No rule to make target `usb.h', needed by `tripplite-hid.o'. Stop.
...in/ar checking for ranlib... ranlib checking for inline... inline checking for flock... yes checking for lockf... yes checking for fcvt... yes checking for fcvtl... no checking for cfsetispeed... yes checking for tcsendbreak... yes checking for seteuid... yes checking for setsid... yes checking for getpassphrase... no checking for vsnprintf... yes checking for snprintf... yes checking for setenv... yes checking for inet_aton... yes checking for strerror... yes checking for atexit... yes checking whether byte ordering is bigendian... no checking for getopt declarations... in unistd.h checking whether to use...
2007 Mar 06
2
Compiling SVN build.. error for libupsclient
...tion tag "F77" to libtool checking for inline... inline checking for flock... yes checking for lockf... yes checking for fcvt... yes checking for fcvtl... no checking for cfsetispeed... yes checking for tcsendbreak... yes checking for seteuid... yes checking for setsid... yes checking for getpassphrase... no checking for on_exit... yes checking for vsnprintf... yes checking for snprintf... yes checking for setenv... yes checking for inet_aton... yes checking for strerror... yes checking for atexit... yes checking whether byte ordering is bigendian... no checking for getopt declarations... in unis...
2014 Oct 09
3
configure: error: "Net-SNMP Libraries not found, required for SNMP drivers"
...le array members... yes checking for variable-length arrays... yes checking for flock... no checking for lockf... yes checking for fcvt... yes checking for fcvtl... no checking for cfsetispeed... yes checking for tcsendbreak... yes checking for seteuid... yes checking for setsid... yes checking for getpassphrase... yes checking for on_exit... no checking for strptime... yes checking for setlogmask... yes checking whether LOG_UPTO is declared... yes checking for vsnprintf... yes checking for snprintf... yes checking for setenv... yes checking for strerror... yes checking for atexit... yes checking for pkg-c...
2010 Nov 01
1
Samba 4 on osx
...: ok Checking compiler accepts -fvisibility=hidden : yes Checking for HAVE_VISIBILITY_ATTR : not found Checking for HAVE_IFACE_GETIFADDRS : ok Checking for getpass : ok Checking for getpassphrase : not found Checking for REPLACE_GETPASS : ok Checking for getpwnam_r : ok Checking for getpwuid_r : ok Checking for getpwent_r : not f...
2010 Oct 07
1
OSX and samba4 git
...: ok Checking compiler accepts -fvisibility=hidden : yes Checking for HAVE_VISIBILITY_ATTR : not found Checking for HAVE_IFACE_GETIFADDRS : ok Checking for getpass : ok Checking for getpassphrase : not found Checking for REPLACE_GETPASS : ok Checking for getpwnam_r : ok Checking for getpwuid_r : ok Checking for getpwent_r : not f...
2015 Feb 13
1
Error installing Nut 2.7.2 on RedHat 6.6
...e array members... yes checking for variable-length arrays... yes checking for flock... yes checking for lockf... yes checking for fcvt... yes checking for fcvtl... no checking for cfsetispeed... yes checking for tcsendbreak... yes checking for seteuid... yes checking for setsid... yes checking for getpassphrase... no checking for on_exit... yes checking for strptime... yes checking for setlogmask... yes checking whether LOG_UPTO is declared... yes checking for vsnprintf... yes checking for snprintf... yes checking for setenv... yes checking for strerror... yes checking for atexit... yes checking for pkg-c...
2007 Feb 16
2
Centralion Blazer 2000VA USB-HID
Hi again, I've succeeded in compiling the svn trunk with the automake tools and wish to say thank you to Charles Lepple for his help. After fixing some parameters in the hotplug script I can now get access to the UPS on /dev/usb/hiddev0 (I added productid and vendorid of my ups to the usermap). I've decided to try the newhidups driver with -x generic parameter and got this response :
2008 Jul 08
0
Report this to samba-technical@samba.org, ldap_initialize error
...no checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for shl_load... no checking for shl_unload... no checking for shl_findsym... no checking for prototype void *dlopen(const char* filename, unsigned int flags)... no checking for getpass... yes checking for getpassphrase... yes checking whether strptime is available and works... no checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking winsock2.h usability... no checking...
2008 Aug 15
2
Problem with APC and Fedora 8 I86_64
...in/ar checking for ranlib... ranlib checking for inline... inline checking for flock... yes checking for lockf... yes checking for fcvt... yes checking for fcvtl... no checking for cfsetispeed... yes checking for tcsendbreak... yes checking for seteuid... yes checking for setsid... yes checking for getpassphrase... no checking for on_exit... yes checking for vsnprintf... yes checking for snprintf... yes checking for setenv... yes checking for inet_aton... yes checking for strerror... yes checking for atexit... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...no checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for shl_load... no checking for shl_unload... no checking for shl_findsym... no checking for prototype void *dlopen(const char* filename, unsigned int flags)... no checking for getpass... yes checking for getpassphrase... yes checking whether strptime is available and works... no checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking winsock2.h usability... no checking...
2010 May 11
1
Samba 3.5.2 compile on AIX
...o checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for shl_load... no checking for shl_unload... no checking for shl_findsym... no checking for prototype void *dlopen(const char* filename, unsigned int flags)... no checking for getpass... yes checking for getpassphrase... no checking whether getpass should be replaced... yes checking whether strptime is available and works... no checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking windows.h usability... no checking windows.h presence... no checking for windows.h....
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
...no checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for shl_load... no checking for shl_unload... no checking for shl_findsym... no checking for prototype void *dlopen(const char* filename, unsigned int flags)... no checking for getpass... yes checking for getpassphrase... no checking whether getpass should be replaced... yes checking whether strptime is available and works... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking windows.h usability... no checking windows.h presence... no checking for windows.h...
2010 May 02
2
samba4 make error - drsblobs.so
...no checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking for shl_load... no checking for shl_unload... no checking for shl_findsym... no checking for prototype void *dlopen(const char* filename, unsigned int flags)... no checking for getpass... yes checking for getpassphrase... no checking whether getpass should be replaced... yes checking whether strptime is available and works... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking windows.h usability... no checking windows.h presence... no checking for windows.h...