From d317a6b68e766004234fc69728e934227910f301 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 12 Jan 2017 16:22:11 -0500 Subject: [PATCH] Update profile mappings for faculty and grads Signed-off-by: Dan Scott --- tools/patron-load/ldap_osrf_sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patron-load/ldap_osrf_sync b/tools/patron-load/ldap_osrf_sync index cf104dadcb..929732c995 100755 --- a/tools/patron-load/ldap_osrf_sync +++ b/tools/patron-load/ldap_osrf_sync @@ -138,7 +138,7 @@ class User: if exp_att: expiry_date = "%s-%s-%s" % (exp_att[:4], exp_att[4:6], exp_att[6:8]) # Faculty and staff get a long time - elif self.profile == 11 or self.profile == 14: + elif self.profile == 111 or self.profile == 115: expiry_date = '%d-09-30' % (datetime.date.today().year + 8) # Expire the visiting students Sept. 30th elif self.affiliation == 'visitor': -- 2.11.0