search for: smbpasswd_getsampwnam

Displaying 18 results from an estimated 18 matches for "smbpasswd_getsampwnam".

2009 Apr 16
2
Problem with Samba and Windows Terminal Server 2008
...me of the terminal server) <<start of insertion>> [2009/04/15 15:19:48, 0] passdb/pdb_smbpasswd.c:startsmbfilepwent(204) startsmbfilepwent_internal: unable to open file /usr/local/samba/private/smbpasswd. Error was: Too many open files [2009/04/15 15:19:48, 0] passdb/pdb_smbpasswd.c:smbpasswd_getsampwnam(1326) Unable to open passdb database. [2009/04/15 15:19:51, 0] passdb/pdb_smbpasswd.c:startsmbfilepwent(204) startsmbfilepwent_internal: unable to open file /usr/local/samba/private/smbpasswd. Error was: Too many open files [2009/04/15 15:19:51, 0] passdb/pdb_smbpasswd.c:smbpasswd_getsampwnam(1...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...at uuu:/# uname -a Linux uuu 6.5.0-14-generic #14~22.04.1-Ubuntu SMP... I checked samba code then I found the problem is order of gerpwnam call in Get_Pwnam_internals(). Lowercase first order will get domain user (UUQ/ztest) but local account(ZTEST). local_password_change() pdb_getsampwnam() smbpasswd_getsampwnam() build_sam_account() Get_Pwnam_alloc() Get_Pwnam_internals() <-- turn "ZTEST" to "ztest" getpwnam_alloc_cached() getpwnam() (nss_winbinadd) winbindd_getpwnam_send() parse_domain_user() <-- add "UUQ" to...
2003 Jul 28
1
ADS authentication.. almost works
...x(288) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1 [2003/07/28 14:52:27, 0] passdb/pdb_smbpasswd.c:startsmbfilepwent(182) startsmbfilepwent_internal: unable to open file /usr/local/samba/private/smbpasswd. Error was No such file or directory [2003/07/28 14:52:27, 0] passdb/pdb_smbpasswd.c:smbpasswd_getsampwnam(1284) Unable to open passdb database. [2003/07/28 14:52:27, 3] smbd/sec_ctx.c:pop_sec_ctx(386) pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0 [2003/07/28 14:52:27, 3] auth/auth_sam.c:check_sam_security(439) Couldn't find user 'Administrator' in passdb file. [2003/07/28 14:52:27, 2]...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...c #14~22.04.1-Ubuntu SMP... > > > I checked samba code then I found the problem is order of gerpwnam > call in Get_Pwnam_internals(). Lowercase first order will get domain > user (UUQ/ztest) but local account(ZTEST). > > local_password_change() > pdb_getsampwnam() > smbpasswd_getsampwnam() > build_sam_account() > Get_Pwnam_alloc() > Get_Pwnam_internals() <-- turn "ZTEST" to "ztest" > getpwnam_alloc_cached() > getpwnam() > (nss_winbinadd) > winbindd_getpwnam_send() > parse_doma...
2006 Jul 24
0
samba-3.0.23-1.fc4 upgrade
...ck_ndx = 1 [2006/07/24 14:24:59, 5] auth/auth_util.c:debug_nt_user_token(449) NT user token: (NULL) [2006/07/24 14:24:59, 5] auth/auth_util.c:debug_unix_user_token(475) UNIX token of user 0 Primary group is 0 and contains 0 supplementary groups [2006/07/24 14:24:59, 10] passdb/pdb_smbpasswd.c:smbpasswd_getsampwnam(1313) getsampwnam (smbpasswd): search by name: mkovacs3 [2006/07/24 14:24:59, 10] passdb/pdb_smbpasswd.c:startsmbfilepwent(184) startsmbfilepwent_internal: opening file /etc/samba/smbpasswd [2006/07/24 14:24:59, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(539) getsmbfilepwent: end of file reach...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...> > > I checked samba code then I found the problem is order of gerpwnam > > call in Get_Pwnam_internals(). Lowercase first order will get domain > > user (UUQ/ztest) but local account(ZTEST). > > > > local_password_change() > > pdb_getsampwnam() > > smbpasswd_getsampwnam() > > build_sam_account() > > Get_Pwnam_alloc() > > Get_Pwnam_internals() <-- turn "ZTEST" to "ztest" > > getpwnam_alloc_cached() > > getpwnam() > > (nss_winbinadd) > > winbindd_getpwna...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...a code then I found the problem is order of gerpwnam > > > call in Get_Pwnam_internals(). Lowercase first order will get > > > domain user (UUQ/ztest) but local account(ZTEST). > > > > > > local_password_change() > > > pdb_getsampwnam() > > > smbpasswd_getsampwnam() > > > build_sam_account() > > > Get_Pwnam_alloc() > > > Get_Pwnam_internals() <-- turn "ZTEST" to "ztest" > > > getpwnam_alloc_cached() > > > getpwnam() > > > (nss_winbinadd) > &...
2010 Aug 17
6
enable client to join domain with no or any password?
I am trying to automate W7 joining to our Samba domain. It works fine through the Windows GUI from the W7 workstations. However, for a script one would have to store password used for domain access, and since that is the server's root password, I really don't want to hard code that into a file. Is there a way to set (temporarily) a Samba server so that it will accept (admin/anything) as
2006 Feb 14
1
RE: problem with Too many open files(REASON FOUND)
...e some examples of the full error messages from the logs: [2005/04/21 08:45:36, 0] passdb/pdb_smbpasswd.c:startsmbfilepwent(204) startsmbfilepwent_internal: unable to open file /usr/local/samba/private/smbpasswd. Error was: Too many open files [2005/04/21 08:45:36, 0] passdb/pdb_smbpasswd.c:smbpasswd_getsampwnam(1326) Unable to open passdb database. another example: [2006/01/26 08:19:06, 0] lib/debug.c:reopen_logs(591) Unable to open new log file /usr/local/samba/var/log.pcped250: Too many open files Have any of you experienced the same and if yes what did you do to get Samba to behave ?...
2005 May 05
0
Samba demon fails, User none in passdb, but getpwnam() fail
...passdb/pdb_interface.c:make_pdb_methods_name(693) pdb backend guest has a valid init [2005/05/05 21:49:40, 10] passdb/pdb_smbpasswd.c:smbpasswd_getsampwsid(1367) smbpasswd_getsampwrid: search by sid: S-1-5-21-4230819613-3055798978-3732099712-501 [2005/05/05 21:49:40, 10] passdb/pdb_smbpasswd.c:smbpasswd_getsampwnam(1318) getsampwnam (smbpasswd): search by name: none [2005/05/05 21:49:40, 10] passdb/pdb_smbpasswd.c:startsmbfilepwent(184) startsmbfilepwent_internal: opening file /etc/samba/smbpasswd [2005/05/05 21:49:40, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(486) getsmbfilepwent: returning passwd entr...
2002 Sep 29
1
how to turn off NTLM?
...ctx.c:set_sec_ctx(288) setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1 [2002/09/28 23:05:34, 0] passdb/pdb_smbpasswd.c:startsmbfilepwent(189) startsmbfilepwent_internal: unable to open file /var/samba/smbpasswd. Error was No such file or director y [2002/09/28 23:05:34, 0] passdb/pdb_smbpasswd.c:smbpasswd_getsampwnam(1350) unable to open passdb database. [2002/09/28 23:05:34, 4] lib/substitute.c:automount_server(249) Home server: LUX [2002/09/28 23:05:34, 4] lib/substitute.c:automount_server(249) Home server: LUX [2002/09/28 23:05:34, 3] smbd/sec_ctx.c:pop_sec_ctx(386) pop_sec_ctx (0, 0) - sec_ctx_stack...
2024 Jan 25
1
Order of getpwnam call in Get_Pwnam_internals.
...m is order of gerpwnam > > > > call in Get_Pwnam_internals(). Lowercase first order will get > > > > domain user (UUQ/ztest) but local account(ZTEST). > > > > > > > > local_password_change() > > > > pdb_getsampwnam() > > > > smbpasswd_getsampwnam() > > > > build_sam_account() > > > > Get_Pwnam_alloc() > > > > Get_Pwnam_internals() <-- turn "ZTEST" to "ztest" > > > > getpwnam_alloc_cached() > > > > getpwnam() > > > >...
2006 Nov 06
3
smb.conf 3.0.7 -> 3.0.23c domain master problem
Hi all, We have an old 3.0.7 samba running as PDC. As we have problems with XP64 clients accessing the domain, I compiled a 3.0.23c and copied the smb.conf. Some of the client work well with the new Samba, but most of them do not. Was there any relevant change in the smb.conf part between the two versions? Thanks Bgs
2006 Feb 12
1
problem with Too many open files
...e some examples of the full error messages from the logs: [2005/04/21 08:45:36, 0] passdb/pdb_smbpasswd.c:startsmbfilepwent(204) startsmbfilepwent_internal: unable to open file /usr/local/samba/private/smbpasswd. Error was: Too many open files [2005/04/21 08:45:36, 0] passdb/pdb_smbpasswd.c:smbpasswd_getsampwnam(1326) Unable to open passdb database. another example: [2006/01/26 08:19:06, 0] lib/debug.c:reopen_logs(591) Unable to open new log file /usr/local/samba/var/log.pcped250: Too many open files Have any of you experienced the same and if yes what did you do to get Samba to behave ?...
2006 Jun 01
0
3.0.22 on solaris9 does not start as daemon
...passdb/pdb_interface.c:make_pdb_methods_name(846) pdb backend guest has a valid init [2006/06/01 14:12:44, 10] passdb/pdb_smbpasswd.c:smbpasswd_getsampwsid(1371) smbpasswd_getsampwrid: search by sid: S-1-5-21-2265894400-305447515-2996351142-501 [2006/06/01 14:12:44, 10] passdb/pdb_smbpasswd.c:smbpasswd_getsampwnam(1322) getsampwnam (smbpasswd): search by name: eirvine [2006/06/01 14:12:44, 10] passdb/pdb_smbpasswd.c:startsmbfilepwent(184) startsmbfilepwent_internal: opening file /opt/local/private/smbpasswd [2006/06/01 14:12:44, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(539) getsmbfilepwent: end of...
2006 Jun 04
1
samba 3.0.22 on solaris9 does not start as daemon
...] passdb/pdb_interface.c:make_pdb_methods_name(846) pdb backend guest has a valid init [2006/06/01 14:12:44, 10] passdb/pdb_smbpasswd.c:smbpasswd_getsampwsid(1371) smbpasswd_getsampwrid: search by sid: S-1-5-21-2265894400-305447515-2996351142-501 [2006/06/01 14:12:44, 10] passdb/pdb_smbpasswd.c:smbpasswd_getsampwnam(1322) getsampwnam (smbpasswd): search by name: eirvine [2006/06/01 14:12:44, 10] passdb/pdb_smbpasswd.c:startsmbfilepwent(184) startsmbfilepwent_internal: opening file /opt/local/private/smbpasswd [2006/06/01 14:12:44, 5] passdb/pdb_smbpasswd.c:getsmbfilepwent(539) getsmbfilepwent: end of fil...
2008 Oct 23
3
PDA-Logon: mal formed packet
Debian Lenny Samba 3.2.3 LOOX N560 with Windows Mobile 5 Hello, ?my PDA LOOX N560 could connect via WLAN to SAMBA under Etch. Meanwhile I upgraded to Debian Lenny and now may PDA cannot connect anymore to the server. Error 1223 or 1222. Connecting to XP-Clients via WLAN is okay. Connecting to Samba Wireshark tells me: malformed packet: No. ? ? Time ? ? ? ?Source ? ? ? ? ? ? ?
2005 Nov 27
0
Problems running Samba on RHEL4U2
...groups [2005/11/25 13:13:28, 10, pid=18199, effective(0, 0), real(0, 0)] passdb/pdb_smbpasswd.c:smbpasswd_getsampwsid(1367) smbpasswd_getsampwrid: search by sid: S-1-5-21-2625515408-2352914666-3669372262-501 [2005/11/25 13:13:28, 10, pid=18199, effective(0, 0), real(0, 0)] passdb/pdb_smbpasswd.c:smbpasswd_getsampwnam(1318) getsampwnam (smbpasswd): search by name: nobody [2005/11/25 13:13:28, 10, pid=18199, effective(0, 0), real(0, 0)] passdb/pdb_smbpasswd.c:startsmbfilepwent(184) startsmbfilepwent_internal: opening file /etc/samba/smbpasswd [2005/11/25 13:13:28, 5, pid=18199, effective(0, 0), real(0, 0)] pa...