Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
the vpn_legacy loader doesn't need to run every minute
credman committed Jun 2, 2022
1 parent b92fc3b commit 15f0957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex401/ex401.end/container_files/seed-data/bootstrap.gsh
@@ -183,7 +183,7 @@ attributeAssign.attributeValueDelegate.with {
assignValue(LoaderLdapUtils.grouperLoaderLdapFilterName(), "(cn=vpn_users)")
assignValue(LoaderLdapUtils.grouperLoaderLdapSubjectAttributeName(), "member")
assignValue(LoaderLdapUtils.grouperLoaderLdapSearchDnName(), "ou=groups,dc=internet2,dc=edu")
assignValue(LoaderLdapUtils.grouperLoaderLdapQuartzCronName(), "0 * * * * ?")
assignValue(LoaderLdapUtils.grouperLoaderLdapQuartzCronName(), "0 15 10 * * ?")
assignValue(LoaderLdapUtils.grouperLoaderLdapSourceIdName(), "eduLDAP")
assignValue(LoaderLdapUtils.grouperLoaderLdapSubjectIdTypeName(), "subjectIdentifier")
assignValue(LoaderLdapUtils.grouperLoaderLdapSearchScopeName(), "SUBTREE_SCOPE")

0 comments on commit 15f0957

Please sign in to comment.