Hi all,
someone knows how to get more informations about the new feature mentioned in the subject and how use it?
there are nightly builts ready or something else for use the feature?
thank you so much !
Giulio Fidente wrote:
Hi all,
someone knows how to get more informations about the new feature mentioned in the subject and how use it?
I'm not sure, except for the actual code.
there are nightly builts ready or something else for use the feature?
If you are using Fedora 5, 6, or 7/devel, you can yum install fedora-ds-base to use it. Otherwise, you'll have to build it from source.
thank you so much !
Giulio Fidente wrote:
Hi all,
someone knows how to get more informations about the new feature mentioned in the subject and how use it?
there are nightly builts ready or something else for use the feature?
thank you so much !
You'll need a plugin configuration entry:
# plugin configuration entry dn: cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config objectclass: top objectclass: nsSlapdPlugin objectclass: extensibleObject objectclass: nsContainer cn: Distributed Numeric Assignment Plugin nsslapd-plugininitfunc: dna_init nsslapd-plugintype: preoperation nsslapd-pluginenabled: on nsslapd-plugindescription: Distributed Numeric Assignment plugin nsslapd-pluginvendor: Fedora Project nsslapd-pluginVersion: 1.1 nsslapd-pluginId: distributed-numeric-assignment nsslapd-pluginPath: /home/prowley/srv/lib/fedora-ds/plugins/libdna-plugin.so
modify the last attribute to point to the directory the plugin is in on your system.
some sample configuration for posix:
# add plugin configuration for posix users
dn: cn=Posix,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config objectclass: top objectclass: nsContainer objectclass: extensibleObject cn: Posix
dn: cn=Accounts,cn=Posix,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config objectclass: top objectclass: extensibleObject cn: Accounts dnaType: uidNumber dnaNextValue: 500 dnaInterval: 4 dnaMagicRegen: 499 dnaFilter: (objectclass=posixAccount)
# add plugin configuration for posix groups
dn: cn=Groups,cn=Posix,cn=Distributed Numeric Assignment Plugin,cn=plugins,cn=config objectclass: top objectclass: extensibleObject cn: Groups dnaType: gidNumber dnaNextValue: 500 dnaInterval: 4 dnaMagicRegen: 499 dnaFilter: (objectclass=posixGroup)
dnaInterval should be set to (at minimum) the number of masters you have.
The original checkin post with more information:
https://www.redhat.com/archives/fedora-directory-devel/2007-January/msg00007...
Pete Rowley wrote:
Giulio Fidente wrote:
Hi all,
someone knows how to get more informations about the new feature mentioned in the subject and how use it?
there are nightly builts ready or something else for use the feature?
thank you so much !
You'll need a plugin configuration entry:
[...]
I will try, thank you so much!
389-devel@lists.fedoraproject.org