Displaying 16 results from an estimated 16 matches for "pwlen".
Did you mean:
plen
2006 May 11
9
Undoing a SHA1
Hello for my password recovery system I want to recover the users
password and send it to them. In the DB its saved via SHA1 (login
generator)
--
Posted via http://www.ruby-forum.com/.
2000 Dec 06
4
Encrypt Passwords & Mixed Case Passwords
Hello!
I have a query regarding the use of "encrypt passwords = yes" and is
wondering if anyone can help me with it.
If I recall correctly, when using "encrypt passwords = no" , Samba will
lookup the username/password via the UNIX /etc/passwd file or equivalent.
And as the password can have mixed-case passwords, the "password level =
x" parameter is used to
1998 Apr 08
1
Samba can't resolv password
...sesssetupX:name=[WIDAUERK]
lp_file_list_changed()
file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf last mod_time: Wed Apr 8 16:51:09 1998
Scanning username map /usr/local/samba/private/user.map
Mapped user widauerk to widaka01
Mapped user widauerk to widaka01
SMB Password - pwlen = 24, challenge_done = 1
Checking SMB password for user widaka01 (l=24)
get_smbpwd_entry: opening file /usr/local/samba/private/smbpasswd
get_smbpwd_entry: search by name: widaka01
get_smbpwd_entry: skipping comment or blank line
get_smbpwd_entry: skipping comment or blank line
get_smbpwd_entry: sk...
1997 Jul 31
0
Passwords fail from Win95 but not from DOS (Samba 1.9.16p11/NetBSD)
...SMBnegprot (pid 1235)
Requested protocol [PC NETWORK PROGRAM 1.0]
Requested protocol [MICROSOFT NETWORKS 3.0]
Requested protocol [DOS LM1.2X002]
Selected protocol DOS LM1.2X002
07/31/97 01:57:53 negprot index=2
...
switch message SMBsesssetupX (pid 1235)
sesssetupX:name=[SHAGNASTY]
SMB Password - pwlen = 24, challenge_done = 0
Checking password for user shagnasty (l=24)
Couldn't find user shagnasty
Registered username nobody for guest access
nobody is in 1 groups
9999
uid 32767 registered to name nobody
...
switch message SMBtcon (pid 1235)
parsing connect string \\ZEPPO\SIMON
checking for...
1999 Jul 30
0
NT4 SP3 and Samba - Connection problems
...use the debug options for smbd (using smbd -D -d 5 -l
/tmp/smbd.log) and nmbd, the only interresting thing in the log is:
...
switch message SMBtconX (pid 649)
Got device type ?????
Scanning username map /etc/smb.usermap
Trying username Map-Name
Scanning username map /etc/smb.usermap
SMB Password - pwlen = 8, challenge_done = 0
Checking password for user nobody (l=8)
1999/07/28 10:06:05 invalid username/password for Map-Name
1999/07/28 10:06:05 error packet at line 171 cmd=117 (SMBtconX) eclass=2
ecode=2
error string = No such file or directory
...
switch message SMBtconX (pid 645)
Got device type...
1998 Jun 25
3
Cannot change password
...m = /usr/bin/yppasswd
passwd chat = "*Old password*" %o\n "*New password*" %n\n "*ype new password*
" %n\n *changed*
password level = 4
The error reported in the client log file at log level 4 is:
Doing SetUserPassword
Set password for <PDEBUS>
SMB Password - pwlen = 7, challenge_done = 0
Checking password for user pdebus (l=7)
Password change for user: pdebus
pty: try to open ptya0, line was /dev/ptyXX
pty: try to open ptya1, line was /dev/ptya0
pty: try to open ptya2, line was /dev/ptya1
pty: try to open ptya3, line was /dev/ptya2
pty: try to open ptya4, li...
1998 Jun 23
0
samba: DEC UNIX password problem
...bcc=31
[000] 54 49 30 38 30 38 39 30 00 5C 5C 45 55 52 4F 50 TI080890 .\\EUROP
[010] 41 5C 48 41 52 56 45 59 00 3F 3F 3F 3F 3F 00 A\HARVEY .?????.
switch message SMBtconX (pid 8226)
Got device type ?????
Allowed connection from rdhpc.cns.muskingum.edu (143.246.0.114) to harvey
SMB Password - pwlen = 8, challenge_done = 0
Checking password for user harvey (l=8)
Checking password for user harvey in OSF1_ENH_SEC
No entry for user harvey in protected database !
1998/06/23 13:51:47 invalid username/password for harvey
1998/06/23 13:51:47 error packet at line 171 cmd=117 (SMBtconX) eclass=2 ecode=...
1999 May 18
0
Strange Error ...
...can tell me
what kind of error I'm looking for if the log files say :
...
05/19/1999 12:51:06 Transaction 2 of length 113
switch message SMBsesssetupX (pid 3952)
Domain=[IEPER] NativeOS=[Unix] NativeLanMan=[Samba]
sesssetupX:name=[THOIEP]
SMB Password - pwlen = 24, challenge_done = 1
Checking SMB password for user thoiep (l=24)
Checking NT MD4 password
NT MD4 password check failed
Error smb_password_check failed
Checking password for user thoiep (l=24)
---> 05/19/1999 12:51:06 error packet at line 588 cmd=115 (SMBsessset...
2000 Jan 04
0
two-level getgrent bug in samba-2.0.6 (PATCH#11)
...mber += copied_len;
+ } else {
+ *member = '\0';
+ }
+ }
+
+ endgrent();
+
+ member = member_list;
+ while (*member) {
static fstring name;
- fstrcpy(name,*member);
+ fstrcpy(name,member);
if (user_ok(name,snum) &&
password_ok(name,password,pwlen,NULL)) {
endgrent();
return(&name[0]);
}
- member++;
+
+ DEBUG(10,("validate_group = member = %s\n", member));
+
+ member += strlen(member) + 1;
}
+ } else {
+ endgrent();
+ return NULL;
}
- endgrent();
}
#endif
return(NULL);
---------------...
2002 Nov 29
0
libsmbclient problem
...>
#include <errno.h>
#include "libsmbclient.h"
static void auth_func( char const* server,
char const* share,
char* workgroup, int wglen,
char* username, int unlen,
char* password, int pwlen ) {
#if 1
printf( "need authentication: smb://%s/%s\n", server, share );
#endif
if ( workgroup[0] != '\0' ) {
memset( workgroup, '\0', wglen );
snprintf( workgroup, wglen-1, "%s", "RATNET" );
}
}
/* main function */
int main( int argc, c...
1998 Oct 27
2
Password authentication across sub-nets.
...protocol NT LM 0.12
1998/10/16 16:59:24 Transaction 2 of length 158
switch message SMBsesssetupX (pid 15470)
Domain=[ENG] NativeOS=[Windows 4.0] NativeLanMan=[Windows 4.0]
sesssetupX:name=[MUNNS]
Scanning username map /usr/local/samba/lib/users.map
password server is not connected
SMB Password - pwlen = 24, challenge_done = 1
Checking SMB password for user munns (l=24)
get_smbpwd_entry: end of file reached
Couldn't find user munns in smb_passwd file.
1998/10/16 16:59:24 error packet at line 644 cmd=115 (SMBsesssetupX)
eclass=2 ecode=2
error string = No such file or directory
end of file from...
1998 Oct 08
0
'Trying usename <machinename>'
...l [LM1.2X002]
Requested protocol [LANMAN2.1]
Requested protocol [NT LM 0.12]
Selected protocol NT LM 0.12
1998/10/08 17:39:43 Transaction 2 of length 158
switch message SMBsesssetupX (pid 26234)
Domain=[ZURICH.IBM.COM] NativeOS=[Windows NT 1381] NativeLanMan=[]
sesssetupX:name=[axs]
SMB Password - pwlen = 8, challenge_done = 0
Checking password for user axs (l=8)
adding home directory axs at /u/axs
axs is in 3 groups
33536 32670 202
uid 21004 registered to name axs
Clearing default real name
Chained message
switch message SMBtconX (pid 26234)
Got device type A:
Allowed connection from maloja.zuric...
1998 Nov 09
0
Password changing on SCO openserver
....Windows 4.0.
switch message SMBsesssetupX (pid 7040)
Domain=[VDS] NativeOS=[Windows 4.0] NativeLanMan=[Windows 4.0]
sesssetupX:name=[GREBEIRO]
lp_file_list_changed()
file /usr/local/samba/lib/smb.conf -> /usr/local/samba/lib/smb.conf last
mod_time: Wed Nov 4 19:16:12 1998
SMB Password - pwlen = 6, challenge_done = 0
Checking password for user grebeiro (l=6)
Updated database with grebeiro Yes
lp_servicenumber: couldn't find grebeiro
adding home directory grebeiro at /u2/grebeiro
grebeiro is in 1 groups
50
uid 31062 registered to name grebeiro
Clearing default real name
Client request...
1998 Aug 01
0
smbpasswd and nmbd don't call my password program
...6E 69 78 00 53 61 6D 62 61 00 Unix.Sam ba.
switch message SMBsesssetupX (pid 2499)
Domain=[] NativeOS=[Unix] NativeLanMan=[Samba]
sesssetupX:name=[MERLIN]
lp_file_list_changed()
file /etc/smb.conf -> /etc/smb.conf last mod_time: Fri Jul 31 15:51:13
1998
SMB Password - pwlen = 24, challenge_done = 1
Checking SMB password for user merlin (l=24)
get_smbpwd_entry: opening file /etc/smbpasswd
get_smbpwd_entry: search by name: merlin
get_smbpwd_entry: skipping comment or blank line
get_smbpwd_entry: skipping comment or blank line
get_smbpwd_entry: skipping comment or...
2003 Oct 08
4
OS/390 openssh
...est_receive_expect(pmonitor->m_recvfd, MONITOR_ANS_SIGN, &m);
- *sigp = buffer_get_string(&m, lenp);
+ *sigp = buffer_get_binary(&m, lenp);
buffer_free(&m);
return (0);
@@ -198,7 +198,7 @@
buffer_free(&m);
return (NULL);
}
- pw = buffer_get_string(&m, &pwlen);
+ pw = buffer_get_binary(&m, &pwlen);
if (pwlen != sizeof(struct passwd))
fatal("%s: struct passwd size mismatch", __func__);
pw->pw_name = buffer_get_string(&m, NULL);
@@ -331,7 +331,7 @@
buffer_put_int(&m, type);
buffer_put_cstring(&m, user ? user : &...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and