Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antagme committed May 19, 2017
1 parent eb35c08 commit f374ac8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ In this model, we will perform a _GSSAPI Authentication_ using the Openldap clie
All communication between the client and the _LDAP SERVER_ is encrypted using the _TLS_ protocol, using port 389, the default for unencrypted communications, but thanks to _StartTLS_, we can use it for secure communications

_Docker Images_ used for this example:
- [Ldap StartTLS + GSSAPI Keytab](https://hub.docker.com/r/antagme/ldap_gssapi/)
- [Kerberos](https://hub.docker.com/r/antagme/kerberos/)
- [Client for try some consults to Database](https://hub.docker.com/r/antagme/client_gssapi/)
- Ldap StartTLS + GSSAPI Keytab [DockerHub](https://hub.docker.com/r/antagme/ldap_gssapi/) [GitHub](https://github.com/antagme/ldap_gssapi)
- Kerberos [DockerHub](https://hub.docker.com/r/antagme/kerberos/) [Github](https://github.com/antagme/kerberos)
- Client for try some consults to Database [DockerHub](https://hub.docker.com/r/antagme/client_gssapi/) [Github](https://github.com/antagme/client_gssapi)

[For more information about this model...](https://github.com/antagme/Documentation_Project/blob/master/example1.md)

Expand All @@ -37,8 +37,8 @@ On the other hand we will make another _Consumer_ do the same but through _SASL
Finally we will verify that the **Client** can perform searches in both servers, and we will make modifications in the database of the _Producer_ and we will verify if it is really producing a correct replication.

_Docker Images_ used for this example:
- [Ldap StartTLS Producer + GSSAPI Keytab](https://hub.docker.com/r/antagme/ldap_producer/)
- [Kerberos](https://hub.docker.com/r/antagme/kerberos/)
- Ldap StartTLS Producer + GSSAPI Keytab [DockerHub](https://hub.docker.com/r/antagme/ldap_producer/) [GitHub](https://github.com/antagme/ldap_producer)
- Kerberos [DockerHub](https://hub.docker.com/r/antagme/kerberos/) [Github](https://github.com/antagme/kerberos)
- [Client for try some consults to Database](https://hub.docker.com/r/antagme/client_gssapi/)
- [Ldap StartTLS Consumer with Simple Authentication](https://hub.docker.com/r/antagme/ldap_replica_simple/)
- [Ldap StartTLS Consumer with SASL GSSAPI Authentication](https://hub.docker.com/r/antagme/ldap_replica_gssapi/)
Expand All @@ -53,7 +53,7 @@ For this example, in the Client we will see how the System-Auth works with these

_Docker Images_ used for this example:
- [Ldap StartTLS + GSSAPI Keytab](https://hub.docker.com/r/antagme/ldap_sssd)
- [Kerberos](https://hub.docker.com/r/antagme/kerberos/)
- Kerberos [DockerHub](https://hub.docker.com/r/antagme/kerberos/) [Github](https://github.com/antagme/kerberos)
- [Client PAM + ldapwhoami](https://hub.docker.com/r/antagme/client/)

[For more information about this model...](https://github.com/antagme/Documentation_Project/blob/master/example3.md)
Expand All @@ -64,7 +64,7 @@ Finally, in this model, we will see in a Zabbix server how to have monitored by

_Docker Images_ used for this example:
- [Ldap StartTLS with Crond Python Script](https://hub.docker.com/r/antagme/ldap_zabbix)
- [Kerberos](https://hub.docker.com/r/antagme/kerberos)
- Kerberos [DockerHub](https://hub.docker.com/r/antagme/kerberos/) [Github](https://github.com/antagme/kerberos)
- [Client for do some searchs and see the graphs](https://hub.docker.com/r/antagme/client_gssapi)
- [Zabbix with Openldap Custom Template](https://hub.docker.com/r/antagme/httpd/)

Expand Down

0 comments on commit f374ac8

Please sign in to comment.