mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 10:10:31 -07:00
* Add module ldap_inc This module adds the ‘modify-increment’ capability corresponding to the extension implemented by OpenLdap described in RFC-4525. It can be used to increment an integer attribute and read it atomically. It is an help for posix userId definition while relying only on the directory server. Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> Co-authored-by: Felix Fontein <felix@fontein.de> Update plugins/modules/ldap_inc.py Co-authored-by: Felix Fontein <felix@fontein.de> Update plugins/modules/ldap_inc.py Co-authored-by: Felix Fontein <felix@fontein.de> Update plugins/modules/ldap_inc.py Co-authored-by: Felix Fontein <felix@fontein.de> Fix the check mode support Check mode documentation fix * Update plugins/modules/ldap_inc.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/ldap_inc.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/ldap_inc.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/ldap_inc.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/ldap_inc.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/ldap_inc.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/ldap_inc.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
5 lines
203 B
Text
5 lines
203 B
Text
dn: cn=inc-schema,cn=schema,cn=config
|
|
changetype: add
|
|
objectClass: olcSchemaConfig
|
|
cn: inc-schema
|
|
olcObjectClasses: ( 1.3.6.1.4.1.4203.666.599 NAME 'uidNext' SUP top STRUCTURAL MUST ( cn $ uidNumber ) )
|