/* ISC license. */ #ifndef NSSSD_NSLCD_H #define NSSSD_NSLCD_H /* Taken from nslcd.h */ #define NSLCD_VERSION 0x00000002 #define NSLCD_ACTION_PASSWD_BYNAME 0x00080001 #define NSLCD_ACTION_PASSWD_BYUID 0x00080002 #define NSLCD_ACTION_PASSWD_ALL 0x00080008 #define NSLCD_ACTION_GROUP_BYNAME 0x00040001 #define NSLCD_ACTION_GROUP_BYGID 0x00040002 #define NSLCD_ACTION_GROUP_BYMEMBER 0x00040006 #define NSLCD_ACTION_GROUP_ALL 0x00040008 #define NSLCD_ACTION_SHADOW_BYNAME 0x000c0001 #define NSLCD_ACTION_SHADOW_ALL 0x000c0008 #define NSLCD_RESULT_BEGIN 1 #define NSLCD_RESULT_END 2 #endif