]> git.sur5r.net Git - openldap/commit
ITS#8097 nssov: update to protocol version 2
authorRyan Tandy <ryan@nardis.ca>
Wed, 7 Jan 2015 15:46:53 +0000 (07:46 -0800)
committerHoward Chu <hyc@openldap.org>
Thu, 16 Apr 2015 02:41:30 +0000 (03:41 +0100)
commitdc277009e220e4b420c69ed1c0c4efa44539ff6c
tree421b8128a9381a6c2a5931597cea23c7e57da0b0
parent6a28f3dc207252dbb03f91de41c1bd717d6a8e8e
ITS#8097 nssov: update to protocol version 2

This updates nssov for the protocol changes in nss-pam-ldapd commits
5f55781 and 6a74d8d. The protocol was changed to network byte order,
uid_t and gid_t were changed to int32_t, and the READ_TYPE and
WRITE_TYPE macros were removed. The PAM protocol was restructured to
drop the DN field and to use a common basic set of fields for all
requests.
contrib/slapd-modules/nssov/ether.c
contrib/slapd-modules/nssov/group.c
contrib/slapd-modules/nssov/nssov.c
contrib/slapd-modules/nssov/nssov.h
contrib/slapd-modules/nssov/pam.c
contrib/slapd-modules/nssov/passwd.c