search for: ads_struct

Displaying 20 results from an estimated 22 matches for "ads_struct".

2011 Jan 13
1
Error compiling Samba 3.5.5 on HP-UX 11.11
...ns_domain_name, const char *netbios_domain_name, const char *dc_name, const char *user_name, const char *password, ADS_STRUCT **ads) { #define TLDAP_NO_MEMORY (0x5a) ADS_STATUS status; ADS_STRUCT *my_ads = NULL; my_ads = ads_init(dns_domain_name, netbios_domain_name, dc_name); if (!my_ads) { -----> Line 111 return ADS_ER...
2004 Aug 31
4
winbind problem (?) on samba 3 ADS
Hi, I have installed samba 3.0.6 based on the "Official HOWTO" to join out Active Directory environment, with winbind and pam support. I have join the samba to the domain using "net ads join -Umyloginame". I can do the "wbinfo -g", "getent passwd" and "getent group" correctly. I also can list shares on other machine, using kerberos: # kinit
2006 Jul 13
2
Kerberos Keytab Code Update in 3.0.23
First thing - I'd like to say a big "THANK YOU" to the developers. I just upgraded to samba-3.0.23 and I've noticed an alarming issue with respect to my configuration. I've been using the built-in keytab management and it looks like the updated code no longer creates the userPrincipal in Active Directory. Whether this is an issue for others or not, it would be nice to have
2004 Aug 18
1
Windows 2003 Active Directory Compatibility issue in libads/sasl.c
Hi All, I am new to the samba-technical list. I am currently adopting the way Samba does for mutual authentication using Kerberos to MS Active Directory 2003. Basically, I am using this "static ADS_STATUS ads_sasl_gssapi_bind (ADS_STRUCT *ads) " in my LDAP client implemented by Netscape Directory SDK. However, the code works fine with Windows 2000 but fails on 2003. By running the code, I could sucessfully get the TGT and session ticket from Windows Active Directory KDC with the right enctype. I verified both tickets by checki...
2011 Feb 18
2
Samba Cross-Compilation Problem
Hi, I want to cross-compile samba for arm-linux. I have host machine: Red Had Enterprise Edition 5.0 and I am not able to cross compile it. I tried 3-4 Versions of samba but in vain. Can you guide me through compiling process.Which stable version of samba should i use?Step by step cross compilation process.OR If you have binaries or package for samba which i can?directly?use ?at my arm machine.
2002 Oct 17
1
Compile failure samba3.0alpha20
...asl.c Compiling libads/krb5_setpw.c Compiling libads/kerberos.c libads/kerberos.c: In function `kerberos_kinit_password': libads/kerberos.c:80: warning: passing arg 6 of `krb5_get_init_creds_password' discards qualifiers from pointer target type Compiling libads/ldap_user.c Compiling libads/ads_struct.c Compiling libads/ads_status.c Compiling libads/disp_sec.c Compiling libads/ads_utils.c Compiling libads/ldap_utils.c Compiling libads/ads_ldap.c Compiling libads/util.c Compiling libads/kerberos_verify.c Compiling lib/system_smbd.c Compiling lib/util_smbd.c Compiling registry/reg_frontend.c Compi...
2014 Mar 24
0
Winbind logins failing after upgrade from Samba 3 to Samba 4
...eregistering messaging pointer for type 1 - private_data=(nil) Opening cache file at /var/lib/samba/gencache.tdb Opening cache file at /var/lib/samba/gencache_notrans.tdb sitename_fetch: No stored sitename for DOMAIN.LOCAL ads_dc_name: domain=DOMAIN ads_connect: entering ads: struct ads_struct is_mine : true ads: struct server realm : 'DOMAIN.LOCAL' workgroup : 'DOMAIN' ldap_server : NULL foreign : false ads...
2018 Apr 13
0
[Announce] Samba 4.6.15 Available for Download
...n ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.6 release series. Changes since 4.6.14: --------------------- o Jeremy Allison <jra at samba.org> * BUG 13244: s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here. * BUG 13270: s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(). * BUG 13375: s3: smbd: Unix extensions attempts to change wrong field in fchown call. o Günther Deschn...
2018 Apr 13
0
[Samba] [Announce] Samba 4.6.15 Available for Download
...n ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.6 release series. Changes since 4.6.14: --------------------- o Jeremy Allison <jra at samba.org> * BUG 13244: s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here. * BUG 13270: s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(). * BUG 13375: s3: smbd: Unix extensions attempts to change wrong field in fchown call. o Günther Deschn...
2018 Apr 26
3
[Announce] Samba 4.8.1 Available for Download
...ing ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.8 release series. Changes since 4.8.0: -------------------- o Jeremy Allison <jra at samba.org> * BUG 13244: s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here. * BUG 13270: s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(). * BUG 13319: Round-tripping ACL get/set through vfs_fruit will increase the number of ACE entries withou...
2018 Apr 26
3
[Announce] Samba 4.8.1 Available for Download
...ing ======================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.8 release series. Changes since 4.8.0: -------------------- o Jeremy Allison <jra at samba.org> * BUG 13244: s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here. * BUG 13270: s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(). * BUG 13319: Round-tripping ACL get/set through vfs_fruit will increase the number of ACE entries withou...
2018 Apr 17
1
[Announce] Samba 4.7.7 Available for Download
...e Announcements --------------------- This is the latest stable release of the Samba 4.7 release series. Changes since 4.7.6: -------------------- o Jeremy Allison <jra at samba.org> * BUG 13206: s4:auth_sam: Allow logons with an empty domain name. * BUG 13244: s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here. * BUG 13270: s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(). * BUG 13319: Round-tripping ACL get/set through vfs_fruit will increase the number of ACE entries withou...
2018 Apr 17
1
[Announce] Samba 4.7.7 Available for Download
...e Announcements --------------------- This is the latest stable release of the Samba 4.7 release series. Changes since 4.7.6: -------------------- o Jeremy Allison <jra at samba.org> * BUG 13206: s4:auth_sam: Allow logons with an empty domain name. * BUG 13244: s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on error, we don't own it here. * BUG 13270: s3: smbd: Fix possible directory fd leak if the underlying OS doesn't support fdopendir(). * BUG 13319: Round-tripping ACL get/set through vfs_fruit will increase the number of ACE entries withou...
2007 Feb 12
3
Autogenerating of operatingSystem and operatingSystemVersion attributes in AD
...1065,6 +1064,62 @@ } /******************************************************************* + Set a machines operatingSystem and operatingSystemVersion attributes + ********************************************************************/ + +static ADS_STATUS net_set_machine_opsystem(TALLOC_CTX *ctx, ADS_STRUCT *ads_s ) +{ + ADS_STATUS status = ADS_ERROR(LDAP_SERVER_DOWN); + char *new_dn; + ADS_MODLIST mods; + char *psp; + LDAPMessage *res = NULL; + char *dn_string = NULL; + const char *machine_name = global_myname(); + int count; + + if ( !machine_name ) { + return ADS_ERROR(LDAP_NO_MEMORY); + } + + /*...
2018 Apr 26
0
[Announce] Samba 4.8.1 Available for Download
.... > > Cheers, > > Denis > > [1] https://bugzilla.samba.org/show_bug.cgi?id=13335 > > > > > > > Changes since 4.8.0: > > -------------------- > > > > o Jeremy Allison <jra at samba.org> > > * BUG 13244: s3: ldap: Ensure the ADS_STRUCT pointer > doesn't get freed on > > error, we don't own it here. > > * BUG 13270: s3: smbd: Fix possible directory fd leak if > the underlying OS > > doesn't support fdopendir(). > > * BUG 13319: Round-tripping ACL get/set through > vfs...
2011 Dec 27
1
Practicality of fixing samba's case mangling problems?
Samba has multiple areas of case mangling problems that cause incompatibilities when used with windows or linux clients. How viable is the idea of fixing the problems? Would the sky fall in if it preserved case, but either 'ignored it', or gave preference to matches that included the case as typed (vs. alternate case matches). The first would be fairly compatible with current Win
2006 Nov 10
0
libsmb/cliconnect.o build/build/krb5/lib/libcom_err.so.3
...i_dfs.o rpc_client/cli_reg.o rpc_client/cli_pipe.o rpc_client/cli_spoolss.o rpc_client/cli_spoolss_notify.o rpc_client/cli_ds.o rpc_client/cli_echo.o rpc_client/cli_shutdown.o rpc_client/cli_svcctl.o libads/ldap.o libads/ldap_printer.o libads/sasl.o libads/krb5_setpw.o libads/ldap_user.o libads/ads_struct.o libads/kerberos_keytab.o libads/disp_sec.o libads/ads_utils.o libads/ldap_utils.o libads/authdata.o libads/cldap.o libads/kerberos.o libads/ads_status.o libads/util.o libads/kerberos_verify.o libads/ldap_schema.o sam/nss_info.o registry/reg_frontend.o registry/reg_cachehook.o registry/reg_prin...
2007 May 03
0
Problem of displying contents of shares
...PT=popt/findme.c popt/poptparse.c popt/popt.c popt/popthelp.c SRC_SERVICES= services/svc_netlogon.c services/svc_spoolss.c services/svc_rcinit.c \ services/svc_wins.c services/svc_winreg.c services/services_db.c SRC_LIBADS= libads/ads_status.c libads/dns.c SRC_LIBADS_SMBD = $(SRC_LIBADS) libads/ads_struct.c SRC_PASSDB= passdb/secrets.c passdb/machine_sid.c SRC_PASSDB_SMBD = $(SRC_PASSDB) passdb/passdb.c passdb/pdb_get_set.c \ passdb/lookup_sid.c passdb/pdb_interface.c \ passdb/util_wellknown.c passdb/util_builtin.c passdb/pdb_compat.c \ passdb/util_unixsids.c passdb/pdb_tdb.c passdb/pdb_smbpas...
2003 Nov 10
8
winbindd panic daemon dies
Hi All, can anyone make any sense of the error below, please advise if I need to log this as a bug but I'm not sure how to further diagnose what is happening. This is from my winbindd log file, thanks Andy. [2003/11/07 17:47:59, 1] nsswitch/winbindd.c:main(832) winbindd version 3.0.0 started. Copyright The Samba Team 2000-2003 [2003/11/07 17:48:00, 1]
2013 May 17
2
Continued compilation errors with samba 3.6.15
...amequery_dc.c Compiling libsmb/trustdom_cache.c Compiling libsmb/trusts_util.c Compiling libsmb/dsgetdcname.c Compiling libads/ldap.c Compiling libads/sasl.c Compiling libads/sasl_wrapping.c Compiling libads/krb5_setpw.c Compiling libads/kerberos_util.c Compiling libads/ldap_user.c Compiling libads/ads_struct.c Compiling libads/kerberos_keytab.c Compiling libads/disp_sec.c Compiling libads/ldap_utils.c Compiling libads/ldap_schema.c Compiling libads/util.c Compiling libads/ndr.c Compiling libads/kerberos_verify.c Compiling libads/authdata.c Compiling ../librpc/ndr/ndr_krb5pac.c Compiling librpc/gen_ndr/...