Documentation
¶
Index ¶
Constants ¶
View Source
const ( SchemaName = "ldap" APIPrefix = "/ldap/v1" MethodPlain = "ldap" MethodSecure = "ldaps" PortPlain = 389 PortSecure = 636 // Time between connection retries MinRetryInterval = time.Second * 5 MaxRetries = 10 // Maximum number of entries to return in a single request MaxListPaging = 500 // Maximum list entries to return MaxListEntries = 1000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
func NewObjectFromEntry ¶
type ObjectList ¶
func (*ObjectList) String ¶
func (o *ObjectList) String() string
type ObjectListRequest ¶
type ObjectListRequest struct { pg.OffsetLimit Filter *string `json:"filter,omitempty"` }
func (*ObjectListRequest) String ¶
func (o *ObjectListRequest) String() string
Click to show internal directories.
Click to hide internal directories.