summaryrefslogtreecommitdiff
path: root/nslcd.h
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-11-19 15:49:24 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-11-19 15:49:24 +0000
commite2d2274a01952666d120575cfb409aba518df710 (patch)
tree0983abc43c6002edd8247cf9611a69e0d206fa76 /nslcd.h
parentbf8f502a79c912f8097bacc144662cc2a280144e (diff)
include a note about encoding of strings
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@107 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd.h')
-rw-r--r--nslcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd.h b/nslcd.h
index 12d6793..8823e34 100644
--- a/nslcd.h
+++ b/nslcd.h
@@ -45,7 +45,7 @@
INT32 - 32-bit integer value
TYPE - a typed field that is transferred using sizeof()
STRING - a string length (32bit) followed by the string value (not
- null-terminted)
+ null-terminted) the string itself is assumed to be UTF-8
STRINGLIST - a 32-bit number noting the number of strings followed by the
strings one at a time