LDAP

OpenDS/OpenDJ console-mode Install

Memo
BW Server
Install Maintenance HTTPS Connector
ISM
Install
BWMAgent
Linux Compile

Create OrganizationalUnit

Create OrganizationalUnit

a. OU 생성 ldif 파일
    - ldifFile    
        dn: ou=Groups, dc=example, dc=com
        changetype: add
        objectClass: organizationalUnit
        ou: Groups

        dn: ou=People, dc=example, dc=com
        changetype: add
        objectClass: organizationalUnit
        ou: People
        
b. OU 생성 스크립트
    $ ./ldapmodify -p {LDAP port} -D "cn=Directory Manager" -w {password} -f {ldifFile}
This page was generated by GitHub Pages.
Author. silentjini