Task 2: encoding the helpdesk password – Oracle SUN SPARC SOLARIS 2.6 A86091-02 User Manual

Page 39

Advertising
background image

Post Installation Tasks

Post Installation

3-3

$cd $ORACLE_HOME/ldap/bin

4.

Execute the following:

catalog.sh -connect <connectString> -add -attr aliasedobjectname

catalog.sh -connect <connectString> -add -attr associateddomain

catalog.sh -connect <connectString> -add -attr dnqualifier

catalog.sh -connect <connectString> -add -attr homephone

catalog.sh -connect <connectString> -add -attr mobile

catalog.sh -connect <connectString> -add -attr pager

catalog.sh -connect <connectString> -add -attr owner

5.

Setup the Helpdesk Administrators using

oid_setup.ldif

after changing

the domains in this file. Currently, it creates HelpDesk administrators for the
domain

dc=PAB,dc=UM_DOMAIN,dc=com

.

ldapmodify -D <user dn for directory admin> -w

<password> -a -f oid_setup.ldif

6.

Setup the ACLs using

oid_acl.ldif

after changing the domains in this file.

Currently, it sets up ACLs for the domain

dc=PAB,dc=UM_DOMAIN,dc=com

ldapmodify -D <user dn for directory admin> -w

<password> -f oid_acl.ldif

7.

Restart Oracle Internet Directory database and the Oracle Internet Directory
processes.

8.

Stop Oracle Internet Directory:

oidctl connect=<connect string> server=oidldapd instance=1 stop

9.

Start Oracle Internet Directory:

oidctl connect=<connect string> server=oidldapd instance=1

configset=0 flags=’-p 389’ start

Task 2: Encoding the Helpdesk Password

1.

Source the UM environment:

Note:

The following tasks should be performed on the machine

where the Unified Messaging server is installed.

Advertising