1993 년 미시간 대학교에서 만든 LDAP (Lightweight Directory Access Protocol)는 디렉토리 서비스를 관리하기위한 인터넷 프로토콜입니다. 주소록 정보, 네트워크 세부 정보 및 기타 구성된 데이터를 효율적으로 저장하고 관리합니다.
LDAP Term | Description |
---|---|
dn | Distinguished Name: A record's unique identifier, similar to a primary key in relational databases. |
Directory Schema | Defines the structure and constraints of the directory information. |
entry | A record containing attributes that store data. |
attribute | Similar to an associative array element or database column; specifies the data type, sorting rules, case-sensitivity, and other criteria. |
cn | Common Name (e.g., "John Smith") |
sn | Surname (e.g., "Smith") |
다음과 같이 프롬프트에 답하십시오
no
sudo apt-get install slapd ldap-utils
dpkg-reconfigure slapd
검증 :
homestead.localdomain
위 내용은 PHP를 사용한 LDAP의 필수 요소의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!