-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import / Export Schema #392
Comments
@willow9886 there few changes we made on attribute registration i.e #339 and they are in Yuriy's plate to verify it. |
validate LDIF File.
it's very powerful functionality. Is it check if it imports only attributes? |
Very cool! cc @mzico @aliaksander-samuseu @jschristie : I'll make a note about adding this to docs. |
@willow9886: very nice. We can QA if required. Couple of questions:
|
Presently it is supporting for all branches. And I m working for export LDIF functionality. |
Now it will allow to import only attributes. |
I've review code and updated it. It's ready for QA now. It's allows to load attributes meta-data only.
|
export attribute
Export attributes ldif is completed. |
It looks almost ready to use. The one question which bother me is:
It's useful for case when we do export on one machine but import tham on another one with. |
People are having to recreate their attributes when moving environments (e.g. dev to prod). Would be nice if we provided a feature to export / importing all attributes as a file via an ldif.
Backup schema, and import schema in order to make it easier to move from dev to qa to prod, etc.
The text was updated successfully, but these errors were encountered: