web2ldap
1.7.7
About: web2ldap is a full-featured web-based LDAPv3 client.
![]() ![]() |
Public Member Functions | |
def | __init__ (self, app, str dn, schema, str attrType, bytes attr_value, entry=None) |
str | form_value (self) |
bytes | sanitize (self, bytes attr_value) |
![]() | |
bytes | sanitize (self, bytes attr_value) |
str | form_value (self) |
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 | |
pattern = re.compile(r'^[\w@.+=/_ ()-]+@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*$') | |
string | html_tmpl = '<a href="mailto:{av}">{av}</a>' |
![]() | |
str | |
pattern = re.compile(r'^(\*|[a-zA-Z0-9_-]+)(\.[a-zA-Z0-9_-]+)*$') | |
int | |
tuple | sani_funcs |
![]() | |
str | |
![]() | |
str | |
string | html_tmpl = '{av}' |
![]() | |
str | |
int | |
bool | |
Plugin class for RFC 822 addresses
Definition at line 2413 of file syntaxes.py.
def web2ldap.app.schema.syntaxes.RFC822Address.__init__ | ( | self, | |
app, | |||
str | dn, | ||
schema, | |||
str | attrType, | ||
bytes | attr_value, | ||
entry = None |
|||
) |
Reimplemented from web2ldap.app.schema.syntaxes.LDAPSyntax.
Definition at line 2422 of file syntaxes.py.
str web2ldap.app.schema.syntaxes.RFC822Address.form_value | ( | self | ) |
Transform LDAP string representations to HTML form input field values. Returns Unicode string to be encoded with the browser's accepted charset. This is the inverse of LDAPSyntax.sanitize().
Reimplemented from web2ldap.app.schema.syntaxes.DNSDomain.
Reimplemented in web2ldap.app.plugins.aedir.AEUserMailaddress.
Definition at line 2425 of file syntaxes.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.plugins.openldap.ReqMod._av, web2ldap.app.schema.syntaxes.LDAPSyntax._av, web2ldap.app.schema.syntaxes.LDAPSyntax._dn, web2ldap.app.search.PrintableHTMLWriter._dn, web2ldap.app.schema.syntaxes.LDAPSyntax._schema, and web2ldap.app.schema.viewer.DisplaySchemaElement._schema.
Referenced by web2ldap.app.schema.syntaxes.DNSDomain.display(), web2ldap.app.plugins.activedirectory.LogonHours.input_field(), web2ldap.app.plugins.aedir.AEHomeDirectory.input_field(), web2ldap.app.plugins.aedir.AEUIDNumber.input_field(), web2ldap.app.plugins.aedir.AEUserUid.input_field(), web2ldap.app.plugins.aedir.AEMemberUid.input_field(), web2ldap.app.plugins.aedir.AEDerefAttribute.input_field(), web2ldap.app.plugins.aedir.AEUniqueIdentifier.input_field(), web2ldap.app.plugins.aedir.AERFC822MailMember.input_field(), web2ldap.app.plugins.aedir.AESudoHost.input_field(), web2ldap.app.schema.syntaxes.LDAPSyntax.input_field(), web2ldap.app.schema.syntaxes.Integer.input_field(), web2ldap.app.schema.syntaxes.OctetString.input_field(), web2ldap.app.schema.syntaxes.MultilineText.input_field(), web2ldap.app.schema.syntaxes.SelectList.input_field(), web2ldap.app.schema.syntaxes.BitArrayInteger.input_field(), and web2ldap.app.schema.syntaxes.ComposedAttribute.input_field().
bytes web2ldap.app.schema.syntaxes.RFC822Address.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.DNSDomain.
Definition at line 2438 of file syntaxes.py.
|
static |
Definition at line 2420 of file syntaxes.py.
Referenced by web2ldap.app.schema.syntaxes.DirectoryString.display().
|
static |
Definition at line 2419 of file syntaxes.py.
Referenced by web2ldap.app.schema.syntaxes.LDAPSyntax.validate().
|
static |
Definition at line 2417 of file syntaxes.py.