search for: make_sam_from_nisresult

Displaying 9 results from an estimated 9 matches for "make_sam_from_nisresult".

2003 Feb 17
1
Samba:connection only works one time
...er 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. [2003/02/17 12:30:22, 0] passdb/pdb_nisplus.c:make_sam_from_nisresult(460) NIS+ lookup failure: Database for table does no...
2000 Jun 29
2
passwords and NIS+
...per the docs (encryption.txt to name one) and when I try to run smbpasswd to set a password for a user I get the following message: as root: # /usr/local/samba/bin/smbpasswd oman added interface ip=xxx.xxx.xxx.xx bcast=xxx.xxx.xxx.xx nmask=255.255.255.0 New SMB password: Retype new SMB password: make_sam_from_nisresult: NIS+ lookup failure: Database for table does not exist Failed to find entry for user oman. Failed to modify password entry for user oman # as a user: [stillwater:oman] % /usr/local/samba/bin/smbpasswd added interface ip=xxx.xxx.xxx.xx bcast=xxx.xxx.xxx.xx nmask=255.255.255.0 Old SMB password: N...
2002 Jul 02
0
Authentication problem with samba 2.2.5
...0) connect_to_domain_password_server: unable to setup the PDC credentials to machin e SNOW. Error was : NT_STATUS_OK. [2002/07/02 16:33:22, 0] smbd/password.c:domain_client_validate(1585) domain_client_validate: Domain password server not available. [2002/07/02 16:33:22, 0] passdb/pdb_nisplus.c:make_sam_from_nisresult(460) NIS+ lookup failure: Not Found, no such name [2002/07/02 16:33:22, 0] passdb/pdb_nisplus.c:make_sam_from_nisresult(460) NIS+ lookup failure: Not Found, no such name [2002/07/02 16:33:23, 0] rpc_client/cli_netlogon.c:cli_net_auth2(157) cli_net_auth2: Error NT_STATUS_ACCESS_DENIED [2002/07...
2001 Apr 11
1
Samba and Sun NIS
...ven though I am using NIS and it did not work so then I compiled without support and same error. I am using encrypted passwords since that is what NT is using. I used both mksmbpasswd and mknissmbpasswd to populate the smbpasswd file but when I try to change a users smb password I get the error: make_sam_from_nisresult: NIS+ lookup failure:Error in accessing NIS+ cold start file...is NIS+ installed? I don't think I am going to be able to log in from NT until I can, at least, change a password as root. Help! Jeff Landers UNIX Sys Admin City of Henderson, NV 702-566-2761 jl1@gty.ci.henderson.nv.us
2002 Nov 27
0
Samba 2.2.7 and NIS
Is there a way to get Samba to validate users against the NIS (not NIS+) database. I've tried compiling with --with-nis but when I try to access a share I get this message in the samba log: [2002/11/26 16:25:08, 0] passdb/pdb_nisplus.c:make_sam_from_nisresult(460) NIS+ lookup failure: NIS+ service is unavailable or not installed It appears that it is still using NIS+ functions. System is running RedHat 8 with kernel 2.4.19-xfs. I want to setup Samba as a PDC, but really don't want to have to add users to smbpasswd and the NIS server. TIA; Lar...
2000 Feb 18
0
compiling in NIS+ support error
I would like t compile NIS+ support into SAMBA, but I am getthing an error. I am doing this: ./configure --with-nisplus and when I run make, I get these errors: Linking bin/smbd passdb/nispass.o: In function `make_sam_from_nisresult': passdb/nispass.o(.text+0x84f): undefined reference to `nis_sperrno' passdb/nispass.o: In function `nisp_get_nis_list': passdb/nispass.o(.text+0x8ff): undefined reference to `nis_list' passdb/nispass.o(.text+0x956): undefined reference to `nis_freeresult' passdb/nispass.o: In f...
2003 Dec 01
0
No subject
...parc5 workstation - we use NFS/automount/NIS+ I have installed Samba on a test system before doing so on our main server (Enterprise 4000). Any advice as to what my error(s) are would be most appreciated. Whenever I try to add a user, I receive the following: Using Unix account login and password: make_sam_from_nisresult: NIS+ lookup failure: Database for table does not exist. Failed to add entry for user joeuser. Failed to modify password entry for user joeuser. NT and Unix are two different universes here (so this means that the userid/password will not be the same for both accounts) - currently the user accesse...
2003 Dec 01
0
No subject
...t login information to test this out): Using Win/NT account login and password: User joeuser does not exist in system apssword file (usually /etc/passwd). Cannot add account without a valid local system user. Failed to modify password entry for user joeuser. Using Unix account login and password: make_sam_from_nisresult: NIS+ lookup failure: Database for table does not exist. Failed to add entry for user joeuser. Failed to modify password entry for user joeuser. When I was doing the configuration, I did add the flags "--with-automount" and "--with-nisplus". The test system is remotely mounting...
2003 Dec 01
0
No subject
...an/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe> List-Archive: http://lists.samba.org/pipermail/samba/ On Wed, 8 Aug 2001, Santomauro, Deborah wrote: > Whenever I try to add a user, I receive the following: > Using Unix account login and password: > make_sam_from_nisresult: NIS+ lookup failure: Database for table does not > exist. Failed to add entry for user joeuser. Failed to modify password entry > for user joeuser. Don't use --with-nisplus when running configure. It is now unsupported and will be removed in 2.2.2. It doesn't dow what you think an...