[1876] in Moira Commits

home help back first fref pref prev next nref lref last post

/svn/moira r4018 - trunk/moira/incremental/ldap

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Mon Aug 30 12:22:44 2010

Date: Mon, 30 Aug 2010 12:22:38 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201008301622.o7UGMcXB026185@drugstore.mit.edu>
To: moira-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2010-08-30 12:22:37 -0400 (Mon, 30 Aug 2010)
New Revision: 4018

Modified:
   trunk/moira/incremental/ldap/winad.c
Log:
It's IMAPAddress, not IMAPServer

Modified: trunk/moira/incremental/ldap/winad.c
===================================================================
--- trunk/moira/incremental/ldap/winad.c	2010-08-26 19:09:55 UTC (rev 4017)
+++ trunk/moira/incremental/ldap/winad.c	2010-08-30 16:22:37 UTC (rev 4018)
@@ -4398,7 +4398,7 @@
 	} else if(rc==MR_NO_MATCH) {
 	  
 	  n = 0;
-	  ADD_ATTR("mitMoiraIMAPServer", mit_moira_imap_address_v, 
+	  ADD_ATTR("mitMoiraIMAPAddress", mit_moira_imap_address_v, 
 		   LDAP_MOD_REPLACE);
 	  mods[n] = NULL;
 	  rc = ldap_modify_s(ldap_handle, distinguished_name, mods);


home help back first fref pref prev next nref lref last post