Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aartoni/schema2ldif
schema2ldif : tool to convert .schema to .ldif files and mange them live into an openldap server
https://github.com/aartoni/schema2ldif
converter ldap ldif managing-schemas openldap perl schema schema-migrations
Last synced: about 1 month ago
JSON representation
schema2ldif : tool to convert .schema to .ldif files and mange them live into an openldap server
- Host: GitHub
- URL: https://github.com/aartoni/schema2ldif
- Owner: aartoni
- License: other
- Created: 2013-04-11T10:35:28.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T13:03:19.000Z (about 1 month ago)
- Last Synced: 2024-12-22T01:57:14.396Z (about 1 month ago)
- Topics: converter, ldap, ldif, managing-schemas, openldap, perl, schema, schema-migrations
- Language: Perl
- Homepage:
- Size: 50.8 KB
- Stars: 16
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# schema2ldif
schema2ldif is an Utility to manage schema in .schema and .ldif format.
## Features
The project consists of two utilities:
* `schema2ldif`: this tool allows to convert a file.schema to file.ldif necessary to insert it in an OpenLDAP server.
* `ldap-schema-manager`: this tool is useful for managing schemas in an OpenLDAP server in an easy way, supported operations include
* insertion;
* modification;
* listing of schemas;
* deletion;
* other management functionalities.## Installation and upgrade of schema2ldif
The installation and upgrade information is available on [Install Schema2ldif](https://fusiondirectory-user-manual.readthedocs.io/en/1.3/schema2ldif/index.html)
## License
schema2ldif is [BSD 3-clause](LICENSE).