2007-04-17 [wwp] 2.9.0cvs3
[claws.git] / src / ldapctrl.h
index c7ca21d47a3bef68c93a864f7fcf53b49f5c415b..2f515b6f4f19118773885f0c027cfc0f4655d8f3 100644 (file)
@@ -45,8 +45,9 @@
 #define LDAPCTL_ATTR_GIVENNAME  "givenName"
 #define LDAPCTL_ATTR_SURNAME    "sn"
 #define LDAPCTL_ATTR_PHONE     "telephoneNumber"
+#define LDAPCTL_ATTR_DISPLAYNAME "displayName"
 
-#define LDAPCTL_DFL_ATTR_LIST   "mail, cn, givenName, sn, telephoneNumber"
+#define LDAPCTL_DFL_ATTR_LIST   "mail, cn, givenName, sn, displayName, telephoneNumber"
 
 /*
  * Search matching options.
@@ -75,6 +76,7 @@ struct _LdapControl {
        gchar     *attribCName;
        gchar     *attribFName;
        gchar     *attribLName;
+       gchar     *attribDName;
        GList     *listCriteria;
        pthread_mutex_t *mutexCtl;
 };