Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

LDAP Authentication

 Starting in 3.6, ProVision supports LDAP authentication. To an LDAP server for authentication, you must perform the following three procedures:

  • Configure the LDAP Server
  • Test the LDAP Server
  • Configure ProVision for LDAP Authentication

LDAP Schema - Example

Code Block
attributetype (1.3.6.1.4.1.5023215.2.3.21 NAME 'sixConnGroup'
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )

objectclass ( 1.3.6.1.4.1.5023215.2.4.1 NAME 'sixConnectPermissions'
        DESC '6Connect Permissions Object'
        SUP top AUXILIARY
        MUST ( sixConnGroups ) )

 

Configure the LDAP Server

...