Generated Documentation for Autoincrement

An extension that implements sequence mechanism as LDAP entries...

Allowed Arguments

Argument Name: incrementAttribute
Description: Name of the attributeName containing the sequence value. (default:autoincrementSequenceIncrement)
Data Type: String
Is Required: true
Maximum Occurrences: 1

Argument Name: minAttribute
Description: Name of the attributeName containing the sequence minimum value. (default:autoincrementSequenceMin)
Data Type: String
Is Required: true
Maximum Occurrences: 1

Argument Name: maxAttribute
Description: Name of the attributeName containing the sequence maximum value. (default:autoincrementSequenceMax)
Data Type: String
Is Required: true
Maximum Occurrences: 1

Argument Name: cycleAttribute
Description: Name of the attributeName containing the sequence cycle value. (default:autoincrementSequenceCycle)
Data Type: String
Is Required: true
Maximum Occurrences: 1

Argument Name: cacheAttribute
Description: Name of the attributeName containing the sequence cache value. (default:autoincrementSequenceCache)
Data Type: String
Is Required: true
Maximum Occurrences: 1

Argument Name: valueAttribute
Description: Name of the attributeName containing the sequence value. (default:autoincrementSequenceValue)
Data Type: String
Is Required: true
Maximum Occurrences: 1

Argument Name: base
Description: Base DN where sequence entries relevant for this instance of the plugin are stored (default: "")
Data Type: LDAP Distinguished Name
Is Required: false
Maximum Occurrences: 1

Argument Name: filter
Description: Filter to narrow down which entries this plugin should search to retrieve and initialize sequences from. (default: (objectClass=autoincrementSequence))
Data Type: LDAP Search Filter
Is Required: false
Maximum Occurrences: 1