search for: server_validate

Displaying 20 results from an estimated 43 matches for "server_validate".

2003 Feb 17
1
Samba:connection only works one time
...owing [2003/02/17 12:28:55, 1] smbd/service.c:make_connection(651) khs (...144) connect to service home as user user1 (uid=2003, gid=100) (pid 27667) [2003/02/17 12:29:23, 1] smbd/service.c:close_cnum(692) khs (...144) closed connection to service home [2003/02/17 12:30:22, 1] smbd/password.c:server_validate(1173) password server AD1 rejected the password [2003/02/17 12:30:22, 0] passdb/pdb_nisplus.c:make_sam_from_nisresult(460) NIS+ lookup failure: Database for table does not exist [2003/02/17 12:30:22, 1] smbd/password.c:pass_check_smb(545) Couldn't find user 'user2' in passdb. [200...
2003 May 08
2
2.2.7a securtiy 'server' auth. problems
...Windo$ 2000 PC) a username translation has been established via the `username.map? file (kosmol = ccvobftm). From time to time the connection to the server breaks and the following messages are reported to the smbd logfile: Mapped user ccvobftm to kosmol [2003/05/08 12:24:25, 1] smbd/password.c:server_validate(1101) password server is not connected [2003/05/08 12:24:25, 1] smbd/password.c:pass_check_smb(545) Couldn't find user 'kosmol' in passdb. [2003/05/08 12:24:25, 2] smbd/reply.c:reply_sesssetup_and_X(975) NT Password did not match for user 'kosmol'! [2003/05/08 12:24:25, 2...
2000 Apr 03
1
server allows users as non-guest with bad password
...is using, I can kill it and then the user can log on. If I can't, I kill all of the ones owned by root (but not the parent process) and that works. I get the following error message in my log.smb when this happens (IP address below is fake): [2000/04/03 12:09:22, 0] smbd/password.c:(1118) server_validate: [1] password server 123.45.67.89 allows users as non-guest with a bad password. [2000/04/03 12:09:22, 0] smbd/password.c:(1120) server_validate: [1] This is broken (and insecure) behaviour. Please do not use this machine as the password server. Other folks have suggested using domain security,...
1998 Aug 31
1
samba error message - "broken (and insecure) behavior"
...this as some versions of NT4.x are broken. JRA. */ if (cli_session_setup(&cli, user, (char *)badpass, sizeof(badpass), (char *)badpass, sizeof(badpass), domain)) { if ((SVAL(cli.inbuf,smb_vwv2) & 1) == 0) { DEBUG(0,("server_validate: password server %s allows users as non-guest \ with a bad password.\n", cli.desthost)); DEBUG(0,("server_validate: This is broken (and insecure) behaviour. Please do not \ use this machine as the password server.\n")); cli_ulogoff(&cli); retur...
2003 May 23
1
timeout problems with 2.2.8a
...ver = <the central campus samba server> in its smb.conf file. The problem wound up being that, as a password server, samba closes idle connections after 60 seconds; but as a client, it has no idea how to re-open a connection to its password server! We were stunned, but there it was: in the server_validate() function, if cli->initialised is false, server validation is simply abandoned with an error message. For those trying to diagnose similar errors, look for messages on your password server that report `Closing idle connection'. On the cluster server, you will then see threads reporting:...
2000 Apr 20
1
This is broken (and insecure) behaviour.
...unable to open smb password database. [2000/04/20 08:54:27, 1] smbd/password.c:(505) Couldn't find user 'lansley' in smb_passwd file. [2000/04/20 08:54:27, 1] smbd/reply.c:(909) Rejecting user 'lansley': authentication failed [2000/04/20 08:54:37, 0] smbd/password.c:(1070) server_validate: password server ACEWTS1 allows users as non-guest with a bad password. [2000/04/20 08:54:37, 0] smbd/password.c:(1072) server_validate: This is broken (and insecure) behaviour. Please do not use this machine as the password server. [2000/04/20 08:54:37, 0] passdb/smbpass.c:(50) startsmbfilepwe...
1999 Mar 26
0
Win98 goes to sleep on Samba
...to open file /etc/smbpasswd [1999/03/25 19:57:07, 0] passdb/passdb.c:iterate_getsmbpwnam(147) unable to open smb password database. [1999/03/25 19:57:07, 1] smbd/password.c:pass_check_smb(500) Couldn't find user 'nkeegan' in smb_passwd file. [1999/03/25 19:57:07, 1] smbd/password.c:server_validate(1127) password server BACKUP1 rejected the password [1999/03/25 19:57:07, 0] passdb/smbpass.c:startsmbfilepwent(50) startsmbfilepwent: unable to open file /etc/smbpasswd [1999/03/25 19:57:07, 0] passdb/passdb.c:iterate_getsmbpwnam(147) unable to open smb password database. [1999/03/25 19:57:0...
2003 Nov 26
1
NT account locking out
...: Error writing 172 bytes to socket 22: ERRNO = Broken pipe [2003/11/26 11:28:43, 1] libsmb/cliconnect.c:cli_establish_connection(754) failed session setup [2003/11/26 11:28:43, 0] libsmb/clientgen.c:cli_send_smb(89) Error writing 172 bytes to client. -1 [2003/11/26 11:29:03, 1] smbd/password.c:server_validate(1227) password server rejected the password [2003/11/26 11:29:03, 0] passdb/pdb_smbpasswd.c:startsmbfilepwent(171) startsmbfilepwent_internal: unable to open file /usr/local/samba/private/smbpa sswd. Error was No such file or directory [2003/11/26 11:29:03, 0] passdb/pdb_smbpasswd.c:pdb_getsa...
1998 Jun 05
1
Simple password checker
...#39;m getting pretty bogged down trying to work out how to do this - it seems like it should be simple - just take the password and username and ask the NT server if it's correct. If anyone could point me in the right direction for doing this, please do. I think I just need to call auth_ok = server_validate(user,domain,pass,passlen,ntpass,ntpasslen); .. but I think I must do a little more than just call the function. What's the difference between pass and ntpass ? Thanks in advance, Rik -- /* ** Rik Hemsley ** Unix Admin ** Keyline Builders Merchants, Glasgow, UK ** X ? Naah. rX :) http://www....
1998 Jul 13
1
password server problem
We are using samba with a NT4.0 Primary Domain Controller as a samba password server. Logon validation on the primary domain controller works fine, the NT machine validates the user password. BUT: On the NT PDC the event log shows numerous entries saying: Unknown user or wrong password Did anybody experience this too ???? Rainer von Bongartz /D/I/L/ rainer.von-bongartz@dil.de
1998 Aug 12
0
Public shares w/ security = user
...39;t "feel" right. Problem with this is that it seems to cause the server to be unacceptable as a password server by another samba since I get the following when trying to point the new samba server at the old one with a "security = server" and "password server = mi": server_validate: password server MI allows users as non-guest with a bad password. server_validate: This is broken (and insecure) behaviour. Please do not use this machine as the password server. -- Charles Curley, Staff Engineer Computer Integrated Manufacturing Lockheed Martin Ocala Operations
2000 May 25
0
Win95-password problem new
...part of my smb.conf : [global] workgroup = MAKONET server string = Samba Server on Caldera OpenLinux security = SERVER update encrypted = Yes password server = NTMAKO, NTMAKO2, NTMAKO3 and one part of an log-file : [2000/05/24 09:50:07, 1] smbd/password.c:server_validate(1131) password server NTMAKO rejected the password [2000/05/24 09:50:07, 1] smbd/password.c:pass_check_smb(510) Account for user 'PC23' was disabled. [2000/05/24 09:50:13, 1] smbd/password.c:server_validate(1131) password server NTMAKO rejected the password [2000/05/24 09:50:13, 1] sm...
2003 Jan 22
1
password server is not connected
...nstalled samba 2.2.7a on FreeBSD from the ports collection. I have used an existing samba config file which worked with samba 2.0.x. I am using security = server Yesterday, a user attempting to use a print share started getting rejected with the message: [2003/01/22 13:52:21, 1] smbd/password.c:server_validate(1101) password server is not connected [2003/01/22 13:52:21, 1] smbd/password.c:pass_check_smb(545) Couldn't find user 'joeuser' in passdb. [2003/01/22 13:52:21, 1] smbd/password.c:pass_check_smb(545) Couldn't find user 'joeuser' in passdb. [2003/01/22 13:52:21, 1...
1998 Jun 19
1
SAMBA 1.9.18p8, username map, server security
I have a problem with new version (1.9.18p8) of SAMBA and username mapping. Configuration: WindowsNT 4.0 Workstation + SP1 WindowsNT domain - NTEP01 is PDC Digital UNIX 3.2C Username on NT: Babor Username on UNIX: baborl In SMB.CONF I have following lines: [global] security = server password server = NTEP01 username map = /usr/local/samba/lib/username.map username.map: baborl = babor
2002 Aug 12
1
security = server & Win2k PDC
...log box. Nothing that is typed into this box will be accepted, and the user cannot use the mapped drive. This seems to only occur on Citrix servers where multiple users are connecting from the same host. relevant logs generated when the error occurrs: [2002/08/05 10:01:22, 1] smbd/password.c:server_validate(1099) password server is not connected [2002/08/05 10:01:22, 0] passdb/pdb_smbpasswd.c:pdb_getsampwnam(1367) unable to open passdb database. [2002/08/05 10:01:22, 1] smbd/password.c:pass_check_smb(545) Couldn't find user 'ryand' in passdb. [2002/08/05 10:01:22, 0] passdb/pdb_smbp...
1999 Sep 01
2
sudden loss of password validation
...invalid users = @root, @bin, @sys, @admin socket options = IPTOS_LOWDELAY TCP_NODELAY domain master = no local master = no preferred master = no os level = 0 win support = no wins server = xxx.xxx.xx.xx getwd cache = yes Here is a log of the error: [1999/08/24 16:14:25, 1] smbd/password.c:server_validate(1131) password server XXXX-PDC rejected the password [1999/08/24 16:14:25, 1] smbd/password.c:pass_check_smb(504) Couldn't find user 'dbaird' in smb_passwd file. [1999/08/24 16:14:25, 2] smbd/reply.c:reply_sesssetup_and_X(830) NT Password did not match for user 'dbaird' !...
2003 Jan 15
1
security = server "random" failures
...e open) fail about 70% of the time. Log snippets (one success, followed by one failure, log level 1). [2003/01/15 15:57:55, 1] smbd/service.c:make_connection(636) tyr (192.168.2.6) connect to service LEGAL as user test2 (uid=1014, gid=103) ( pid 529) [2003/01/15 15:57:56, 1] smbd/password.c:server_validate(1175) password server TYR.IMAGE.COM rejected the password I found in the mailing list archives the following tidbit from Andrew Bartlett, dated 13 Aug 2002: "Don't use 'security=server' when you have a real PDC. That's what security=domain is for. Furthermore, due to bu...
2002 May 29
1
annoying authentication failure problem: sambatest[ho stname]
Hi Toni, This error is the result of a test that samba does in the module "server_validate", (in password.c) to check the password server for a bug where NT 4 (some versions) would not correctly set the guest bit. There is currently no smb.conf parameter to allow you to control this behavior, so to change it , you would need to actually hack the password.c module to disable it. Not...
2008 Aug 13
1
"security = server" vs "security = domain" + samba auth problems
...kdestroy on the client and get a fresh ticket. Being told VERY strenuously that this wasn't a krb problem, I started digging in the samba HOW-TO docs and found this, in a section talking about the differences between "security = share, user, domain, server" ...etc: ? Why does server_validate() simply give up rather than re-establish its connection to the password server? Though I am not fluent in the SMB protocol, perhaps the cluster server process passes along to its client workstation the session key it receives from the password server, which means the password hashes submit...
2003 May 29
1
Accessing printer from outside the domain
...our domain: OURDOM (samba) other domain: OTHERDOM (AD?) user's workstation: \\OTHERDOM\WKSTN, in other domain printer: in our domain user: JOEBLOW - an account in each domain with the same login/password We're getting this error in wkstn.log: [2003/05/28 20:44:20, 1] smbd/password.c:server_validate(1101) password server is not connected [2003/05/28 20:44:20, 1] smbd/password.c:pass_check_smb(545) Couldn't find user 'joeblow' in passdb. [2003/05/28 20:44:20, 2] smbd/reply.c:reply_sesssetup_and_X(975) NT Password did not match for user 'joeblow'! [2003/05/28 20:44:...