diff options
Diffstat (limited to 'usr.sbin/sendmail/src/ldap_map.h')
| -rw-r--r-- | usr.sbin/sendmail/src/ldap_map.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/src/ldap_map.h b/usr.sbin/sendmail/src/ldap_map.h index 488589b7f5a96..dd85da3073b5a 100644 --- a/usr.sbin/sendmail/src/ldap_map.h +++ b/usr.sbin/sendmail/src/ldap_map.h @@ -5,12 +5,14 @@ ** Please go to him for support -- since I (Eric) don't run LDAP, I ** can't help you at all. ** -** @(#)ldap_map.h 8.2 (Berkeley) 5/22/96 +** @(#)ldap_map.h 8.4 (Berkeley) 6/3/97 */ #ifndef _LDAP_MAP_H #define _LDAP_MAP_H +#include <sys/time.h> + struct ldap_map_struct { /* needed for ldap_open */ @@ -33,7 +35,7 @@ struct ldap_map_struct char *base; int scope; char *filter; - char *attr; + char *attr[2]; int attrsonly; struct timeval timeout; LDAPMessage *res; |
