OPSI.ldaptor.usage module

class OPSI.ldaptor.usage.Options

Bases: twisted.python.usage.Options

optParameters = ()
postOptions()
class OPSI.ldaptor.usage.Options_base

Bases: OPSI.ldaptor.usage.Options_base_optional

postOptions_base()
class OPSI.ldaptor.usage.Options_base_optional
optParameters = (('base', None, None, 'LDAP base dn'),)
class OPSI.ldaptor.usage.Options_bind
optParameters = (('binddn', None, None, 'use Distinguished Name to bind to the directory'), ('bind-auth-fd', None, None, 'read bind password from filedescriptor'))
postOptions_bind_auth_fd_numeric()
class OPSI.ldaptor.usage.Options_bind_mandatory

Bases: OPSI.ldaptor.usage.Options_bind

postOptions_bind_mandatory()
class OPSI.ldaptor.usage.Options_scope
optParameters = (('scope', None, 'sub', 'LDAP search scope (one of base, one, sub)'),)
postOptions_scope()
class OPSI.ldaptor.usage.Options_service_location
opt_service_location(value)

Service location, in the form BASEDN:HOST[:PORT]

postOptions_service_location()