From 93f344bdbe77aa9e4b3ab4384511be14a0473298 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 15 Mar 2019 13:44:49 -0400 Subject: [PATCH] added missing commit --- SoObjects/SOGo/SOGoSource.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SoObjects/SOGo/SOGoSource.h b/SoObjects/SOGo/SOGoSource.h index d3c53bcad..4644eab3f 100644 --- a/SoObjects/SOGo/SOGoSource.h +++ b/SoObjects/SOGo/SOGoSource.h @@ -102,6 +102,7 @@ - (void) setBindDN: (NSString *) theDN; - (NSString *) bindDN; + - (void) setBindPassword: (NSString *) thePassword; - (NSString *) bindPassword; - (BOOL) bindAsCurrentUser; @@ -113,6 +114,8 @@ - (NSString *) MSExchangeHostname; - (NSArray *) groupObjectClasses; + +- (void) updateBaseDNFromLogin: (NSString *) theLogin; @end #endif /* SOGOSOURCE_H */