[Rt-commit] rt branch, 4.4/update-external-auth-config, repushed
Jim Brandt
jbrandt at bestpractical.com
Fri May 13 14:52:35 EDT 2016
The branch 4.4/update-external-auth-config was deleted and repushed:
was 3f2b7ca3324375f31103f4387cf91415ecb8233f
now 1978c53cc7d2e07f7791467520eb7f2a05c3523a
-: ------- > 1: 4a588f9 Add Pod::Select to dependencies for shredder
1: 85cb0d2 ! 2: 02b0659 Automatically enable ExternalAuth when ExternalAuth options enabled
@@ -2,7 +2,7 @@
Automatically enable ExternalAuth when ExternalAuth options enabled
- ExtneralAuth uses three configuration options to configure the
+ ExternalAuth uses three configuration options to configure the
service and also requires a flag, ExternalAuth, to be set to
enable it. The presence of the three configuration options is
enough to confirm the user would like to use ExternalAuth, so
2: b2dd572 = 3: 2bd8b43 Add messages to log ExternalAuth configuration errors
3: df66dc6 = 4: 401df01 Add tests for ExternalAuth configuration processing
4: a580b8c = 5: 8946b1b Remove explicit setting of ExternalAuth in tests
5: a27f715 = 6: 97d8d91 Remove ExternalAuth config option from upgrade notes
6: 63cbad7 ! 7: d91597e Add ExternalAuth, LDAPImport options to RT_Config
@@ -17,7 +17,7 @@
+LDAP or Active Directory for authentication (login) and authorization
+(enabling/disabling users and setting user attributes). The core configuration
+settings for the service are listed here. Additional details are available
-+in the F<lib/RT/Authen/ExternalAuth> module documentation.
++in the L<RT::Authen::ExternalAuth> module documentation.
+
+=over 4
+
@@ -27,7 +27,7 @@
+via a resource external to RT. All of the configuration for your external authentication
+service, like LDAP or Active Directory, are defined in a data structure in this option.
+You can find full details on the configuration
-+options in the F<lib/RT/Authen/ExternalAuth> documentation.
++options in the L<RT::Authen::ExternalAuth> documentation.
+
+=cut
+
@@ -37,27 +37,27 @@
+
+Sets the priority of authentication resources if you have multiple configured.
+RT will attempt authorization with each resource, in order, until one succeeds or
-+no more remain. See F<lib/RT/Authen/ExternalAuth> for details.
++no more remain. See L<RT::Authen::ExternalAuth> for details.
+
+=item C<$ExternalInfoPriority>
+
+Sets the order of resources for querying user information if you have multiple
+configured. RT will query each resource, in order, until one succeeds or
-+no more remain. See F<lib/RT/Authen/ExternalAuth> for details.
++no more remain. See L<RT::Authen::ExternalAuth> for details.
+
+=item C<$UserAutocreateDefaultsOnLogin>
+
+A hashref of options to set for users who are autocreated on login via
+ExternalAuth. For example, you can automatically make "Privileged" users
+who were authenticated and created from LDAP or Active Directory.
-+See F<lib/RT/Authen/ExternalAuth> for details.
++See L<RT::Authen::ExternalAuth> for details.
+
+=item C<$AutoCreateNonExternalUsers>
+
+Users should still be autocreated by RT as internal users if they
+fail to exist in an external service; this is so requestors who
+are not in LDAP can still be created when they email in.
-+See F<lib/RT/Authen/ExternalAuth> for details.
++See L<RT::Authen::ExternalAuth> for details.
+
+=back
+
@@ -68,7 +68,7 @@
+directory service additional user attributes, new users,
+disabled users, and group membership. Options for the
+LDAPImport tool are listed here. Additional information is
-+available in the F<lib/RT/LDAPImport> documentation.
++available in the L<RT::LDAPImport> documentation.
+
+=over 4
+
@@ -91,7 +91,7 @@
+=item C<$LDAPMapping>
+
+Mapping to apply between LDAP attributes retrieved and RT user
-+record attributes. See the F<lib/RT/LDAPImport> documentation
++record attributes. See the L<RT::LDAPImport> documentation
+for details.
+
+=item C<$LDAPGroupBase>
@@ -105,7 +105,7 @@
+=item C<$LDAPGroupMapping>
+
+Mapping to apply between LDAP group member attributes retrieved and
-+RT groups. See the F<lib/RT/LDAPImport> documentation
++RT groups. See the L<RT::LDAPImport> documentation
+for details.
+
+=back
7: 3f2b7ca = 8: 1978c53 Fix broken pod link in SLA docs
More information about the rt-commit
mailing list