Skip to content

Naorweiz/exam-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Docker Compose

  1. run docker desktop
  2. download project and unzip to folder
  3. run in command prompt: cd 'FOLDER_LOCATION' example: cd C:\Users\PC\Desktop\jenkins
  4. run command: docker compose build
  5. open web-browser and enter url: localhost:8080 defult login User:admin Pass:admin

source/info: https://www.digitalocean.com/community/tutorials/how-to-automate-jenkins-setup-with-docker-and-jenkins-configuration-as-code

Kubernetes, Openldap, phpLDAPadmin - multi verifaction

  1. install kubernetes, go to docker desktop, settings, kubernetes tab, check Enable kubernetes and Apply kubernetes install
  2. download helm https://helm.sh/docs/intro/install/
  3. Install the following helm chart: https://github.com/jp-gouin/helm-openldap
    1. run command: helm repo add helm-openldap https://jp-gouin.github.io/helm-openldap/
    2. run command: helm install my-release helm-openldap/openldap-stack-ha
  4. run command: kubectl port-forward service/my-release-phpldapadmin 8080:80
  5. go to localhost:8080 and login with User: cn=admin,dc=example,dc=org Password: Not@SecurePassw0rd
  6. click dc=example on the left, on the new menu press create a child entry, choose Generic: Posix Group, fill info and then Create
  7. click dc=example on the left, on the new menu press create a child entry, choose the account type necessary and fill the needed information

source/info: https://github.com/jp-gouin/helm-openldap

https://tylersguides.com/guides/openldap-how-to-add-a-user/

https://wikidsystems.com/support/how-to/how-to-add-two-factor-authentication-to-openldap-and-freeradius/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published