search for: pdb_getsampwrid

Displaying 20 results from an estimated 65 matches for "pdb_getsampwrid".

2012 Mar 02
0
server signing = mandatory aix 6.1 (abridged debug)
...wnam) pdb_getsampwnam (TDB): error fetching database. Key: USER_root -- [2012/02/15 13:34:30.107403, 5] passdb/pdb_tdb.c:557(tdbsam_getsampwnam) pdb_getsampwnam (TDB): error fetching database. Key: USER_daemon -- [2012/02/15 13:34:30.147213, 5] passdb/pdb_tdb.c:609(tdbsam_getsampwrid) pdb_getsampwrid (TDB): error looking up RID 513 by key RID_00000201. [2012/02/15 13:34:30.147401, 3] smbd/sec_ctx.c:418(pop_sec_ctx) -- [2012/02/15 13:34:30.173712, 5] passdb/pdb_tdb.c:557(tdbsam_getsampwnam) pdb_getsampwnam (TDB): error fetching database. Key: USER_root -- [2012/02/15 13:34:30.193512, 5]...
2002 May 15
2
Problem Joining to Domain with XP Pro
...m less but i try to join a XP Pro and get access denied and this is my log [root@server samba]# cat svcd.log [2002/05/15 14:47:43, 0] rpc_server/srv_samr.c:api_samr_set_userinfo(670) api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO. [2002/05/15 14:47:43, 0] passdb/pdb_smbpasswd.c:pdb_getsampwrid(1416) unable to open passdb database. [2002/05/15 14:55:42, 0] rpc_server/srv_samr.c:api_samr_set_userinfo(670) api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO. [2002/05/15 14:55:42, 0] passdb/pdb_smbpasswd.c:pdb_getsampwrid(1416) unable to open passdb database. What's wron...
2001 Dec 07
7
win2k joining Samba 2.2.2 PDC problems.
...bstitute.c:automount_server(161) Home server: crypton [2001/12/07 04:13:10, 4] lib/substitute.c:automount_server(161) Home server: crypton [2001/12/07 04:13:10, 3] smbd/sec_ctx.c:pop_sec_ctx(428) pop_sec_ctx (1003, 1004) - sec_ctx_stack_ndx = 0 [2001/12/07 04:13:10, 10] passdb/pdb_smbpasswd.c:pdb_getsampwrid(1453) pdb_getsampwrid: search by rid: 5000 [2001/12/07 04:13:10, 10] passdb/pdb_smbpasswd.c:startsmbfilepwent(168) startsmbfilepwent_internal: opening file /usr/local/private/smbpasswd [2001/12/07 04:13:10, 0] passdb/pdb_smbpasswd.c:startsmbfilepwent(171) startsmbfilepwent_internal: unable to...
2002 Sep 04
0
samba as PDC with win 2000 clients
...e smb.conf and i added users and machines trust accounts but i have problems when trying to join the domain. at the log files i get the message [2002/09/02 16:21:45, 0] smbd/service.c:make_connection(384) zam logged in as admin user (root privileges)[2002/09/02 16:23:27, 0] passdb/pdb_smbpasswd.c:pdb_getsampwrid(1416) unable to open passdb database.[2002/09/03 16:43:43, 0] passdb/pdb_smbpasswd.c:pdb_getsampwrid(1416) unable to open passdb database.[2002/09/03 16:48:35, 0] passdb/pdb_smbpasswd.c:pdb_getsampwrid(1416) unable to open passdb database.[2002/09/03 17:05:01, 0] passdb/pdb_smbpasswd.c:pdb_getsa...
2002 Jun 27
1
Patch for 2.2.5 (start_tls with OpenLDAP 2.0.x) is not working ...
...getsampwnam': passdb/pdb_ldap.o(.text+0x19e0): multiple definition of `pdb_getsampwnam' passdb/pdb_tdb.o(.text+0x10f0): first defined here /usr/i486-suse-linux/bin/ld: Warning: size of symbol `pdb_getsampwnam' changed f rom 619 to 406 in passdb/pdb_ldap.o passdb/pdb_ldap.o: In function `pdb_getsampwrid': passdb/pdb_ldap.o(.text+0x1b80): multiple definition of `pdb_getsampwrid' passdb/pdb_tdb.o(.text+0x1360): first defined here /usr/i486-suse-linux/bin/ld: Warning: size of symbol `pdb_getsampwrid' changed f rom 529 to 296 in passdb/pdb_ldap.o passdb/pdb_ldap.o: In function `pdb_delete_...
2004 Mar 15
0
join domain without root
...University of Sydney 2006 Australia --- rpc_server/srv_samr_nt.c.old Sat Mar 15 08:34:49 2003 +++ rpc_server/srv_samr_nt.c Tue Mar 16 06:14:29 2004 @@ -2369,16 +2369,67 @@ uint32 len; pstring buf; uint16 acct_ctrl; + int do_become_root; + BOOL ret; pdb_init_sam(&pwd); - if (!pdb_getsampwrid(pwd, rid)) { +/* PSz 15 Mar 04 + * This code is called, as the "domain admin", when a machine is joining + * the domain, both with netdom and via sysprep/mini-setup. + * Do as root (bracket within become_root()/unbecome_root() if it is + * a domain admin, updating his own machine password...
2003 Jun 09
4
PDC error; can not open passdb database
...Samba can not access the passwd file. What is this file? My log for the client give this error: [2003/06/05 15:35:35, 0] rpc_server/srv_samr.c:api_samr_set_userinfo(670) api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO. [2003/06/05 15:35:35, 0] passdb/pdb_smbpasswd.c:pdb_getsampwrid(1418) unable to open passdb database. I am running Caldera 3.1.1 I compiled samba with the "makerpms" for Caldera (I pray this will always work; as for the "build with" I have no Idea) Any Ideas? If there is any info you need please let me know. And SAMBA rock! Thanks...
2003 Mar 14
3
INTERNAL ERROR / enable to unmarshall / Linux Windows 2000
...s declare as an admin user) [2003/03/14 18:14:06, 0] lib/fault.c:fault_report(39) INTERNAL ERROR: Signal 11 in pid 16131 (2.2.3a-12 for Debian) Please read the file BUGS.txt in the api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO. [2003/03/14 18:33:57, 0] passdb/pdb_smbpasswd.c:pdb_getsampwrid(1416) unable to open passdb database. distribution [2003/03/14 18:14:06, 0] lib/fault.c:fault_report(41) =============================================================== [2003/03/14 18:14:06, 0] lib/util.c:smb_panic(1064) PANIC: internal error [2003/03/14 18:14:06, 0] smbd/service.c:make_conn...
2002 Oct 03
1
SWAT could not start
Hi All Folks, RH7.3 I could not start 'swat' on Konsole window # swat - It hanged there. I also tried after having Samba started with the same result # rpm -qa | grep samba-swat samba-swat-2.2.3a-6 It was there. I have re-installed it from RH CD with no improvement Kindly help Stephen Liu
2000 Jan 03
3
compile problems
Hello all, This is my first time on the list. I just dl'ed thet latest samba, 2.0.6 and during my compile with linux 5.2 I get: smbd/files.o: in function `file_new`: smbd/files.o(.text+0xb8): undefined reference to `__bzero` .... Has anyone seen something like this before? any hints would be greatly appriciated. If I am on the wrong list please inform me where I can get the answeres to
2006 Mar 22
1
Issue with passdb.tdb
Hello, During a re-start of Samba I got the following error: [2006/03/22 12:36:14, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(196) Unable to open/create TDB passwd [2006/03/22 12:36:14, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(490) pdb_getsampwrid: Unable to open TDB rid database! The result is a new password file. The second problem is that after creation of the users and a new join of the machines in the domain, new profiles are created on the machines and Outlook can't start. Do you have any clue about the origin of that issue and...
2004 Jul 01
0
3.04 acl new user/group adding problem
...160 (SMBnttrans) NT_STATUS_BUFFER_TOO_SMALL userlist.log:[2004/06/30 11:28:31, 3] smbd/error.c:error_packet(94) userlist.log: error string = No data available userlist.log: lsa_io_sec_qos: length c does not match size 8 userlist.log: lsa_io_sec_qos: length c does not match size 8 userlist.log: pdb_getsampwrid (TDB): error looking up RID 512 by key RID_00000200.userlist.log: Error: Record does not exist userlist.log: 00c0 bad_password_count : 0000 userlist.log: get_alias_user_groups: not returing Domain Admins, not an ALIAS group. userlist.log: get_alias_user_groups: not returing b...
2002 Jun 06
1
Effective UID is not 0 in: unable to open passdb database...
I get next error while trying to join a Samba PDC: [2001/12/03 23:51:03, 0] passdb/pdb_smbpasswd.c:startsmbfilepwent(170) startsmbfilepwent_internal: unable to open file /usr/local/samba/private/smbpasswd. Error was Permission denied [2001/12/03 23:51:03, 0] passdb/pdb_smbpasswd.c:pdb_getsampwrid(1416) unable to open passdb database. I've been trying to locate the error in samba source code (2.2.4). I found that the effective UID in that moment is not root (UID is), and that's why it has no permissions to read the smbpasswd file. It seems that it should change the euid a...
2003 Jan 27
1
samba pdc smbpasswd error
...ERINFO. [2003/01/27 10:46:21, 2] /SourceCache/samba/samba-21/source/passdb/pdb_smbpasswd.c:startsmbfilepwent(170) startsmbfilepwent_internal: unable to open file /var/db/samba/smbpasswd. Error was Permission denied [2003/01/27 10:46:21, 0] /SourceCache/samba/samba-21/source/passdb/pdb_smbpasswd.c:pdb_getsampwrid(1416) unable to open passdb database. That is my error from log file. I have seen this problem mentioned elsewhere, though i have never seen a solution, does anyone have any insight?
2005 May 10
1
Error with usrmgr and groups.
...mbd[28424]: [2005/05/10 17:47:27, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(195) May 10 17:47:27 lanchester smbd[28424]: Unable to open/create TDB passwd May 10 17:47:27 lanchester smbd[28424]: [2005/05/10 17:47:27, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(488) May 10 17:47:27 lanchester smbd[28424]: pdb_getsampwrid: Unable to open TDB rid database! Also, when trying to add or remove members of the group the same error message appears in the log file. And the error message in usrmgr is "The user name could not be found." It appears when I try to add or remove more than one user, but sometimes...
2002 May 21
1
samba as PDC with w2k clients
...d /etc/samba/smbpasswd: useradd machine1$ smbpasswd -a -m machine1 However, i keep getting this error in log.smbd whenever i try to add my 2k pro client: rpc_server/src_samr.c: api_samr_set_userinfo(670) api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO passdb/pdb_smbpasswd.c: pdb_getsampwrid(1416) unable to open passdb database Any suggestions as to the cause of the problem? Thanks in advance. __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com
2002 Jul 18
3
Error Trying to Join Win2k to Samba 2.2.5 Domain
...box to join the domain, but I'm getting the following errors: (at log level 3) [2002/07/18 12:26:25, 2] passdb/pdb_smbpasswd.c:startsmbfilepwent(170) startsmbfilepwent_internal: unable to open file /etc/smbpasswd. Error was Permission denied [2002/07/18 12:26:25, 0] passdb/pdb_smbpasswd.c:pdb_getsampwrid(1416) unable to open passdb database I've already added the account for the machine and user to both the system passwd file and /etc/smbpasswd. /etc/smbpasswd is owned by root and is mode 0600, so I'm not sure why samba can't read it. I've put up the smb.conf file here: htt...
2003 Jul 23
2
Probs joining Samba PDC with WinXP
...a normal user accout fails with "access denied", the following lines are taken from the log file: [2003/07/23 03:22:22, 0] rpc_server/srv_samr.c:api_samr_set_userinfo(670) api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO. [2003/07/23 03:22:22, 0] passdb/pdb_smbpasswd.c:pdb_getsampwrid(1418) unable to open passdb database. using the root accout, nothing is loged. I hope somebody can help, i try for days. Thanks in advance Patrick Flohr
2002 Oct 11
2
XP Pro - Domain Login ... great trauma and sorrow
...(672) api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO. [2002/10/09 08:15:21, 0] passdb/pdb_smbpasswd.c:startsmbfilepwent(171) startsmbfilepwent_internal: unable to open file /etc/samba/private/smbpasswd. Error was Permission denied [2002/10/09 08:15:21, 0] passdb/pdb_smbpasswd.c:pdb_getsampwrid(1459) unable to open passdb database. -------------- next part -------------- HTML attachment scrubbed and removed
2005 Sep 15
2
getent & winbindd on FreeBSD 5.4
...ilar to /etc/smb/smbusers or some file similar to that? When I execute 'pw groupshow DSP+PRODUCTION', the log.smbd shows this: [2005/09/15 16:17:24, 0] passdb/pdb_tdb.c:tdbsam_tdbopen(195) Unable to open/create TDB passwd [2005/09/15 16:17:24, 0] passdb/pdb_tdb.c:tdbsam_getsampwrid(488) pdb_getsampwrid: Unable to open TDB rid database! log.wb-DSP shows this: [2005/09/15 16:17:24, 0] rpc_client/cli_pipe.c:cli_rpc_open_noauth(1700) rpc_pipe_bind failed I'm a newb so would appreciate any advice! ~Doug