주식회사 누리아이티

정보자산의 보안강화를 위한 2차인증 보안SW 및 지문인식 OTP/출입/보안카드 전문기업

▶ BaroSolution/가이드 53

BaroPAM solution installation guide for multi-factor authentication to strengthen the security of information assets(Mac OS X)

1. Preparation before installing BaroPAM In order to use the PAM module, the PAM package must be installed by default. To verify installation, execute the following command. [root] /root > ls /usr/lib/pam* /usr/lib/pam_chroot.so /usr/lib/pam_ksu.so /usr/lib/pam_radius.so /usr/lib/pam_chroot.so.6 /usr/lib/pam_ksu.so.6 /usr/lib/pam_radius.so.6 /usr/lib/pam_deny.so /usr/lib/pam_lastlog.so /usr/lib/..

BaroPAM solution installation guide for multi-factor authentication to strengthen the security of information assets(Windows)

1. Preparation before installing BaroPAM If you want to use BaroPAM, you must set a password for the Windows user account you are using or temporarily cancel the password (password reset after installing BaroPAM). Make sure that your Windows user account and password are correct, and that you have the latest updates for Windows. To install BaroPAM, you need to know the version of Windows and the..

BaroPAM solution's API guide for no-remember passwords(NodeJS web server)

1. Preparation before using the integration API The one-time authentication key, the authentication code used by BaroPAM, is written based on Java, so the latest JDK 6.x or higher must be installed. If it is not installed, you need to install the latest JDK. If it is not installed(npm install java), you need to install the latest JDK. Verify JDK installation) [root]# rpm -qa | grep java java-1.4..

BaroPAM solution installation guide for multi-factor authentication to strengthen the security of information assets(Linux)

1. Preparation before installing BaroPAM In order to use the PAM module, the PAM package must be installed by default. To verify installation, execute the following command. If it is not installed, you can install Redhat and CentOS with "yum install *pam*" and other commands "sudo apt-get install pam". [root]# rpm -qa | grep pam pam_smb-1.1.7-7.2.1 pam_passwdqc-1.0.2-1.2.2 pam-0.99.6.2-14.el5_11..

BaroPAM solution's API guide for no-remember passwords(Java)

1. Preparation before using the integration API The one-time authentication key, the authentication code used by BaroPAM, is written based on Java, so the latest JDK 6.x or higher must be installed. If it is not installed, you need to install the latest JDK. Verify JDK installation) [root]# rpm -qa | grep java java-1.4.2-gcj-compat-devel-1.4.2.0-40jpp.115 java-1.7.0-openjdk-javadoc-1.7.0.131-2.6..

기억할 필요 없는 비밀번호를 위한 BaroPAM의 API 가이드(NodeJS 웹 서버)

목차 1. 일회용 인증키(One Time Authentication key) 1.1 일회용 인증키 개요 1.2 인증키 생성 및 인식 방식 1.3 인증키 전달 방식 1.4 메시지 인증코드 2. BaroPAM 연동 API 2.1 연동 API 사용 전 준비사항 2.2 BaroPAM 연동 API 3. BaroPAM 적용 3.1 BaroPAM 적용 프로세스 3.2 BaroPAM 적용 화면 3.3 본인확인 적용 프로세스 3.4 본인확인 적용 화면 4. NTP(Network Time Protocol) 설정 4.1 Windows 환경 4.2 Linux 환경 4.3 Solaris 환경 4.4 HP-UX 환경 4.5 AIX 환경 4.6 FreeBSD 환경 5. About BaroPAM 1. 일회용 인증키(One Time ..

Oracle 사용자를 위한 추가 보안 계층을 추가하여 보안을 강화하기 위한 BaroPAM의 API 가이드

목차 1. External Procedure 1.1 External Procedure란? 1.2 장점 및 단점 1.3 C 모듈(libbarokey.so) 2. BaroPAM 설치 2.1 BaroPAM 개요 2.2 BaroPAM 설치할 디렉토리 생성 2.3 BaroPAM 설치할 모듈 다운로드 2.4 BaroPAM 모듈 설치 2.5 ROLE 부여 2.6 사용자 생성 및 권한 부여 2.7 2차 인증 사용 2.8 NTP(Network Time Protocol) 설정 3. About BaroPAM 1. External Procedure 1.1 External Procedure란? 복잡한 수식계산을 Oracle에서 제공하는 기능으로만 충분하지 않을 경우가 있는데, 이럴 경우 C나 JAVA 같은 언어로 복잡한 기능을..