• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D20-Mar-2020266

.travis.ymlH A D20-Mar-2020568

LICENSEH A D20-Mar-20201 KiB

MakefileH A D20-Mar-2020894

README.mdH A D20-Mar-2020530

apply.goH A D20-Mar-20201.5 KiB

changes_test.goH A D20-Mar-20202.8 KiB

doc.goH A D20-Mar-202075

go.modH A D20-Mar-2020140

go.sumH A D20-Mar-2020446

ldif.goH A D20-Mar-202011.9 KiB

ldif_test.goH A D20-Mar-20208.5 KiB

marshal.goH A D20-Mar-20205.9 KiB

marshal_test.goH A D20-Mar-20204.7 KiB

path.goH A D20-Mar-2020102

path_windows.goH A D20-Mar-2020331

README.md

1# ldif
2
3Utilities for working with ldif data. This implements most of RFC 2849.
4
5## Change Entries
6
7Support for moddn / modrdn changes is missing (in Unmarshal and
8Marshal) - github.com/go-ldap/ldap/v3 does not support it currently
9
10## Controls
11
12Only simple controls without control value are supported, currently
13just
14   Manage DSA IT - oid: 2.16.840.1.113730.3.4.2
15
16## URLs
17
18URL schemes in an LDIF like
19   jpegPhoto;binary:< file:///usr/share/photos/someone.jpg
20are only supported for the "file" scheme like in the example above