Skip to content

go-ldap/ldif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fd88d9b · Mar 20, 2020

History

23 Commits
Sep 13, 2016
Mar 20, 2020
Sep 13, 2016
Mar 19, 2020
Mar 19, 2020
Mar 19, 2020
Mar 19, 2020
Sep 13, 2016
Mar 19, 2020
Mar 19, 2020
Mar 19, 2020
Mar 19, 2020
Mar 19, 2020
Mar 19, 2020
Sep 5, 2018
Sep 16, 2018

Repository files navigation

ldif

Utilities for working with ldif data. This implements most of RFC 2849.

Change Entries

Support for moddn / modrdn changes is missing (in Unmarshal and Marshal) - github.com/go-ldap/ldap/v3 does not support it currently

Controls

Only simple controls without control value are supported, currently just Manage DSA IT - oid: 2.16.840.1.113730.3.4.2

URLs

URL schemes in an LDIF like jpegPhoto;binary:< file:///usr/share/photos/someone.jpg are only supported for the "file" scheme like in the example above