search for: ber_tag_t

Displaying 19 results from an estimated 19 matches for "ber_tag_t".

2013 Jan 07
3
AIX and ADS support?
...der ldap.h : no Checking for header lber.h : no Checking for header ldap_pvt.h : no Checking for ber_tag_t : not found Checking for library lber : not found Checking for ber_scanf : not foun...
2015 Jun 03
1
No builtin nor plugin backend for ldapsam found
...h the following switches: --with-ldap according to configure log, the compiler found the ldap libraries: [...] Checking for header ldap.h : yes Checking for header lber.h : yes Checking for header ldap_pvt.h : no Checking for ber_tag_t : ok Checking for library lber : yes [...] Checking for variable LDAP_OPT_SOCKBUF : ok Checking for variable LBER_OPT_LOG_PRINT_FN : ok Checking for library ldap : yes Checking fo...
2008 Oct 01
2
samba-3.2.4 Solaris 9: configure gets error: Active Directory support requires ldap_initialize
...samba script, configure, seems to be failing with the following: checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_tag_t... yes checking for ber_scanf in -llber... yes checking for ber_sockbuf_add_io... yes checking for LDAP_OPT_SOCKBUF... yes checking for LBER_OPT_LOG_PRINT_FN... yes checking for ldap_init in -lldap... yes checking for ldap_set_rebind_proc... yes checking whether ldap_set_rebind_proc takes 3 argumen...
2012 Aug 30
1
Samba complie problem
...tils. Its a solaris 10 sparc. Configure gives me following error: - checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_tag_t... yes checking for ber_scanf in -llber... yes checking for ber_sockbuf_add_io... yes checking for LDAP_OPT_SOCKBUF... yes checking for LBER_OPT_LOG_PRINT_FN... yes checking for ldap_init in -lldap... no checking for ldap_set_rebind_proc... no checking whether ldap_set_rebind_proc takes 3 arguments...
2015 Feb 19
1
AIX and ADS support?
...>> >> The configure script pukes at the end: >> >> Checking for header ldap.h > : no >> Checking for header lber.h > : no >> Checking for header ldap_pvt.h > : no >> Checking for ber_tag_t > : not found >> Checking for library lber > : not found >> Checking for ber_scanf > : not found >> Checking for ber_sockbuf_add_io > : not found >> Checking for variable...
2015 Feb 19
0
AIX and ADS support?
...: no > Checking for header lber.h : no > Checking for header ldap_pvt.h : no > Checking for ber_tag_t : not found > Checking for library lber : not found > Checking for ber_scanf...
2007 Jun 04
1
Help for ber_printf(ber, "N}" in pdb_ldap.c
Hello, When the option "ldap passwd sync = yes" was used in smb.conf, we got an error with "Unknown format" on ber_prinf(ber, "N}" in passdb/pdb_ldap.c for Netscape LDAP SDK. This would block password change. By checking Openldap manpage at http://www.openldap.org/software/man.cgi?query=ber_printf&apropos=0&sekt
2008 Sep 16
1
Solaris 8 & samba 3.2.3: present but cannot be compiled
...---------------------- ## configure: WARNING: ## Report this to samba-technical@samba.org ## configure: WARNING: ## ---------------------------------------- ## checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_tag_t... yes checking for ber_scanf in -llber... yes checking for ber_sockbuf_add_io... yes checking for LDAP_OPT_SOCKBUF... no checking for LBER_OPT_LOG_PRINT_FN... yes checking for ldap_init in -lldap... yes checking for ldap_set_rebind_proc... yes checking whether ldap_set_rebind_proc takes 3 argument...
2014 Feb 08
0
how to enable Active Directory support building samba on AIX?
...dap.h : yes Checking for header lber.h : yes Checking for header ldap_pvt.h : no Checking for ber_tag_t : ok Checking for library lber : yes Checking for ber_scanf : ok Checking for be...
2008 Sep 25
0
Problem building 3.2.4 on Solaris 10
...10 using the Sun Studio 12 compiler, but configure keeps dying at: checking for LDAP support... auto checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_tag_t... yes checking for ber_scanf in -llber... no checking for ber_sockbuf_add_io... no checking for LDAP_OPT_SOCKBUF... yes checking for LBER_OPT_LOG_PRINT_FN... yes checking for ldap_init in -lldap... no checking for ldap_set_rebind_proc... no checking whether ldap_set_rebind_proc takes 3 arguments.....
2011 Apr 13
1
Samba 3.5.8 on AIX 5.3 with IBM LDAP libraries
Hello, We're currently using Samba 3.5.8 with the IBM AIX supplied LDAP libraries on AIX 5.3 (using gcc). We were not able to compile this originally without making the following modifications: 1. create a symlink libldap.a to libibmldapn.a in /usr/ldap/lib 2. change ber_init() to ber_init2() in the following 3 c files passdb/pdb_nds.c line 234
2003 Jan 09
1
Re: samba (2.2.7a) + openldap (2.0.x)
...&& (LDAP_API_VERSION > 2000) +/** @TODO Add a configure check for the rebind_proc version that doesn't take + the last argument and include a #define here. */ +static int auth_rebind_proc( LDAP *ld, + LDAP_CONST char *url, + ber_tag_t request, + ber_int_t msgid, + void *arg) +{ + int rc; + if ( ( rc = ldap_simple_bind_s( ld, lp_ldap_admin_dn(), ldap_secret ) ) == LDAP_SUCCESS ) + { + DEBUG( 2, ( "Rebind successful\n" ) ); + } + else { +...
2007 Jul 23
3
trouble joining AD domain.
Hi all, I'm running samba-3.0.25b w/Linux 2.6.16.27 (SUSE 10.1), newly compiled. I've joined the AD domain (which is a subdomain) whose PDC is Win2K3 server and which is running in native mode but allowing NT4 members. From the HOWTO, I followed the instructions - manually created the computer account, then did the "net rpc join ...." and successfully joined the AD
2005 Jan 25
2
make: *** [dynconfig.o] Error
Hi List! I've got a problem building samba 3.0.10 on Solaria 9 box. Configuration is successful with ./configure --with-pam --with-syslog --with-ldapsam --with-automount But make gives the following output. alien> make Using FLAGS = -O -Iinclude -I/usr/local/src/samba-3.0.10/source/include -I/usr/local/src/samba-3.0.10/source/ubiqx -I/usr/local/src/samba-3.0.10/source/smbwrapper
2008 Jul 08
0
Report this to samba-technical@samba.org, ldap_initialize error
...apping module... no checking whether to use DFS clear-text auth... no checking for LDAP support... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_tag_t... yes checking for ber_scanf in -llber... yes checking for ber_sockbuf_add_io... yes checking for LDAP_OPT_SOCKBUF... yes checking for LBER_OPT_LOG_PRINT_FN... yes checking for ldap_init in -lldap... yes checking for ldap_set_rebind_proc... yes checking whether ldap_set_rebind_proc takes 3 argumen...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...pping module... no checking whether to use DFS clear-text auth... no checking for LDAP support... auto checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_tag_t... yes checking for ber_scanf in -llber... yes checking for ber_sockbuf_add_io... yes checking for LDAP_OPT_SOCKBUF... no checking for LBER_OPT_LOG_PRINT_FN... yes checking for ldap_init in -lldap... yes checking for ldap_set_rebind_proc... yes checking whether ldap_set_rebind_proc takes 3 argument...
2010 May 11
1
Samba 3.5.2 compile on AIX
...pping module... no checking whether to use DFS clear-text auth... no checking for LDAP support... auto checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking lber.h usability... yes checking lber.h presence... yes checking for lber.h... yes checking for ber_tag_t... yes checking for ber_scanf in -llber... yes checking for ber_sockbuf_add_io... yes checking for LDAP_OPT_SOCKBUF... yes checking for LBER_OPT_LOG_PRINT_FN... yes checking for ldap_init in -lldap... yes checking for ldap_set_rebind_proc... yes checking whether ldap_set_rebind_proc takes 3 argumen...
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
...lear-text auth... no checking for LDAP support... auto checking ldap.h usability... no checking ldap.h presence... no checking for ldap.h... no checking lber.h usability... no checking lber.h presence... no checking for lber.h... no configure: WARNING: ldap.h is needed for LDAP support checking for ber_tag_t... no configure: WARNING: ber_tag_t is needed for LDAP support checking for Active Directory and krb5 support... auto configure: WARNING: Disabling Active Directory support (requires LDAP support) checking for nscd_flush_cache in -lnscd... no checking whether to enable DNS Updates support... auto c...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...: yes Checking for header ldap.h : yes Checking for header lber.h : yes Checking for header ldap_pvt.h : no Checking for ber_tag_t : yes Checking for library lber : yes Checking for ber_scanf : ok Checking for ber_sockbuf_add_io...