Code Monkey home page Code Monkey logo

ldap's Introduction

Proyecto Final EDT | LDAP TLS SASL

En que consisteix el proyecte ?

Partirem de la base que tothom te una base de LDAP , teorica o practica. El que he fet ha sigut crear una infraestructura real amb dockers del que podria ser una empresa o una escola. Tota la comunicacio de dades sensibles entre els dockers es fa mitjançant TLS.

La meva idea es tenir tots els dockers monitoritçats amb un servidor Zabbix central instalat a un docker httpd i agents zabbix a cada docker. En especial en el docker del servidor LDAP la meva intencio es fabricar uns scripts per redirigir dades de la BBDD Monitor i aixi veure-ls a la interficie grafica.

Tecnologies Emprades.

  1. Openldap
  2. Amb Object Class:
    • Per a Gestionar Users.
    • Per a Gestionar Grups.
    • Per a fer de DNS.
  3. Docker
  4. Cyrus-sasl(Per a la auth de GSSAPI)
    • Implementades Autentificacions SASL GSSAPI(Ticket) y SASL External(Certificat).
  5. Openssl
  6. Supervisord
  7. Nslcd
  8. Kerberos
  9. PAM
  10. Zabbix Agentd y Zabbix Server
  11. Replica LDAP mitjançant TLS y SASL GSSAPI.

Per arrencar els dockers

Crear Network primer

Aixo te un motiu, volem que sempre s'arrenquin amb la mateixa Ip per que quan faci DNS LDAP , concideixin les ips.

# docker network create --subnet 172.18.0.0/16 -d bridge test

Arrencar Docker LDAP!

# docker run --net test --ip 172.178.0.2 -h ldap.edt.org --name ldap -it antagme/ldap_supervisor:latest

Arrencar Docker Kerberos (TGT)

# docker run --net test --ip 172.178.0.3 -h kserver.edt.org --name ldap -it antagme/kerberos:latest

Arrencar Docker LDAP REPLICA

# docker run --net test --ip 172.178.0.4 -h ldaprepl.edt.org --name replica -it antagme/ldap_replica:latest

Nota important.

Es Molt important seguir l'ordre per rebre correctament les dades del DNS , encara que si falles, nomes hauria que reiniciarse el Daemon NSLCD al docker que falla

Under Construction...

  • Zabbix Server Working in Ubuntu
  • Put supervisord in all computers
  • Put TLS on nslcd communication.
  • Create a PAM for auth krb5 and/or unix ldap.

ldap's People

Contributors

antagme avatar chobito avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.