From ff7b40b4a2e7f54ff1d9e2375f16fd44fee5f5d5 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 10 May 2007 21:18:13 +0000 Subject: [PATCH] Monotone-Parent: 5d1ca9aaf67d85977b6a436c6c60ee959e6d1b1b Monotone-Revision: c7ac053bfc05448b07d711a6a0f63eb9d1cd4525 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-10T21:18:13 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/LDAPSource.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SoObjects/SOGo/LDAPSource.h b/SoObjects/SOGo/LDAPSource.h index 2af010241..3e8a3c7b4 100644 --- a/SoObjects/SOGo/LDAPSource.h +++ b/SoObjects/SOGo/LDAPSource.h @@ -40,6 +40,7 @@ NSString *IDField; /* the first part of a user DN */ NSString *CNField; NSString *UIDField; + NSString *bindFields; NGLdapConnection *ldapConnection; NSMutableArray *searchAttributes; @@ -56,7 +57,8 @@ - (void) setBaseDN: (NSString *) newBaseDN IDField: (NSString *) newIDField CNField: (NSString *) newCNField - andUIDField: (NSString *) newUIDField; + UIDField: (NSString *) newUIDField + andBindFields: (NSString *) newBindFields; - (BOOL) checkLogin: (NSString *) login andPassword: (NSString *) password;