Displaying 8 results from an estimated 8 matches for "pdb_getsampwent".
2002 Jun 27
1
Patch for 2.2.5 (start_tls with OpenLDAP 2.0.x) is not working ...
...db_endsampwent':
passdb/pdb_ldap.o(.text+0x1920): multiple definition of
`pdb_endsampwent'
passdb/pdb_tdb.o(.text+0xe60): first defined here
/usr/i486-suse-linux/bin/ld: Warning: size of symbol
`pdb_endsampwent' changed f
rom 97 to 76 in passdb/pdb_ldap.o
passdb/pdb_ldap.o: In function `pdb_getsampwent':
passdb/pdb_ldap.o(.text+0x1970): multiple definition of
`pdb_getsampwent'
passdb/pdb_tdb.o(.text+0xed0): first defined here
/usr/i486-suse-linux/bin/ld: Warning: size of symbol
`pdb_getsampwent' changed f
rom 544 to 99 in passdb/pdb_ldap.o
passdb/pdb_ldap.o: In function `pdb_getsampwn...
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
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
...TDB backend. I think it is very simple to fix : the problem is pdb_ldap and
pdb_tdb doesn't update sam account the same way : pdb_tdb.c invalidates the
iterator during a sam update (while pdb_ldap doesn't), so the main loop crashes
after the first pdb_update_sam_account while trying to use pdb_getsampwent. The
patch may be easy to fix and can be a good start for an final bugfix.
--------------------- Start of updatesid.patch ---------------------
--- utils/net_groupmap.c.orig 2003-09-24 19:16:13.000000000 +0200
+++ utils/net_groupmap.c 2004-01-29 13:38:06.000000000 +0100
@@ -80,6 +80,65 @@...
2003 Sep 16
0
Compiling Samba with LDAP support on Solaris 9 x86
...rpc_server/srv_samr_nt.o
pdb_delete_sam_account passdb/passdb.o
pdb_getsampwrid rpc_server/srv_samr_nt.o
pdb_getsampwnam smbd/chgpasswd.o
pdb_update_sam_account smbd/chgpasswd.o
pdb_add_sam_account passdb/passdb.o
pdb_getsampwent rpc_server/srv_samr_nt.o
pdb_setsampwent rpc_server/srv_samr_nt.o
ld: fatal: Symbol referencing errors. No output written to bin/smbd
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `bin/smbd'
--
Christo...
2003 Oct 03
0
s3.0.0: problem getting usernames for a DOMAIN from win2000 and winXP's user configurator
...frames:
#0 smbd3(smb_panic+0xfc) [0x817d9bc]
#1 smbd3 [0x816f0af]
#2 /lib/i686/libc.so.6 [0x40162598]
#3 smbd3(string_to_sid+0x1f) [0x8178f1f]
#4 /usr/local/samba3/lib/pdb/mysql.so [0x406352b6]
#5 /usr/local/samba3/lib/pdb/mysql.so [0x40635be8]
#6 smbd3 [0x815d508]
#7 smbd3(pdb_getsampwent+0x24) [0x815e7a4]
#8 smbd3 [0x810ce0a]
#9 smbd3(_samr_query_dom_info+0x1dd) [0x8111521]
#10 smbd3 [0x810a368]
#11 smbd3(api_rpcTNP+0x136) [0x811f876]
#12 smbd3(api_pipe_request+0x203) [0x811f6c3]
#13 smbd3 [0x8119e55]
#14 smbd3 [0x811a13c]
#15 smbd3 [0x811a4dd]
#16 smbd3(...
2009 Oct 26
0
Users can't login on XP workstations
...tdb.c:tdb_wrap_log(886)
tdb(/etc/samba/passdb.tdb): tdb_rec_read bad magic 0x0 at offset=434412
[2009/10/24 19:41:39, 0] lib/util_tdb.c:tdb_wrap_log(886)
tdb(/etc/samba/passdb.tdb): tdb_rec_read bad magic 0x0 at offset=434412
[2009/10/24 19:41:39, 0] passdb/pdb_tdb.c:tdbsam_getsampwnam(919)
pdb_getsampwent: Bad struct samu entry returned from TDB!
*** glibc detected *** /usr/sbin/smbd: free(): invalid pointer: 0x086875f0 ***
======= Backtrace: =========
/lib/i686/cmov/libc.so.6[0xb7b15624]
/lib/i686/cmov/libc.so.6(cfree+0x96)[0xb7b17826]
/usr/sbin/smbd[0x81d2f12]
/usr/sbin/smbd[0x81d31ab]
/usr/sbin/s...
2003 Feb 11
0
NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE
...m
Attempting to find an passdb backend to match unixsam (unixsam)
Found pdb backend unixsam (at pos 6)
pdb backend unixsam has a valid init
rui$:1003:Machines
cajo$:1009:Machines
cajo:1010:Carlos Rodrigues
epilog$:1005:Machines
duckman:1000:Carlos Sobrinho
rui:1002:Rui Rios
epilogwin$:1006:Machines
pdb_getsampwent: database entry not found.
## I added those 2 XP's to my domain and all went well
Added to domain CASA in XP
## I added option netbios-name-servers 192.168.0.1 in my /etc/dhcp3/dhcpd.conf
## I added my machine to the domain using
[root] /home/duckman/# net rpc join -w CASA -U root
Joined dom...
2003 Dec 01
0
No subject
...passdb/passdb.o
pdb_getsampwrid rpc_server/srv_samr_nt.o
pdb_getsampwnam smbd/chgpasswd.o
pdb_update_sam_account smbd/chgpasswd.o
pdb_add_sam_account passdb/passdb.o
pdb_getsampwuid rpc_server/srv_samr_nt.o
pdb_getsampwent rpc_server/srv_samr_nt.o
pdb_setsampwent rpc_server/srv_samr_nt.o
ld: fatal: Symbol referencing errors. No output written to bin/smbd
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `bin/smbd'
Anyone see...