Security Framework Guide

Security Framework Guide

Starting and Stopping LDAP

Starting and Stopping LDAP

You can start and stop the LDAP server using commands.
  1. To start the LDAP server, use the command:
    $ su root -c /usr/local/libexec/slapd
  2. To stop the LDAP server, use the command:
    $ kill `pgrep slapd`

Loading Schema

  1. To load schema, use the command:
    ldapadd -x -D "cn=Manager, dc=informatica,dc=com " -W -f$SSATOP/security/scripts/ldapstore.ldif
    This script will create the default schema required for the security system and will create default administrator user with user id as “admin” and default password as “password”.
  2. From the LDAP browser utility, add new users using the following command:
    secuser -t<DB|LDAP> -x<config file> -a(add)|-d(delete) -u<Admin User Id> -p<Admin password> -i<User ID> -f<First Name> -l<Last Name> -w<Password>
    secuser
    -t
    LDAP
    -x
    $SSATOP/security/SecConfig.xml
    -a -u
    admin
    -p
    password
    -i
    jsmith
    -f
    John
    -l
    Smith
    -w
    mypassword

0 COMMENTS

We’d like to hear from you!