Skip to content

Commit

Permalink
Configure uid as subjectIdentifier0
Browse files Browse the repository at this point in the history
  • Loading branch information
credman committed Nov 1, 2022
1 parent 70e914c commit 5c583e8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions base/container_files/conf/subject.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ subjectApi.source.ldap.param.Name_AttributeType.value = cn
subjectApi.source.ldap.param.Description_AttributeType.value = description
subjectApi.source.ldap.param.emailAttributeName.value = mail
subjectApi.source.ldap.param.netId.value = uid
subjectApi.source.ldap.param.subjectIdentifierAttribute0.value = uid
subjectApi.source.ldap.numberOfAttributes = 9
subjectApi.source.ldap.attribute.0.name = uid
subjectApi.source.ldap.attribute.0.subjectIdentifier = true
Expand Down Expand Up @@ -95,12 +96,6 @@ subjectApi.source.ldap.param.subjectIdentifierToFindOnCheckConfig.value = dgilmo
#subjectApi.source.example.param.statusTranslateUser0.value = active
#subjectApi.source.example.param.statusTranslateDatastore0.value = A

# subject identifier to store in grouper's member table. this is used to increase speed of loader and perhaps for provisioning
# you can have up to max 1 subject identifier
# todo is this valid for GrouperLdapSourceAdapter2_5?
#subjectApi.source.ldap.param.subjectIdentifierAttribute0.value = employeeNumber


#searchSubjectByIdentifier: find a subject by identifier. Identifier is anything that uniquely
# identifies the user, e.g. jsmith or jsmith@institution.edu.
# Subjects can have multiple identifiers. Note: it is nice to have if identifiers are unique
Expand Down

0 comments on commit 5c583e8

Please sign in to comment.