Skip to content

Commit b97412b

Browse files
authored
fix another typo
1 parent a870a64 commit b97412b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For Windows:
107107

108108
5\. Follow section Securing access to Active Directory servers to enable LDAPS
109109

110-
Disaster recovery: In case that after all of this you cannot login anymore, you should enable the logging on the plugin to understand why it is failing. In case that after you enable the secured option you cannot login on the instance anymore, you might want to quickly fallback to the previous status specially on production environments. You can easily do this by going to $JENKINS\_HOME/config.xml and under the section \<securityRealm class="hudson.plugins.active.directory.ActiveDirectorySecurityRealm" revert the tlsConfiguration to the previous status. A restart is needed.
110+
Disaster recovery: In case that after all of this you cannot login anymore, you should enable the logging on the plugin to understand why it is failing. In case that after you enable the secured option you cannot login on the instance anymore, you might want to quickly fallback to the previous status specially on production environments. You can easily do this by going to $JENKINS\_HOME/config.xml and under the section \<securityRealm class="hudson.plugins.active_directory.ActiveDirectorySecurityRealm" revert the tlsConfiguration to the previous status. A restart is needed.
111111

112112
<tlsConfiguration>TRUST_ALL_CERTIFICATES</tlsConfiguration>
113113

@@ -188,7 +188,7 @@ If you are not sure what the notation for a group name is, try the following pro
188188

189189
#### Create/Update a dedicated Logs Recorder
190190

191-
If you think you've configured everything correctly but still not being able to login (or any other problems), please enable [Logging](https://www.jenkins.io/doc/book/system-administration/viewing-logs/) and configure logging level for "hudson.plugins.active\_directory" to ALL. Attempt a login and then file a ticket with the log output.
191+
If you think you've configured everything correctly but still not being able to login (or any other problems), please enable [Logging](https://www.jenkins.io/doc/book/system-administration/viewing-logs/) and configure logging level for "hudson.plugins.active_directory" to ALL. Attempt a login and then file a ticket with the log output.
192192

193193
Also, it might be useful to enable:
194194

0 commit comments

Comments
 (0)