1 /* Define to the number of arguments to ldap_set_rebindproc */ 2 #undef LDAP_SET_REBIND_PROC_ARGS 3 4 /* define to the number of args to gethostbyname_r */ 5 #undef GETHOSTBYNAME_R_ARGS 6 7 /* define to set RFC2307BIS support */ 8 #undef RFC2307BIS 9 10 /* define to enable debug code */ 11 #undef DEBUG 12 13 /* define to enable attribute/objectclass mapping */ 14 #undef AT_OC_MAP 15 16 /* define to enable proxy authentication for AIX */ 17 #undef PROXY_AUTH 18 19 /* define to enable paged results control */ 20 #undef PAGE_RESULTS 21 22 /* define to enable configurable Kerberos credentials cache */ 23 #undef CONFIGURE_KRB5_CCNAME 24 25 /* define to enable configurable Kerberos credentials cache (putenv method) */ 26 #undef CONFIGURE_KRB5_CCNAME_ENV 27 28 /* define to enable configurable Kerberos credentials cache (gssapi method) */ 29 #undef CONFIGURE_KRB5_CCNAME_GSSAPI 30 31 /* define to enable configurable Kerberos V keytab file name */ 32 #undef CONFIGURE_KRB5_KEYTAB 33 34 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */ 35 #undef HAVE_GSSAPI_GSSAPI_KRB5_H 36 37 /* define to enable struct ether_addr definition */ 38 #undef HAVE_STRUCT_ETHER_ADDR 39 40 /* define to enable socklen_t definition */ 41 #undef HAVE_SOCKLEN_T 42 43 /* define if struct passwd has a pw_change member */ 44 #undef HAVE_PASSWD_PW_CHANGE 45 46 /* define if struct passwd has a pw_expire member */ 47 #undef HAVE_PASSWD_PW_EXPIRE 48 49 /* path to LDAP configuration file */ 50 #define NSS_LDAP_PATH_CONF "/etc/ldap.conf" 51 52 /* path to LDAP root secret file */ 53 #define NSS_LDAP_PATH_ROOTPASSWD "/etc/ldap.secret" 54 55 /* maximum number of group members in static buffer */ 56 #define LDAP_NSS_NGROUPS 64 57