From 0a442324c841f6d8580bbd43458677a863e44855 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 7 Oct 2011 13:21:55 -0400 Subject: [PATCH] Handle "thornloe" profile Apparently our LDAP system or a system upon which it depends is either enforcing an 8-char limit for some reason, or we have to deal with typos. Whatever. Signed-off-by: Dan Scott --- tools/patron-load/ldap_osrf_sync | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/patron-load/ldap_osrf_sync b/tools/patron-load/ldap_osrf_sync index 719a48547d..eee82ddcbe 100755 --- a/tools/patron-load/ldap_osrf_sync +++ b/tools/patron-load/ldap_osrf_sync @@ -165,6 +165,7 @@ class User: 'faculty': 11, 'staff': 15, 'thorneloe': 15, + 'thornloe': 15, 'proxy': None, 'retired': None, 'affiliate': 15 -- 2.11.0