diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-19 16:49:24 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-19 16:49:24 +0100 |
commit | e2d2274a01952666d120575cfb409aba518df710 (patch) | |
tree | 0983abc43c6002edd8247cf9611a69e0d206fa76 | |
parent | bf8f502a79c912f8097bacc144662cc2a280144e (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
-rw-r--r-- | nslcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |