-
Notifications
You must be signed in to change notification settings - Fork 0
Add: AttributeType ldap_display_name #974
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
Changes from 5 commits
8118a1d
ef69b11
0186767
d58e37e
4d6e6e5
a5765ce
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,7 @@ | |
| "attribute_type_schema": AttributeTypeSchema( | ||
| oid="1.2.3.4", | ||
| name="testAttributeType0", | ||
| ldap_display_name="testAttributeType0", | ||
|
milov-dmitriy marked this conversation as resolved.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. в схеме по-моему вообще не нужен ldap_display_name, он же автоматом в name проставляется
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. да, но тут задумка другая: не в том, чтобы вернуть только нужные данные задумка была в том, чтобы не сломать фронт (1) И затем в будущем сделать (2) передачу на фронт как и свойства |
||
| syntax="1.3.6.1.4.1.1466.115.121.1.15", | ||
| single_value=False, | ||
| no_user_modification=False, | ||
|
|
@@ -32,6 +33,7 @@ | |
| "attribute_type_schema": AttributeTypeSchema( | ||
| oid="1.2.3.4", | ||
| name="testAttributeType1", | ||
| ldap_display_name="testAttributeType1", | ||
| syntax="1.3.6.1.4.1.1466.115.121.1.15", | ||
| single_value=True, | ||
| no_user_modification=False, | ||
|
|
@@ -51,6 +53,7 @@ | |
| "attribute_type_schema": AttributeTypeSchema( | ||
| oid="1.2.3.4", | ||
| name="testAttributeType2", | ||
| ldap_display_name="testAttributeType2", | ||
| syntax="1.3.6.1.4.1.1466.115.121.1.15", | ||
| single_value=False, | ||
| no_user_modification=False, | ||
|
|
@@ -73,6 +76,7 @@ | |
| AttributeTypeSchema( | ||
| oid="1.2.3.4", | ||
| name="testAttributeType1", | ||
| ldap_display_name="testAttributeType1", | ||
| syntax="1.3.6.1.4.1.1466.115.121.1.15", | ||
| single_value=True, | ||
| no_user_modification=False, | ||
|
|
@@ -82,6 +86,7 @@ | |
| AttributeTypeSchema( | ||
| oid="1.2.3.4.5", | ||
| name="testAttributeType2", | ||
| ldap_display_name="testAttributeType2", | ||
| syntax="1.3.6.1.4.1.1466.115.121.1.15", | ||
| single_value=True, | ||
| no_user_modification=False, | ||
|
|
@@ -100,6 +105,7 @@ | |
| AttributeTypeSchema( | ||
| oid="1.2.3.4", | ||
| name="testAttributeType1", | ||
| ldap_display_name="testAttributeType1", | ||
| syntax="1.3.6.1.4.1.1466.115.121.1.15", | ||
| single_value=True, | ||
| no_user_modification=False, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.