d-libldap ~master (2022-05-05T22:47:48.4958346)
Dub
Repo
LDAPMessage
dldap
result
Undocumented in source.
struct
LDAPMessage {
LDAPResultType
type
;
string
dn
;
string
[
string
]
attributes
;
string
opIndex
(string attr);
~this
();
}
Constructors
this
this
(ldapmsg* msg, LDAPConnection conn)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
opIndex
string
opIndex
(string attr)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
attributes
string
[
string
]
attributes
;
Undocumented in source.
dn
string
dn
;
Undocumented in source.
type
LDAPResultType
type
;
Undocumented in source.
Meta
Source
See Implementation
dldap
result
structs
LDAPMessage
LDAPResult