620 Series IPPhone
www.ultrative.com/
Ultrative Communication Co.,Ltd
5.2Configure OpenLDAP Server
5.2.1 Configure slapd.conf file
1.
Add “schema” in slapd.conf file
Access to the install path (for example,C:\Program Files\OpenLDAP),open
the file names slapd.conf,find the command
include ./schema/core.schema
Add the other commands like:
include ./schema/cosine.schema
include ./schema/inetorgperson.schema
include ./schema/corba.schema
include ./schema/dyngroup.schema
include ./schema/java.schema
include ./schema/misc.schema
include ./schema/nis.schema
include ./schema/openldap.schema
2.
Modify the LDAP directory node
Access to the install path,open the file names slapd.conf,find the command
suffix “dc=my-domain,dc=com”
rootdn “cn=Manager,dc=my-domain,dc=com”
Please modify these two commands to following commands (please do not
have any space during the quotation marks ““):
suffix “dc=Ultrative,dc=cn”
rootdn “cn=Manager,dc=Ultrative,dc=cn”
3.
Modify the LDAP password
Access to the install path,open the file names slapd.conf,find the command
rootpw secret
Please modify it to the password you want to set.