Search

Help

Page 2 of 11. Showing 108 results (0.072 seconds)

  1. Member search and sort columns

    Adapter (g:gsa) or person sources that are configured in sources.xml, add an init-param for each attribute where the param-name is searchAttribute[0-4 … that for the jdbc sources, the name isn't necessarily the database column name.  It needs to be a subject attribute. <init-param> <param-name
    GrouperNov 23, 2022
  2. Grouper - Loader LDAP

    >pennperson</id> <name>Penn person</name> <type>person</type> <init-param> <param-name>jdbcConnectionProvider</param-name> <param-value>edu.internet2.middleware.grouper.subj.GrouperJdbcConnectionProvider</param-value> </init-param> <init-param> <param-name>maxResults</param-name
    GrouperApr 05, 2024
  3. Authentication to the Grouper UI

    >    < filter-class >org.jasig.cas.client.authentication.AuthenticationFilter</ filter-class >    < init-param >      < param-name >casServerUrlPrefix</ param-name >      < param-value >http://localhost:8080/cas http://localhost:8080/cas</ param-value >    </ init-param >    < init-param >      < param-name >serverName
    GrouperFeb 15, 2024
  4. Penn service principals from kerberos and web service authentication

    > <type>application</type> <init-param> <param-name>jdbcConnectionProvider</param-name> <param-value … > <param-name>maxPageSize</param-name> <param-value>100</param-value> </init-param> <init-param> <param-name>SubjectID_AttributeType</param-name
    GrouperDec 06, 2019
  5. Grouper Loader LDAP examples

    Directory</name>     <type>person</type>     <init-param>       <param-name>INITIAL_CONTEXT_FACTORY</param-name>       <param-value>com.sun.jndi.ldap.LdapCtxFactory</param-value>     </init-param>     <init-param>       <param-name>PROVIDER_URL</param-name>       <param-value>ldap://ldap.andrew.cmu.edu:389</param-value
    GrouperJun 06, 2017
  6. Subject API search filter by status

    or attribute which represents the status -->            <init-param>        <param-name>statusDatastoreFieldName</param-name>        <param-value>status</param-value>      </init-param>      <!-- search string from user which represents the status.  e.g. status=active -->      <init-param>        <param-name>statusLabel
    GrouperApr 29, 2013
  7. Grouper Provisioning Service Provider (PSP)

    > <search> <searchType>searchSubject</searchType> ... <param> <param-name>base</param-name> <param-value>ou … > ... <param> <param-name>base</param-name> <param-value>ou=people,dc=example,dc=edu</param-value> </param> </search> <search
    GrouperSep 25, 2018
  8. Newcastle University - LDAPPCNG Provisioning to the Active Directory

    >        <!-- col which identifies the row, perhaps not subjectId -->        <param-name>subjectIdentifierCol0</param-name>        <param-value>loginname</param-value>      </init-param>      <init-param>        <param-name>subjectIdentifierCol1</param-name>        <param-value>SAMA</param-value>      </init-param
    GrouperSep 03, 2015
  9. Implementing CAS Authentication for Grouper

    identifiers in the sources.xml: <init-param> <!-- col which identifies the row, perhaps not subjectId --> <param-name>subjectIdentifierCol0</param-name> <param … >org.jasig.cas.client.authentication.AuthenticationFilter</filter-class> <init-param> <param-name>casServerUrlPrefix</param-name> <param-value>http://localhost:8080/cas</param-value
    GrouperSep 30, 2020
  10. Grouper Voot Provisioner

    in this source --> <init-param> <param-name>emailAttributeName</param-name> <param-value>email</param-value> </init-param> - Setup … display name The voot Group description is the grouper group description The voot person email maps to the subject attribute name in the sources.xml file
    GrouperMar 22, 2024