목록2022/01 (3)
저장소 추가 curl https://raw.githubusercontent.com/rundeck/packaging/main/scripts/rpm-setup.sh 2> /dev/null | bash -s rundeck 자바 설치(JDK 8 or 11) java -version (OUTPUT) openjdk version "11.0.2" 2019-01-15 OpenJDK Runtime Environment 18.9 (build 11.0.2+9) OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode) 런덱 설치 sudo yum install rundeck sudo systemctl start rundeckd sudo systemctl enable rundeck..
사전작업(백업) gitlab 백업 gitlab-backup create ※ /var/opt/gitlab/backups 생성 에디션 변경 버전확인 sudo apt-cache policy gitlab-ce | grep Installed 레파지토리 추가 curl --silent "https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh" | sudo bash 에디션 변경 ## Make sure the repositories are up-to-date sudo apt-get update ## Install the package using the version you wrote down from step 1 sudo apt-ge..
Pass-through OpenLDAP Authentication (Using SASL) to Active Directory on Centos 통과 인증은 다른 백엔드에 인증 작업(BIND)을 위임하기 위해 일부 LDAP 디렉토리에서 사용하는 메커니즘 ※ SASL(Simple Authentication and Security Layer)은 인터넷 프로토콜에서 인증과 데이터보안을 위한 프레임워크이다. 이것은 애플리케이션 프로토콜들로 부터 인증 메커니즘을 분리시킨다. 1단계: 백엔드 연결 Server address: ldap://{HOSTNAME} (or) ldap://{IP} Bind DN: {CN} Bind Password: {PASSWORD} Users branch: {OU} 연결확인 ldapsearc..