lldap/scripts
Grzegorz Godlewski dcb45d4f6b
Add support for bootstrapping schemas (#991)
* Moved default bootstrap dirs into single /bootstrap parent dir in order to have single docker volume bind (with fallback to previous folder hierarchy)
* Added default values for LDAP user and credentials
* Added support for bootstrapping schema

Place schema files under /bootstrap/(user|group)-schemas/*.json

Sample content:
[
  {
    "name" : "test_attrib",
    "attributeType" : "STRING",
    "isEditable" : true,
    "isList" : false,
    "isVisible" : true
  }
]
2024-10-10 21:05:01 +02:00
..
bootstrap.sh Add support for bootstrapping schemas (#991) 2024-10-10 21:05:01 +02:00
sqlite_dump_commands.sh scripts: don't export the default attribute schemas 2023-06-15 15:00:52 +02:00