Lines Matching defs:sm_ldap_struct
56 struct sm_ldap_struct struct
59 char *ldap_uri;
60 char *ldap_host;
61 int ldap_port;
62 int ldap_version;
63 pid_t ldap_pid;
66 int ldap_deref;
67 time_t ldap_timelimit;
68 int ldap_sizelimit;
69 int ldap_options;
72 LDAP *ldap_ld;
73 char *ldap_binddn;
74 char *ldap_secret;
75 int ldap_method;
78 char *ldap_base;
79 int ldap_scope;
80 char *ldap_filter;
81 char *ldap_attr[LDAPMAP_MAX_ATTR + 1];
105 typedef struct sm_ldap_struct SM_LDAP_STRUCT; argument