diff options
Diffstat (limited to 'nslcd/shadow.c')
-rw-r--r-- | nslcd/shadow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/shadow.c b/nslcd/shadow.c index cbd9447..a8392f9 100644 --- a/nslcd/shadow.c +++ b/nslcd/shadow.c @@ -248,7 +248,7 @@ static int write_shadow(TFILE *fp,MYLDAP_ENTRY *entry,const char *requser) /* write the entries */ for (i=0;usernames[i]!=NULL;i++) { - WRITE_INT32(fp,NSLCD_RESULT_SUCCESS); + WRITE_INT32(fp,NSLCD_RESULT_BEGIN); WRITE_STRING(fp,usernames[i]); WRITE_STRING(fp,passwd); WRITE_INT32(fp,lastchangedate); |