]> arthur.barton.de Git - netatalk.git/commit
LDAP: Support for Active Directory objectGUID
authorThomas Johnson <NTmatter@gmail.com>
Sun, 15 Jul 2012 15:55:20 +0000 (17:55 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Wed, 25 Jul 2012 09:39:00 +0000 (11:39 +0200)
commit4618cf8bebf8cf2ab2e244b6dafdb641a9b62aab
tree0227d4b242a3fa29dd35b71e28308f1403918058
parentf6aae85af23daf1cc21ba0d1394c67833e402932
LDAP: Support for Active Directory objectGUID

Adds optional "ldap uuid encoding = string | ms-guid" parameter to afp.conf,
allowing for usage of the binary objectGUID fields from Active Directory.

If left unspecified, "string" is the default, which passes through the ASCII
UUID returned by most other LDAP stores. If set to ms-guid, the internal UUID
representation is converted to and from the binary format used in the
objectGUID attribute found on objects in Active Directory when interacting
with the server.
include/atalk/ldapconfig.h
libatalk/acl/ldap.c