-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
People Lookup: backend class now also implements ExternalUidLookup
- PeopleLookupBackend class can be used for external user id lookup (Instructors, Timetable Managers) - reusing the LDAP directory settings of the People Lookup Dialog - with the optional translation of the user external id to user name and back - usage: # Manager lookup tmtbl.manager.external_id.lookup.class=org.unitime.timetable.server.lookup.PeopleLookupBackend tmtbl.manager.external_id.lookup.enabled=true # Instructor lookup tmtbl.instructor.external_id.lookup.class=org.unitime.timetable.server.lookup.PeopleLookupBackend tmtbl.instructor.external_id.lookup.enabled=true
- Loading branch information
1 parent
763df6d
commit cc56657
Showing
1 changed file
with
61 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters