Diff for /loncom/html/adm/help/tex/Institutional_Integration_User_Categories.tex between versions 1.1 and 1.2

version 1.1, 2008/07/29 18:01:22 version 1.2, 2014/06/26 15:07:10
Line 4  by the Autoupdate process which reconcil Line 4  by the Autoupdate process which reconcil
 with institutional directory information. User type (or affiliation)  with institutional directory information. User type (or affiliation)
 can determine such things as (a) default portfolio quota, (b) the  can determine such things as (a) default portfolio quota, (b) the
 types of user information which may be updated in different contexts,  types of user information which may be updated in different contexts,
 (c) whether a user can self-enroll in a course. The possible institutional  (c) whether a user can self-enroll in a course. 
 types in a domain are defined by \emph{inst\_usertypes()}. Examples  
 of institutional types might be: Faculty, Adjunct, Staff, Student  Prior to LON-CAPA 2.11.0 the possible institutional types in a domain
 etc. In addition to any types defined in \emph{inst\_usertypes()}, a type  were defined by \emph{inst\_usertypes()}. Examples of institutional
   types might be: Faculty, Adjunct, Staff, Student etc.
   In addition to any types defined in \emph{inst\_usertypes()}, a type
 {}``other'' will also be available for assignment to users who do  {}``other'' will also be available for assignment to users who do
 not fall in any of the recognized categories of user. In the absence  not fall in any of the recognized categories of user. In the absence
 of any defined user categories, the type {}``other'' applies to  of any defined user categories, the type {}``other'' applies to
 all users from a domain.  all users from a domain.
   
   Starting with LON-CAPA 2.11.0 use of the inst\_usertypes()
   subroutine is deprecated. The domain configuration web GUI
   accessible to Domain Coordinators is now used to
   manage institutional types.  If you have previously
   customized the inst\_usertypes() routine, then values set there 
   will be used when displaying the "Institutional user types"
   section in the domain config screen for:
   "Default authentication/language/timezone/portal/types".
   
   Once a Domain Coordinator has visited that screen and saved the 
   settings, configuration thereafter will be via the web GUI of
   values stored in the domain's configuration.db file on
   the primary library server in the domain, and values in
   inst\_usertypes() will no longer be consulted. However, if you have
   created other custom routines in localenroll.pm which call 
   inst\_usertypes() internally, you will likely want to continue to
   maintain it. 
   
 \textbf{\large inst\_usertypes}{\large \par}  \textbf{\large inst\_usertypes}{\large \par}
   
 The routine accepts three arguments:  The routine accepted three arguments:
   
 \begin{enumerate}  \begin{enumerate}
 \item \$dom - domain  \item \$dom - domain

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>