search for: have_ldap_h

Displaying 20 results from an estimated 29 matches for "have_ldap_h".

Did you mean: have_ldap
2009 May 08
0
error while building samba with cifs upcall
:/usr/src/samba/samba/source3 # grep -i ldap config.log $ ./configure --with-cifsupcall --with-ads --with-ldap --with-krb5 configure:59539: checking for LDAP support configure:59585: checking ldap.h usability configure:59627: checking ldap.h presence configure:59696: checking for ldap.h | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_H 1 configure:60066: checking for LDAP_OPT_SOCKBUF configure:60200: checking for ldap_init in -lldap configure:60233: gcc -o conftest -O -O -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Iinclude -I./include -I. -I. -I./../lib/replace -I....
2009 Oct 23
3
samba+ldap
Does this mean that my samba is ready to connect to LDAP server? root at webdev # ./smbd -b |grep LDAP HAVE_LDAP_H HAVE_LDAP HAVE_LDAP_ADD_RESULT_ENTRY HAVE_LDAP_INIT HAVE_LDAP_INITIALIZE HAVE_LDAP_SET_REBIND_PROC HAVE_LIBLDAP LDAP_SET_REBIND_PROC_ARGS root at webdev # Thanks! Paras.
2005 Mar 18
2
Problem with Samba 3.0 and Sun DS 5.2
Hello, i have installed Sun Java Enterprise Directory 5.2 configured it for messaging and posix accounts i can logon to solaris no problem i complied samba with --with-ldapsam i configured the smb.conf testparam check and report Ok when i start samba no errors in messages when i try to add smbpasswd -a root here is the error No builtin nor plugin backend for ldapsam found Loading
2010 Sep 06
1
what flag shows ldapsam is built in?
what flag from smbd -b confirms ldapsam is built in? I see: # smbd -b | grep -i ldap HAVE_LDAP_H HAVE_LDAP HAVE_LDAP_ADD_RESULT_ENTRY HAVE_LDAP_INIT HAVE_LDAP_INITIALIZE HAVE_LDAP_SASL_WRAPPING HAVE_LDAP_SET_REBIND_PROC HAVE_LIBLDAP LDAP_SET_REBIND_PROC_ARGS idmap_ldap_init pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_wbc_sam I was expecting to see something with ldap...
2008 Jul 03
0
configure: error: Active Directory support requires ldap_initialize
...-I. -I./lib/replace -I ./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt -I/usr/include -lthread -L./bin -L/usr/lib conftest.c -lldap -llber -lresolv -ldl -lnsl -l socket -liconv -lldap -llber >&5 ldap_initialize /var/tmp//ccCFZDlx.o | #define HAVE_LDAP_H 1 | #define HAVE_LDAP_SASL_WRAPPING 1 | #define HAVE_LDAP_INIT 1 | #define HAVE_LIBLDAP 1 | #define HAVE_LDAP_SET_REBIND_PROC 1 | #define LDAP_SET_REBIND_PROC_ARGS 3 | /* Define ldap_initialize to an innocuous variant, in case <limits.h> declares ldap_initialize. | #define ldap_initi...
2009 Apr 14
1
set up for Active Directory
...Solaris box and am trying to utilize Samba to accomplish this task. I've installed OpenLDAP & Samba, but when I run a few checks, it appears that Samba is not seeing KRB or ADS, but is seeing LDAP & WINBIND. (This is Samba 3.3.3) # cd /usr/local/samba/sbin # smbd -b|grep LDAP HAVE_LDAP_H HAVE_LDAP HAVE_LDAP_INIT HAVE_LDAP_SASL_WRAPPING HAVE_LDAP_SET_REBIND_PROC HAVE_LIBLDAP LDAP_SET_REBIND_PROC_ARGS # smbd -b|grep KRB # smbd -b|grep ADS # smbd -b|grep WINBIND WITH_WINBIND WITH_WINBIND I thought it might have been something with my ./configure...
2004 Jun 14
0
Problems with Samba 3.0.4 and ADS
...filebase=/var/samba/log --localstatedir=/var/run --sharedstate dir=/var/run --with-syslog --with-utmp --with-acl-support --with-krb5=/usr/local/krb5-1.3.3 --with-winbind --with-ads This ran successfuly and I confirmed the following within config.log: #define HAVE_KRB5 1 #define WITH_ADS 1 #define HAVE_LDAP_H 1 Though when I run net ads testjoin it returns "ADS support not compiled in" Anyone got any ideas?? Ben Our name has changed. Please update your address book to the following format: "recipient@capgemini.com". This message contains information that may be privileged or...
2005 Feb 07
2
smbpasswd -w
Hi, I try to set up samba (latest) to use LDAP. I get # smbpasswd -w secret -w not available unless configured --with-ldapsam I xompiled with LDAP support. Any hints? -- Jochen Witte <devnull@alpha-lab.net>
2013 Jan 12
0
Solaris 11.1 Samba 3.6.6 oddity: wbinfo is good, but getent is not.
...kages. Samba version is 3.6.6 Root at sol11-ads:/var/samba/log# smbd -V Version 3.6.6 It is compiled with all the "right" modules to the best of my understanding. root at sol11-ads:/var/samba/log# smbd -b | grep -i win/ads/ldap WITH_WINBIND WITH_WINBIND WITH_ADS WITH_ADS HAVE_LDAP_H HAVE_HAVE_LDAP_MOZ HAVE_LDAP HAVE_LDAP_ADD_RESULT_ENTRY HAVE_LDAP_INIT HAVE_LDAP_OPEN HAVE_LDAP_SET_REBIND_PROC HAVE_LIBLDAP LDAP_SET_REBIND_PROC_ARGS idmap_ldap_init pdb_ldap pdb_smbpasswd pdb_tdbsam pdb_wbc_sam idmap_tdb idmap_passdb idmap_nss nss_info_template auth...
2003 Jul 30
2
Samba 3b3 + ADS
I've been trying for a couple of days to get ADS support built into Samba 3. I've been searching the archives for something that will help me out, but nothing seems to work. Here's what I've tried, first on FreeBSD 4.8: FreeBSD 4.8 Samba 3b3, ./configure --with-ads --with-krb5=/usr (I installed FBSD krb5 from /usr/src/kerberos5) works like a charm. make works and I see all the
2016 Dec 08
2
Samba 4.51 Solaris 11 AD client
Solaris 11 include samba 3.6.25. I compiled samba 4.5.1 using GCC 4.8 and gmake. Had set following env variables to make sure krb5.conf was found # CPLUS_INCLUDE_PATH=/usr/include:/usr/include/kerberosv5/ # C_INCLUDE_PATH=/usr/include:/usr/include/kerberosv5/ After setting "client ldap sasl wrapping = plain" I was able to join to a Windows 2008 domain with samba 4.
2007 Sep 24
2
Where is the tdbsam password database file?
...HAVE_DIRENT_H HAVE_DLFCN_H HAVE_EXECINFO_H HAVE_FCNTL_H HAVE_FLOAT_H HAVE_FNMATCH_H HAVE_GLOB_H HAVE_GRP_H HAVE_GSSAPI_GSSAPI_GENERIC_H HAVE_GSSAPI_GSSAPI_H HAVE_GSSAPI_H HAVE_KRB5_H HAVE_KRB5_LOCATE_PLUGIN_H HAVE_LANGINFO_H HAVE_LASTLOG_H HAVE_LBER_H HAVE_LDAP_H HAVE_LIMITS_H HAVE_LINUX_INOTIFY_H HAVE_LOCALE_H HAVE_MEMORY_H HAVE_MNTENT_H HAVE_NETDB_H HAVE_NETINET_IN_H HAVE_NETINET_IN_SYSTM_H HAVE_NETINET_IP_H HAVE_NETINET_TCP_H HAVE_NET_IF_H HAVE_NSS_H HAVE_PWD_H HAVE_READLINE_HISTORY_H HAVE_READLINE_READLINE_H...
2005 Oct 19
1
samba with ADS. winbindd ignore for user authentication
...HAVE_SYS_UN_H HAVE_SYS_WAIT_H Headers: HAVE_AIO_H HAVE_ARPA_INET_H HAVE_COM_ERR_H HAVE_CTYPE_H HAVE_DIRENT_H HAVE_DLFCN_H HAVE_FCNTL_H HAVE_GLOB_H HAVE_GRP_H HAVE_GSSAPI_H HAVE_INTTYPES_H HAVE_KRB5_H HAVE_LANGINFO_H HAVE_LBER_H HAVE_LDAP_H HAVE_LIMITS_H HAVE_LOCALE_H HAVE_MEMORY_H HAVE_NETINET_IN_SYSTM_H HAVE_NETINET_IP_H HAVE_NETINET_TCP_H HAVE_NET_IF_H HAVE_POLL_H HAVE_READLINE_HISTORY_H HAVE_READLINE_READLINE_H HAVE_RPCSVC_NIS_H HAVE_RPCSVC_YPCLNT_H HAVE_RPC_RPC_H HAVE_SECURI...
2005 May 18
1
Samba Comple Problem on Solaris 2.8
..._SYS_UNISTD_H HAVE_SYS_VFS_H HAVE_SYS_WAIT_H Headers: HAVE_ARPA_INET_H HAVE_COM_ERR_H HAVE_CTYPE_H HAVE_DIRENT_H HAVE_DLFCN_H HAVE_FCNTL_H HAVE_GLOB_H HAVE_GRP_H HAVE_GSSAPI_H HAVE_INTTYPES_H HAVE_KRB5_H HAVE_LANGINFO_H HAVE_LASTLOG_H HAVE_LBER_H HAVE_LDAP_H HAVE_LIMITS_H HAVE_LOCALE_H HAVE_MEMORY_H HAVE_NETINET_IN_SYSTM_H HAVE_NETINET_IP_H HAVE_NETINET_TCP_H HAVE_NET_IF_H HAVE_NSSWITCH_H HAVE_NSS_COMMON_H HAVE_POLL_H HAVE_READLINE_HISTORY_H HAVE_READLINE_READLINE_H HAVE_RPCSVC_YPCLNT_H HAVE_RPC_NETTYPE_H HA...
2005 May 07
0
force group broken in 3.0.14?
...: HAVE_ARPA_INET_H HAVE_ASM_TYPES_H HAVE_COM_ERR_H HAVE_CTYPE_H HAVE_DIRENT_H HAVE_DLFCN_H HAVE_EXECINFO_H HAVE_FCNTL_H HAVE_GLOB_H HAVE_GRP_H HAVE_GSSAPI_GSSAPI_GENERIC_H HAVE_GSSAPI_GSSAPI_H HAVE_INTTYPES_H HAVE_KRB5_H HAVE_LANGINFO_H HAVE_LASTLOG_H HAVE_LBER_H HAVE_LDAP_H HAVE_LIMITS_H HAVE_LOCALE_H HAVE_MEMORY_H HAVE_MNTENT_H HAVE_NETINET_IN_SYSTM_H HAVE_NETINET_IP_H HAVE_NETINET_TCP_H HAVE_NET_IF_H HAVE_NSS_H HAVE_POLL_H HAVE_RPCSVC_NIS_H HAVE_RPCSVC_YPCLNT_H HAVE_RPCSVC_YP_PROT_H HAVE_RPC_RPC_H HAVE_SECURITY_PAM_APPL_H HAVE_SECURIT...
2002 Nov 10
2
Trying to join a Solaris 8 box to Windows 2000 AD.
...kerberos is set up OK. I have samba-3.0alpha20 version installed on Solaris 8. It was configured with ./configure --with-ads --with-ldap --with-krb5=/usr/local/kerberos --with-pam --with-winbind The include/config.h file shows #define HAVE_KRB5 1 #define HAVE_GSSAPI 1 #define WITH_ADS 1 #define HAVE_LDAP_H 1 I am using GCC Version 3.2; Kerberos krb5-1.2.6; LDAP openldap-2.1.8; on a Solaris 8 platform. I have modified the Makefile so as to overcome errors in compiling e.g passdb/pdb_ldap.c CFLAGS=-O -I/usr/local/kerberos/include -I/usr/local/openldap/include CPPFLAGS= -D_LARGEFILE_SOURCE -D_FIL...
2017 Jun 08
0
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...VE_EXECINFO_H HAVE_FCNTL_H HAVE_FLOAT_H HAVE_FNMATCH_H HAVE_GETOPT_H HAVE_GLOB_H HAVE_GRP_H HAVE_GSSAPI_GSSAPI_GENERIC_H HAVE_GSSAPI_GSSAPI_H HAVE_GSSAPI_H HAVE_IFADDRS_H HAVE_KRB5_H HAVE_KRB5_LOCATE_PLUGIN_H HAVE_LANGINFO_H HAVE_LASTLOG_H HAVE_LBER_H HAVE_LDAP_H HAVE_LIBINTL_H HAVE_LIMITS_H HAVE_LINUX_DQBLK_XFS_H HAVE_LINUX_INOTIFY_H HAVE_LOCALE_H HAVE_MEMORY_H HAVE_MNTENT_H HAVE_NETDB_H HAVE_NETINET_IN_H HAVE_NETINET_IN_SYSTM_H HAVE_NETINET_IP_H HAVE_NETINET_TCP_H HAVE_NET_IF_H HAVE_NSS_H HAVE_PAM_PAM_APPL_H...
2007 Jun 05
1
Samba unable to connect to ldap
...XATTR_H HAVE_CTYPE_H HAVE_DIRENT_H HAVE_DLFCN_H HAVE_EXECINFO_H HAVE_FCNTL_H HAVE_FLOAT_H HAVE_FNMATCH_H HAVE_GLOB_H HAVE_GRP_H HAVE_GSSAPI_GSSAPI_GENERIC_H HAVE_GSSAPI_GSSAPI_H HAVE_INTTYPES_H HAVE_KRB5_H HAVE_LANGINFO_H HAVE_LASTLOG_H HAVE_LBER_H HAVE_LDAP_H HAVE_LIMITS_H HAVE_LOCALE_H HAVE_MEMORY_H HAVE_MNTENT_H HAVE_NETDB_H HAVE_NETINET_IN_H HAVE_NETINET_IN_SYSTM_H HAVE_NETINET_IP_H HAVE_NETINET_TCP_H HAVE_NET_IF_H HAVE_NSS_H HAVE_PWD_H HAVE_READLINE_HISTORY_H HAVE_READLINE_READLINE_H HAVE_RPCSVC_NIS_H...
2004 Jul 10
2
Solaris username character limit issues.
Hello, I've compiled Samba 3.0.4 with Heimdal 0.6.2 and all of the other trimmings to join and ADS tree, which I have successfully done. Winbind correctly pulls all of the username and group information from the ADS tree and all is good. However... I seem to be running into a wall with the wonderful Solaris 8 character username / groupname limit. Usernames with spaces or names longer than
2019 Oct 29
0
auth logging or auditing
...LS_GNUTLS_H ?? HAVE_GNUTLS_X509_H ?? HAVE_GPGME_H ?? HAVE_GRP_H ?? HAVE_GSSAPI_GSSAPI_H ?? HAVE_GSSAPI_GSSAPI_KRB5_H ?? HAVE_GSSAPI_GSSAPI_SPNEGO_H ?? HAVE_ICONV_H ?? HAVE_IFADDRS_H ?? HAVE_INTTYPES_H ?? HAVE_KRB5_H ?? HAVE_KRB5_LOCATE_PLUGIN_H ?? HAVE_LANGINFO_H ?? HAVE_LASTLOG_H ?? HAVE_LBER_H ?? HAVE_LDAP_H ?? HAVE_LIBAIO_H ?? HAVE_LIBGEN_H ?? HAVE_LIBINTL_H ?? HAVE_LIMITS_H ?? HAVE_LINUX_ETHTOOL_H ?? HAVE_LINUX_FALLOC_H ?? HAVE_LINUX_FCNTL_H ?? HAVE_LINUX_FS_H ?? HAVE_LINUX_IOCTL_H ?? HAVE_LINUX_NETLINK_H ?? HAVE_LINUX_RTNETLINK_H ?? HAVE_LINUX_SOCKIOS_H ?? HAVE_LINUX_TYPES_H ?? HAVE_LMDB_H ?? HAVE_L...