issues Search Results · repo:go-ldap/ldif language:Go
Filter by
8 results
(85 ms)8 results
ingo-ldap/ldif (press backspace or delete to remove)given an LDIF dump with an entry containing this attribute: dircount: some.server.domain.tld 1 76 846 I get: Error in
line 84: illegal base64 data at input byte 15
The python implementation for ldif dumps ...
nikkicoon
- 4
- Opened on Jun 14, 2024
- #23
It would be good to see potential performance improvements merged, like #18
nikkicoon
- Opened on Jun 13, 2024
- #22
Is a linebreak considered an empty value?
b, err := os.ReadFile(*f)
if err != nil {
fmt.Println(err)
}
res, err = pkg.ParseUsers(string(b))
where ParseUsers(b) is a function which utilizes ...
bug
nikkicoon
- 3
- Opened on Jun 12, 2024
- #21
Given output from ldapsearch -L ... the first line as being version: 1.
From ldapsearch(1) manual page:
-L: Search results are display in LDAP Data Interchange Format detailed in ldif(5). A single -L ...
ghost
- Opened on Jul 5, 2023
- #20
As it stands, the library unconditionally loads the contents from the file system when using the URL directive (: ),
both in standard attributes and in control values. However, this makes the parser unusable ...
jazeved0
- Opened on Jun 10, 2020
- #16
Currently the ToLDIF function checks for types from ldapV2. Is it possible to rewrite the module import using go.mod?
IljaN
- 2
- Opened on Jun 21, 2019
- #13
When we use modify, nothing appens https://github.com/go-ldap/ldif/blob/master/ldif.go#L235
sjeandeaux
- 1
- Opened on Sep 6, 2018
- #12
URI = file:///c:/WINDOWS/clock.avi Path = /c:/WINDOWS/clock.avi
We have a error when we execute this line https://github.com/go-ldap/ldif/blob/master/ldif.go#L455
sjeandeaux
- 1
- Opened on Sep 6, 2018
- #11

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.