Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SEARCH_DEPTHS = map[int][]string{
ldap.ScopeWholeSubtree: {
"sub",
"subtree",
"wholeSubtree",
},
ldap.ScopeBaseObject: {
"base",
"baseObject",
},
ldap.ScopeSingleLevel: {
"one",
"singleLevel",
},
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.