search for: samba_version_official_string

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

2010 Jun 22
1
Solaris 10 Configuration file
...l create a usable Makefile. I don't need anything fancy like ldap, ads etc. I do have gnumake. For example what environment variables are necessary (PATH, LD_LIBRARY_PATH, CPPFLAGS, LDFLAGS, PKG_CONFIG_PATH)? Here is what I get so far: SAMBA VERSION: 3.5.3 - - # define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING LIBREPLACE_LOCATION_CHECKS: START LIBREPLACE_LOCATION_CHECKS: END LIBREPLACE_CC_CHECKS: START LIBREPLACE_CC_CHECKS: END LIBREPLACE_BROKEN_CHECKS: START LIBREPLACE_BROKEN_CHECKS: END LIBREPLACE_NETWORK_CHECKS: START bge2 IP=xxx.xx.xx.xx NETMASK=255.255.255.0 bge1 IP= xxx.xx.xx.xx NETMASK...
2007 Feb 12
3
Autogenerating of operatingSystem and operatingSystemVersion attributes in AD
...ring); + ads_memfree(ads_s, dn_string); + + if (!new_dn) { + return ADS_ERROR(LDAP_NO_MEMORY); + } + + if (!(mods = ads_init_mods(ctx))) + goto done; + + ads_mod_str(ctx, &mods, "operatingSystem", "Samba"); + ads_mod_str(ctx, &mods, "operatingSystemVersion", SAMBA_VERSION_OFFICIAL_STRING); + + status = ads_gen_mod(ads_s, new_dn, mods); + +done: + ads_msgfree(ads_s, res); + + return status; +} + +/******************************************************************* join a domain using ADS (LDAP mods) ********************************************************************/ @@ -135...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...h-libiconv=/netopt --with-utmp --with-winbind CC=gcc \ CFLAGS='-I/netopt/include' LD=gcc LDFLAGS='-L/netopt/lib -R/netopt/lib' \ --with-syslog-facility=local7 And, the output from configure (sorry if this is too much info): SAMBA VERSION: 3.4.5 - - # define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING LIBREPLACE_LOCATION_CHECKS: START checking build system type... sparc-sun-solaris2.9 checking host system type... sparc-sun-solaris2.9 checking target system type... sparc-sun-solaris2.9 LIBREPLACE_LOCATION_CHECKS: END LIBREPLACE_CC_CHECKS: START checking for gcc... gcc checking for C compiler defa...
2010 May 11
1
Samba 3.5.2 compile on AIX
...er) and then make. root at valisaix53:/compile/sources/samba-3.5.2/source3 # ./configure --prefix=/opt/CMNSsamba --with-libiconv=/opt/CMNSsamba --with-krb5=/opt/CMNSsamba configure: WARNING: $PATH contains /usr/ucb - build errors may follow SAMBA VERSION: 3.5.2 - - # define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING checking build system type... powerpc-ibm-aix5.3.0.0 checking host system type... powerpc-ibm-aix5.3.0.0 checking target system type... powerpc-ibm-aix5.3.0.0 LIBREPLACE_LOCATION_CHECKS: START LIBREPLACE_LOCATION_CHECKS: END LIBREPLACE_CC_CHECKS: START checking for gcc... no checking for cc... cc c...
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
...fferences. Compiling with 'gcc' 4.7.1. Problem was first noticed in Samba 3.6.4 with AIO disabled. Turned on AIO when compiling 3.6.10. Thank you for the excellent Samba software! Regards -------------- next part -------------- SAMBA VERSION: 3.6.10 - - # define SAMBA_VERSION_STRING SAMBA_VERSION_OFFICIAL_STRING checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu LIBREPLACE_LOCATION_CHECKS: START LIBREPLACE_LOCATION_CHECKS: END LIBREPLACE_CC_CHECKS: START checking for gcc... gcc checking whether the C compiler works...