search for: ldapcontrol

Displaying 4 results from an estimated 4 matches for "ldapcontrol".

2002 Jun 21
1
Bug in 2.2.5 ? Configure can't find ldap_start_tls_s ..
...me : -----snipp---- 486dx66:/usr/include # grep --line-number ldap_start_tls_s ldap* ldap.h:1075:ldap_start_tls_s LDAP_P(( 486dx66:/usr/include # -----snipp---- Looking into /usr/include/ldap.h from line 1074 says : -----snipp---- LDAP_F( int ) ldap_start_tls_s LDAP_P(( LDAP *ld, LDAPControl **serverctrls, LDAPControl **clientctrls )); -----snipp---- What shall i do, is it a bug ? It worked for me in 2.2.4 with the SAME configure-options (i use a little script for samba since 2.2.3, which i show here too :) -----snipp---- #!/bin/sh make clean ./configure \ --enable-cups \...
2014 Feb 04
1
How to change objectSid?
...to do it but doesn't work. The code that I'm using: modlist = [ (ldap.MOD_REPLACE, 'objectSid', s3sid_packed) ] LDB_CONTROL_PROVISION_OID = "1.3.6.1.4.1.7165.4.3.16" LDB_CONTROL_RELAX_OID = "1.3.6.1.4.1.4203.666.5.12" controls = [ LDAPControl(LDB_CONTROL_PROVISION_OID, criticality=0), LDAPControl(LDB_CONTROL_RELAX_OID, criticality=0) ] s4ldap.modify_ext_s(s4dn, modlist, serverctrls=controls, clientctrls=controls) I'm using the domain administrator to bind to the server. The error that I get: ld...
2004 Nov 16
1
solaris samba ldap
I'm trying to build 3.0.8 on solaris 9. I tried linking against both sun and openldap libraries, both unsucessufully. I get ------------------------------ 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
2007 Jan 18
4
samba 3.0.23d with ldap compile problem
Hi, I'm trying to compile samba 3.0.23d for use with ldap as backend. The system is Debian Sarge fresh installed, all updates installed, and openldap-2.3.27 installed from sources. I searched a lot but couldn't google out anythink that helped. I sent this same mail jesterday with configure options for ldap, ld.so.conf and samba error.log but it was too long. So another time with less