Something went wrong while setting issue due date.
LDAP reorganization
Closed
LDAP reorganization
Right now FusionDirectory is using the following branches:
- ou=fusiondirectory,ou=configs,ou=systems for storing lock tokens
- ou=tokens, for storing recovery mdp tokens
- ou=configs, for storing its configuration
- ou=snapshots, for snapshots
I’d say snapshots are a special case, but for the rest we might want to regroup them under a ou=fusiondirectory branch:
- ou=locks,ou=fusiondirectory
- ou=tokens,ou=fusiondirectory
- cn=config,ou=fusiondirectory (instead of cn=fusiondirectory,ou=configs)
(from redmine: issue id 3317, created on 2014-09-03, closed on 2015-05-28)
- Relations:
- relates #4185
- Changesets:
- Revision 341dcd3b by Côme Chilliet on 2015-04-22T14:48:27.000Z:
Fixes #3317 Cleaned the way the LDAP is organized for internal stuff
- Revision bd5c53af by Côme Chilliet on 2015-04-22T14:48:42.000Z:
Fixes #3317 Cleaned the way the LDAP is organized for internal stuff
- Revision df7de860 by Côme Chilliet on 2015-04-23T09:39:42.000Z:
Fixes #3317 missing commas
- Revision 862d335a by Côme Chilliet on 2015-04-23T09:39:55.000Z:
Fixes #3317 missing commas
- Revision 4fb852a4 by Côme Chilliet on 2015-04-23T10:23:41.000Z:
Fixes #3317 Missing comma in config rdn
- Revision 0864d47e by Côme Chilliet on 2015-04-23T10:23:55.000Z:
Fixes #3317 Missing comma in config rdn
- Revision c895e0af by Côme Chilliet on 2015-04-29T08:14:38.000Z:
Fixes #3317 Fixed fusiondirectory.conf XML code
- Revision ecfabe5a by Côme Chilliet on 2015-04-29T17:06:16.000Z:
Fixes #3317 Fixed fusiondirectory.conf XML code