Skip to content

Commit

Permalink
Merge pull request #18 from stephenc/better-validation
Browse files Browse the repository at this point in the history
JENKINS-43388 Provide a "Test" button that allows verification of the LDAP settings before application to prevent lockout
  • Loading branch information
stephenc committed Apr 27, 2017
2 parents f27ecc9 + 0633afc commit 2f9744a
Show file tree
Hide file tree
Showing 16 changed files with 1,497 additions and 45 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Expand Up @@ -226,6 +226,13 @@
<version>${apacheds.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.10.2</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand All @@ -238,6 +245,13 @@
<hudson.bundled.plugins>${basedir}/work/plugins/ldap.hpl</hudson.bundled.plugins>
</systemProperties>
</configuration>
<executions>
<execution>
<goals>
<goal>generate-taglib-interface</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down
160 changes: 160 additions & 0 deletions src/images/validation-ok.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f9744a

Please sign in to comment.