]> 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:00 +0000 (13:18 -0500)
commit1d8fc250a5906ff6a68c75e06e6c44ae4617d4c3
treec317e1993e9ff9ed61115465cce2431ab80cadca
parent27a4cfea51def69831647a3b202e1f2a55c4eb08
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