]> 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)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 17 Apr 2015 18:18:26 +0000 (13:18 -0500)
commit99e6232914e3cfd8323c70d9505181d1d03e965a
tree71a0463a8acfd72884ff99a5acfbcbca45e6f39f
parentb7cb27a56cba5dfe128a8ee049ffde7e365595ef
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