web2ldap
1.7.7
About: web2ldap is a full-featured web-based LDAPv3 client.
![]() ![]() |
Public Member Functions | |
str | display (self, vidx, links) |
![]() | |
str | form_value (self) |
bytes | sanitize (self, bytes attr_value) |
str | display (self, vidx, links) |
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 | |
dictionary | magic_values |
![]() | |
str | |
int | |
pattern = re.compile(r'^([0-9]){12,14}((\.|,)[0-9]+)*(Z|(\+|-)[0-9]{4})$') | |
timeDefault = None | |
notBefore = None | |
notAfter = None | |
string | form_value_fmt = '%Y-%m-%dT%H:%M:%SZ' |
tuple | dtFormats |
tuple | acceptable_formats |
tuple | dt_display_format |
![]() | |
str | |
![]() | |
str | |
string | html_tmpl = '{av}' |
![]() | |
str | |
int | |
bool | |
Private Member Functions | |
bool | _validate (self, bytes attr_value) |
Definition at line 150 of file ppolicy.py.
|
private |
check the syntax of attr_value Implementors can overload this method to apply arbitrary syntax checks.
Reimplemented from web2ldap.app.schema.syntaxes.GeneralizedTime.
Definition at line 157 of file ppolicy.py.
References web2ldap.app.plugins.ppolicy.PwdAccountLockedTime.magic_values.
Referenced by web2ldap.app.schema.syntaxes.Image.sanitize(), and web2ldap.app.schema.syntaxes.LDAPSyntax.validate().
str web2ldap.app.plugins.ppolicy.PwdAccountLockedTime.display | ( | self, | |
vidx, | |||
links | |||
) |
Reimplemented from web2ldap.app.schema.syntaxes.GeneralizedTime.
Definition at line 160 of file ppolicy.py.
References web2ldap.app.plugins.openldap.ReqMod._av, web2ldap.app.schema.syntaxes.LDAPSyntax._av, and web2ldap.app.plugins.ppolicy.PwdAccountLockedTime.magic_values.
|
static |
Definition at line 153 of file ppolicy.py.
Referenced by web2ldap.app.plugins.ppolicy.PwdAccountLockedTime._validate(), and web2ldap.app.plugins.ppolicy.PwdAccountLockedTime.display().
|
static |
Definition at line 151 of file ppolicy.py.