web2ldap
1.7.7
About: web2ldap is a full-featured web-based LDAPv3 client.
![]() ![]() |
Public Member Functions | |
str | display (self, vidx, links) |
Field | input_field (self) |
![]() | |
def | __init__ (self, app, str dn, schema, str attrType, bytes attr_value, entry=None) |
str | display (self, vidx, links) |
Dict[str, str] | get_attr_value_dict (self) |
Dict[str, str] | get_attr_value_dict (self) |
str | display (self, vidx, links) |
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) |
![]() | |
def | __init__ (self, app, str dn, schema, str attrType, bytes attr_value, entry=None) |
bytes | sanitize (self, bytes attr_value) |
web_forms.Field | input_field (self) |
Static Public Attributes | |
str | |
int | min_value = 0 |
int | max_value = 4294967295 |
string | ldap_url = 'ldap:///_?gidNumber,cn?sub?(objectClass=posixGroup)' |
![]() | |
str | |
tuple | ignored_errors |
![]() | |
str | |
bool | |
![]() | |
str | |
string | html_tmpl = '{av}' |
![]() | |
str | |
int | |
bool | |
![]() | |
str | |
int | |
min_value = None | |
max_value = None | |
![]() | |
str | |
Private Member Functions | |
bool | _validate (self, bytes attr_value) |
Additional Inherited Members | |
![]() | |
lu_obj | |
min_len | |
![]() | |
max_len | |
|
private |
check the syntax of attr_value Implementors can overload this method to apply arbitrary syntax checks.
Reimplemented from web2ldap.app.schema.syntaxes.Integer.
Definition at line 38 of file nis.py.
Referenced by web2ldap.app.schema.syntaxes.Image.sanitize(), and web2ldap.app.schema.syntaxes.LDAPSyntax.validate().
str web2ldap.app.plugins.nis.GidNumber.display | ( | self, | |
vidx, | |||
links | |||
) |
Reimplemented from web2ldap.app.schema.syntaxes.DynamicValueSelectList.
Definition at line 41 of file nis.py.
References web2ldap.app.entry.DisplayEntry._app, web2ldap.app.read.VCardEntry._app, web2ldap.app.schema.syntaxes.LDAPSyntax._app, web2ldap.app.schema.viewer.DisplaySchemaElement._app, web2ldap.app.search.PrintableHTMLWriter._app, web2ldap.app.schema.syntaxes.LDAPSyntax._dn, web2ldap.app.search.PrintableHTMLWriter._dn, web2ldap.app.schema.syntaxes.LDAPSyntax._entry, web2ldap.app.plugins.activedirectory.Interval.av_u, and web2ldap.app.schema.syntaxes.LDAPSyntax.av_u().
Field web2ldap.app.plugins.nis.GidNumber.input_field | ( | self | ) |
Reimplemented from web2ldap.app.schema.syntaxes.Integer.
Reimplemented in web2ldap.app.plugins.aedir.AEGIDNumber.
Definition at line 72 of file nis.py.
References web2ldap.app.schema.syntaxes.LDAPSyntax._entry.
Referenced by web2ldap.app.schema.syntaxes.LDAPSyntax.input_fields().
|
static |
Definition at line 36 of file nis.py.
Referenced by web2ldap.app.plugins.nis.MemberUID.__init__(), web2ldap.app.plugins.nis.MemberUID._validate(), web2ldap.app.handler.AppHandler.dispatch(), web2ldap.app.plugins.nis.MemberUID.input_field(), and web2ldap.app.handler.AppHandler.run().
|
static |
Definition at line 35 of file nis.py.
Referenced by web2ldap.app.schema.syntaxes.Integer.__init__(), web2ldap.app.schema.syntaxes.Integer._maxlen(), and web2ldap.app.schema.syntaxes.Integer._validate().
|
static |
Definition at line 34 of file nis.py.
Referenced by web2ldap.app.schema.syntaxes.Integer._maxlen(), and web2ldap.app.schema.syntaxes.Integer._validate().