projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d10bcf
)
Python is case-sensitive, remember?
author
Dan Scott
<dan@coffeecode.net>
Wed, 14 Aug 2019 16:14:09 +0000
(12:14 -0400)
committer
Dan Scott
<dan@coffeecode.net>
Wed, 14 Aug 2019 16:14:09 +0000
(12:14 -0400)
Signed-off-by: Dan Scott <dan@coffeecode.net>
tools/patron-load/ldap_osrf_sync
patch
|
blob
|
history
diff --git
a/tools/patron-load/ldap_osrf_sync
b/tools/patron-load/ldap_osrf_sync
index
60b3cbf
..
b5104ca
100755
(executable)
--- a/
tools/patron-load/ldap_osrf_sync
+++ b/
tools/patron-load/ldap_osrf_sync
@@
-160,7
+160,7
@@
class User:
return 2, 'NO_COLLEAGUE_ID'
else:
ident_value = ident_value.lower()
- if len(ident_value) == 7 and ident_value[0] == '0'
AND
ident_value[0:2] != '09':
+ if len(ident_value) == 7 and ident_value[0] == '0'
and
ident_value[0:2] != '09':
return 2, ident_value
print >> sys.stderr, 'Invalid lulColleagueId number for %s (%s)' % (