Changeset 268 for trunk/configure.in


Ignore:
Timestamp:
05/09/07 08:48:00 (5 years ago)
Author:
ludovic.rousseau
Message:

ldap-patches from Sandro Wefel
http://www.opensc-project.org/pipermail/opensc-devel/2007-April/009764.html

which offers:

  • support for more than one LDAP server as fallback system
  • support of secure connection (SSL+TLS) because someone may use simple authentication with username and password
  • multiple certificates per attribute
  • LDAP-URI support
  • selection of base, one-level or subtree search
  • timeout support and a somewhat enhanced documentation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r242 r268  
    7777        ]) 
    7878fi 
     79if test "$with_ldap" \!= "no"; then 
     80  AC_CHECK_FUNCS(ldap_init ldap_initialize) 
     81  AC_CHECK_FUNCS(ldap_set_option ldap_get_option)   
     82  AC_CHECK_FUNCS(ldap_start_tls ldap_start_tls_s) 
     83fi       
    7984AC_SUBST(LDAP_CFLAGS) 
    8085AC_SUBST(LDAP_LIBS) 
Note: See TracChangeset for help on using the changeset viewer.