Skip to main content

Sample scripts

The following sample scripts are available in the samples directory:

  • agtldap-adlds.cfg for use with AD LDS; for additional information on configuration refer to the Active Directory Light Weight Service (AD LDS) documentation.

  • agtldap-as400.cfg for use with IBM Tivoli Directory Servers for AS400 systems.

  • agtldap-ibmldap.cfg for use with IBM LDAP

  • agtldap-openldap.cfg for use with OpenLDAP directory servers.

  • agtldap-netpoint.cfg for use with Oracle Access Manager(OAM).

  • agtldap-odsee11g.cfg for use with Oracle DSEE (11g and higher)

  • agtldap-pamldap.cfg for use with servers using authentication through Pluggable Authentication Modules (PAM)

  • agtldap-racf.cfg for use with RACF (with Mainframe Connector)

  • agtldap-topsecret.cfg for use with TOP Secret

Caution

Any sample script should be modified to fit your environment and prevent security exploits.

Novell E-Directory via LDAP

The following script can be used to target a Novell E-Directory using the LDAP connector (agtldap). For assistance, contact support@bravurasecurity.com .

The target address would be something like the following:

<servername>/basedn=o=<organization name>/port=<number>/script=<scriptfilename>

The script would contain something like the following:

  "" "" = {
    "address" "" = {
      "shortid" = "cn"
    }
    "attributes" "" = {
      "next-password-change" "passwordExpirationTime" = {
        "prefix" = ""
        "type" = "YYYYMMDDHHMMSSZ"
      }
    }
    "policies" "" = {
      "attribute" "passwordMaxAge" = {
        "value" = "90"
        "type" = "day"
        #"attribute" = "passwordExpirationInterval"
        #"type" = "second"
      }
    }
  }