Displaying 1 result from an estimated 1 matches for "ldap_opt_desc".
2011 Apr 13
1
Samba 3.5.8 on AIX 5.3 with IBM LDAP libraries
...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
lib/smbldap.c line 1533
libads/ldap.c line 1021
3. define LDAP_OPT_DESC in lib/smbldap.c (as 1)
This was in addition to normal things like setting flags for the compiler
and using gmake (via having /usr/linux/bin first in PATH, which is common
for building on AIX ). Afterwards, ./configure --with-ldap=/usr/ldap and
make install worked. Active Directory support d...