mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
d05ace8fba
Added new container in etc to hold the automembership configs. Modified constants to point to the new container Modified dsinstance to create the container Created automember.py to add the new commands Added xmlrpc test to verify functionality Added minor fix to user.py for constant behavior between memberof and automember https://fedorahosted.org/freeipa/ticket/1272
9 lines
372 B
Plaintext
9 lines
372 B
Plaintext
# Configuration for Auto Membership Plugin for Replica
|
|
# installation. This method should be revisted for
|
|
# optimization due to a bug within 389 DS.
|
|
# dsinstance.py should eventually insert this during common_setup.
|
|
dn: cn=Auto Membership Plugin,cn=plugins,cn=config
|
|
changetype: modify
|
|
add: nsslapd-pluginConfigArea
|
|
nsslapd-pluginConfigArea: cn=automember,cn=etc,$SUFFIX
|