web2ldap
1.7.7
About: web2ldap is a full-featured web-based LDAPv3 client.
![]() ![]() |
Public Member Functions | |
bytes | sanitize (self, bytes attr_value) |
str | display (self, vidx, links) |
![]() | |
bytes | sanitize (self, bytes attr_value) |
str | display (self, vidx, links) |
str | form_value (self) |
web_forms.Field | input_field (self) |
web_forms.Field | input_field (self) |
str | display (self, vidx, links) |
![]() | |
def | __init__ (self, app, Optional[str] dn, SubSchema schema, Optional[str] attrType, Optional[bytes] attr_value, entry=None) |
def | dn (self) |
def | av_u (self) |
bytes | sanitize (self, bytes attr_value) |
List[bytes] | transmute (self, List[bytes] attr_values) |
def | validate (self, bytes attr_value) |
str | value_button (self, command, row, mode, link_text=None) |
str | form_value (self) |
def | input_fields (self) |
web_forms.Field | input_field (self) |
str | display (self, vidx, links) |
Static Public Attributes | |
str | |
![]() | |
str | |
bool | |
int | min_input_rows = 1 |
int | max_input_rows = 15 |
int | bytes_split = 16 |
![]() | |
str | |
bool | |
![]() | |
str | |
int | |
bool | |
Definition at line 593 of file activedirectory.py.
str web2ldap.app.plugins.activedirectory.MsAdGUID.display | ( | self, | |
vidx, | |||
links | |||
) |
Reimplemented from web2ldap.app.schema.syntaxes.OctetString.
Definition at line 604 of file activedirectory.py.
References web2ldap.app.plugins.openldap.ReqMod._av, web2ldap.app.schema.syntaxes.LDAPSyntax._av, and web2ldap.app.plugins.activedirectory.MsAdGUID.str.
bytes web2ldap.app.plugins.activedirectory.MsAdGUID.sanitize | ( | self, | |
bytes | attr_value | ||
) |
Transforms the HTML form input field values into LDAP string representations and returns raw binary string. This is the inverse of LDAPSyntax.form_value(). When using this method one MUST NOT assume that the whole entry is present.
Reimplemented from web2ldap.app.schema.syntaxes.OctetString.
Definition at line 597 of file activedirectory.py.
|
static |
Definition at line 594 of file activedirectory.py.
Referenced by web2ldap.app.plugins.activedirectory.MsAdGUID.display().