Displaying 5 results from an estimated 5 matches for "pdb_setsampw".
2002 Jun 27
1
Patch for 2.2.5 (start_tls with OpenLDAP 2.0.x) is not working ...
Hi,
i was the one who had problems with the
start_tls function.
I applied the patch yesterday.
But now the compiling doesn't work anymore.
This is what happens :
--------snipp----------
[Lots of compiling output cut away]
Linking bin/smbd
passdb/pdb_ldap.o: In function `pdb_setsampwent':
passdb/pdb_ldap.o(.text+0x1730): multiple definition of
`pdb_setsampwent'
passdb/pdb_tdb.o(.text+0xd70): first defined here
/usr/i486-suse-linux/bin/ld: Warning: size of symbol
`pdb_setsampwent' changed f
rom 237 to 493 in passdb/pdb_ldap.o
passdb/pdb_ldap.o: In function `pdb_endsa...
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
2003 Sep 16
0
Compiling Samba with LDAP support on Solaris 9 x86
...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'
--
Christopher Saul
Systems Engineer
Tech Access
Direct line: +971 4...
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
...quot;;
+
+ /* Initialize static context */
+ if(!initialize_password_db(True)) {
+ DEBUG(0,("update_users_primgroup_sid: Cannot initialize password
database.\n"));
+ return False;
+ }
+ /* Open password database for update */
+ if(!pdb_setsampwent(True)) {
+ DEBUG(0,("update_users_primgroup_sid: Cannot open password
database.\n"));
+ return False;
+ }
+
+ while (NT_STATUS_IS_OK(pdb_init_sam(&sam_pwent)) &&
pdb_getsampwent(sam_pwent)) {
+ fstrcpy(usrname,pdb_get_us...
2003 Dec 01
0
No subject
...erver/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 this?
Errol Fouquet - UNIX SysAdmin
Minerals Management...