Skip to main content

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"
      }
    }
  }