search for: pdb_endsampw

Displaying 5 results from an estimated 5 matches for "pdb_endsampw".

2002 Jun 27
1
Patch for 2.2.5 (start_tls with OpenLDAP 2.0.x) is not working ...
..._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_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_getsamp...
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
...Server for authentication purposes. I'd also be interested to hear from anyone who's got Samba successfully working with Sun's Directory servers. All help much appreciated! Regards Chris Undefined first referenced symbol in file pdb_endsampwent 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...
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
...d_printf("Could not update primary group SID for user %s\n", usrname); + } + } + } + pdb_free_sam(&sam_pwent); + } + pdb_free_sam(&sam_pwent); + pdb_endsampwent(); + + return True; +} + /********************************************************* Dump a GROUP_MAP entry to stdout (long or short listing) **********************************************************/ @@ -287,6 +346,9 @@ } d_printf("Successully added group %s to t...
2003 Dec 01
0
No subject
...a-request@lists.samba.org?subject=unsubscribe> List-Archive: http://lists.samba.org/pipermail/samba/ Used "./configure --with-nisplus --with-nisplus-home" Running make I get: Linking bin/smbd Undefined first referenced symbol in file pdb_endsampwent 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...