forked from xMAnton/ADPassword
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
point readme to the latest release always, enable some debug logging
- Loading branch information
Barry de Graaff
committed
Jul 3, 2019
1 parent
4f0f3d7
commit d39fa3b
Showing
5 changed files
with
137 additions
and
28 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ You can get any ldaps ssl certificate by using OpenSSL: openssl s_client -connec | |
Review your LDAP configuration in the commands below and then copy-paste them: | ||
|
||
mkdir -p /opt/zimbra/lib/ext/adpassword | ||
wget https://github.com/Zimbra-Community/ADPassword/releases/download/0.0.4/ADPassword.jar -O /opt/zimbra/lib/ext/adpassword/adPassword.jar | ||
wget https://github.com/Zimbra-Community/ADPassword/raw/master/out/artifacts/ADPassword_jar/ADPassword.jar -O /opt/zimbra/lib/ext/adpassword/adPassword.jar | ||
su zimbra | ||
zmprov md domain.ext zimbraAuthLdapBindDn "%[email protected]" | ||
zmprov md domain.ext zimbraAuthLdapSearchBase "CN=Users,DC=DOMAIN,DC=EXT" | ||
|
Binary file not shown.
Binary file modified
BIN
+645 Bytes
(120%)
out/production/ADPassword/it/iknowconsulting/adpassword/ADConnection.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters